#include <StEEmcFilterMaker.h>

Public Member Functions | |
| void | setEtThres (float x) |
| void | setZvertCut (float z0, float dz) |
| void | setFixedVertex (float z0) |
| StEEmcFilterMaker (const char *name="EEmcFilter") | |
| virtual | ~StEEmcFilterMaker () |
| This is destructor. | |
| virtual Int_t | Init () |
| virtual Int_t | Make () |
| virtual Int_t | FinishRun (int runumber) |
| virtual const char * | GetCVS () const |
| Displayed on session exit, leave it as-is please ... | |
Definition at line 28 of file StEEmcFilterMaker.h.
| Int_t StEEmcFilterMaker::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 62 of file StEEmcFilterMaker.cxx.
References StEEmcTower::et(), StEEmcA2EMaker::hightower(), kStOK, and kStSKIP.
1.5.9