#include <StMuDstVtxSeedMaker.h>

Public Member Functions | |
| StMuDstVtxSeedMaker (const char *name="EvtVtxSeedMkr") | |
| virtual Int_t | Make () |
| virtual void | PrintInfo () |
| virtual const char * | GetCVS () const |
Protected Member Functions | |
| virtual Bool_t | CheckTriggers () |
| virtual Int_t | GetEventData () |
Protected Attributes | |
| StMuDst * | mudst |
| StMuEvent * | event |
| unsigned int | pvn |
calculates mean primary vertex positions from suitable events to use as seeds in finding better primary vertex positions (helpful for low multiplicity events like pp collisions) using MuDst
Definition at line 25 of file StMuDstVtxSeedMaker.h.
| Int_t StMuDstVtxSeedMaker::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 StVertexSeedMaker.
Definition at line 27 of file StMuDstVtxSeedMaker.cxx.
References StMuDst::event(), kStErr, kStOk, and StMuDstMaker::muDst().
1.5.9