#include <StEvtVtxSeedMaker.h>

Public Member Functions | |
| StEvtVtxSeedMaker (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 | |
| StEvent * | 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 StEvent
Definition at line 24 of file StEvtVtxSeedMaker.h.
| Int_t StEvtVtxSeedMaker::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 24 of file StEvtVtxSeedMaker.cxx.
1.5.9