#include <StGenericVertexFinder.h>

Public Member Functions | |
| virtual int | fit (StEvent *)=0 |
| StPrimaryVertex * | getVertex (int idx) const |
| void | addVertex (StPrimaryVertex *) |
| int | size () const |
| virtual void | UseVertexConstraint (double, double, double, double, double)=0 |
| void | NoVertexConstraint () |
| int | IsVertexConstraint () const |
| virtual void | UsePCT (bool usePCT=true) |
| virtual void | UseBTOF (bool useBTOF=true) |
| virtual void | CalibBeamLine () |
| virtual void | printInfo (ostream &=cout) const =0 |
| virtual void | SetMode (Int_t mode=0) |
| virtual int | GetMode () const |
| void | SetDebugLevel (Int_t level) |
| virtual void | Init () |
| virtual void | Finish () |
| virtual void | InitRun (int runumber) |
| virtual void | Clear () |
|
const std::vector < StPrimaryVertex > * | result () |
| void | FillStEvent (StEvent *) |
Protected Attributes | |
| StPrimaryVertexOrder | mVertexOrderMethod |
| bool | mVertexConstrain |
| int | mMode |
| int | mDebugLevel |
| bool | mUseBtof |
Definition at line 20 of file StGenericVertexFinder.h.
| void StGenericVertexFinder::FillStEvent | ( | StEvent * | event | ) |
Adds the vertex to StEvent (currently as a primary) Here we invent our own flag and other data to put in In real life we have to get it from somewhere (as done for position)
Definition at line 32 of file StGenericVertexFinder.cxx.
Referenced by StGenericVertexMaker::Make().
1.5.9