83 #ifndef StAnalysisMaker_hh
84 #define StAnalysisMaker_hh
118 static void summarizeEvent(
StEvent *event=0, Int_t mEventCounter=0);
119 static void PrintStEvent(TString opt=
"vpgl3");
120 static void PrintVertex(Int_t ivx = -1);
121 static void PrintGlobalTrack(Int_t itk = 0);
122 static void PrintTpcHits(Int_t sector = 0, Int_t row = 0, Int_t plot = 0, Int_t IdTruth=-1);
123 static void PrintToFHits();
124 static void PrintSvtHits();
125 static void PrintSsdHits();
126 static void PrintSstHits();
127 static void PrintRnDHits();
128 static void PrintEmcHits(Int_t det=-1, Int_t mod=-1,
const Option_t *opt =
"AdcClustersPoints");
129 virtual const char *GetCVS()
const {
130 static const char cvs[]=
"Tag $Name: $ $Id: StAnalysisMaker.h,v 2.15 2015/07/19 23:02:44 fisyak Exp $ built " __DATE__
" " __TIME__ ;
A typical Analysis Class.
StAnalysisMaker(const Char_t *name="analysis")
The constructor. Initialize you data members here.