#include <StBbcVertexMaker.h>

Public Member Functions | |
| StBbcVertexMaker (const char *self="stEEsoloPi0", const char *muDstMakerName="muDstMaker") | |
| virtual Int_t | Init () |
| virtual Int_t | InitRun (int runNo) |
| virtual Int_t | Finish () |
| virtual Int_t | Make () |
| void | SetHList (TObjArray *x) |
| virtual const char * | GetCVS () const |
| Displayed on session exit, leave it as-is please ... | |
Definition at line 23 of file StBbcVertexMaker.h.
| Int_t StBbcVertexMaker::Finish | ( | ) | [virtual] |
Terminate a run. Place to make operations on histograms, normalization,etc.
Reimplemented from StMaker.
Definition at line 59 of file StBbcVertexMaker.cxx.
References kStOK.
| Int_t StBbcVertexMaker::Make | ( | ) | [virtual] |
The Make() method is the one responsible for calling the maker's InitRun(). Note that that InitRun() is called for real data and if both of the following are true
This is the ONLY place calling the InitRun() routine.
check privilege to skip event
Reimplemented from StMaker.
Definition at line 69 of file StBbcVertexMaker.cxx.
References kStOK.
1.5.9