StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StEEtowerExampleMaker.h
1 // $Id: StEEtowerExampleMaker.h,v 1.2 2014/08/06 11:43:01 jeromel Exp $
2 
3 #ifndef STAR_StEEtowerExampleMaker
4 #define STAR_StEEtowerExampleMaker
5 
18 #ifndef StMaker_H
19 #include "StMaker.h"
20 #endif
21 
22 class TObjArray ;
23 class StMuDstMaker;
24 
25 #include "EEtower.h"
26 
27 class StEEtowerExampleMaker : public StMaker , public EEtower{
28 
29  private:
30  StMuDstMaker* mMuDstMaker;
31  int unpackMuDst();
32 
33  public:
34  StEEtowerExampleMaker(const char *self="stEEsoloPi0", const char* muDstMakerName="muDstMaker");
35  virtual ~StEEtowerExampleMaker();
36  virtual Int_t Init();
37  virtual Int_t Finish();
38  virtual Int_t Make();
39  void Set(TObjArray * x){HList=x;}
40 
42  virtual const char *GetCVS() const {
43  static const char cvs[]="Tag $Name: $ $Id: StEEtowerExampleMaker.h,v 1.2 2014/08/06 11:43:01 jeromel Exp $ built " __DATE__ " " __TIME__ ;
44  return cvs;
45  }
46 
47  ClassDef(StEEtowerExampleMaker, 1) //StAF chain virtual base class for Makers
48 };
49 
50 #endif
51 
52 
53 // $Log: StEEtowerExampleMaker.h,v $
54 // Revision 1.2 2014/08/06 11:43:01 jeromel
55 // Suffix on literals need to be space (later gcc compiler makes it an error) - first wave of fixes
56 //
57 // Revision 1.1 2004/06/06 04:54:10 balewski
58 // dual analyzis
59 //
60 // Revision 1.2 2004/04/14 19:34:01 balewski
Axample to access EEMC data & DB from muDst in StRoot-framework Only muDst data are decoded by this c...
virtual const char * GetCVS() const
Displayed on session exit, leave it as-is please ...
TObjArray * HList
DB access point.
Definition: EEtower.h:50