29 #ifndef StHiMicroMaker_hh
30 #define StHiMicroMaker_hh
42 #include "StChain/StMaker.h"
49 #include "StPhysicalHelixD.hh"
50 #include "StThreeVectorF.hh"
57 #ifndef ST_NO_NAMESPACES
67 void Clear(Option_t *option=
"");
69 Int_t InitRun(
int runumber);
73 void setDebug(Int_t debug=1) { mDebug = debug; }
74 void setSaveAllEvents(
bool val=
false) {mSaveAllEvents = val;}
76 bool SaveAllEvents()
const {
return mSaveAllEvents;}
78 void setHitLoop(Int_t doit=1) { mHitLoop=doit; }
79 void setVertexZCut(Float_t x) { mVertexZCut=x; }
80 void setOutDir(
const char* dir=
"./") { mOutDir = dir; }
96 bool acceptCentrality(
StTrack*);
113 Int_t mNAcceptedEvent;
114 Int_t mNAcceptedTrack;
void Clear(Option_t *option="")
User defined functions.