StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StTriggerDataMaker.h
1 #ifndef STAR_StTriggerDataMaker
2 #define STAR_StTriggerDataMaker
3 //#include "StMaker.h"
4 #include "StRtsTable.h"
5 #include "StRTSBaseMaker.h"
6 
7 class TH1F;
8 class StTriggerData;
9 class StDAQReader;
10 
11 // class definition
13 public:
14  StTriggerDataMaker(const char *name="trgd");
15  virtual ~StTriggerDataMaker(){};
16  virtual Int_t Make();
17 
18  virtual const char *GetCVS() const
19  {static const char cvs[]="Tag " __DATE__ " " __TIME__ ; return cvs;}
20 
21  void setDebug(int v) {mDebug=v;}
22 
23 protected:
24 
25 private:
26  int mDebug;
27 
28  ClassDef(StTriggerDataMaker, 0) //StAF chain virtual base class for Makers
29 };
30 #endif
Class StRTSBaseMaker - is an abstract StMaker to define the interface to access the DAQ data from the...