StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StEEmcTrigSimuMaker.h
1 // $Id: StEEmcTrigSimuMaker.h,v 1.3 2014/08/06 11:43:04 jeromel Exp $
2 // $Log: StEEmcTrigSimuMaker.h,v $
3 // Revision 1.3 2014/08/06 11:43:04 jeromel
4 // Suffix on literals need to be space (later gcc compiler makes it an error) - first wave of fixes
5 //
6 // Revision 1.2 2003/09/10 19:47:08 perev
7 // ansi corrs
8 //
9 // Revision 1.1 2003/01/28 23:13:00 balewski
10 // star
11 //
12 
13 /* \class StEEmcTrigSimuMaker
14 \author Jan Balewski, Rene Fatemi
15 
16 Simulates E+B EMC trigger response, based on StEvent hits <br>
17 
18 Example how to use this maker:
19 www.star.bnl.gov/STAR/eemc -->How To
20 
21  */
22 
23 
24 #ifndef STAR_StEmcTrigSimuMaker
25 #define STAR_StEmcTrigSimuMaker
26 
27 
28 #ifndef StMaker_H
29 #include "StMaker.h"
30 #endif
31 
32 
33 
34 class StEEmcTrigSimuMaker : public StMaker {
35  private:
36  // static Char_t m_VersionCVS = "$Id: StEEmcTrigSimuMaker.h,v 1.3 2014/08/06 11:43:04 jeromel Exp $";
37 
38  protected:
39  public:
40  StEEmcTrigSimuMaker(const char *name="EEmcTrigSimu");
41  virtual ~StEEmcTrigSimuMaker();
42  void printE();
43 
44  virtual Int_t Init();
45  virtual Int_t Make();
46 
47  virtual const char *GetCVS() const {
48  static const char cvs[]="Tag $Name: $ $Id: StEEmcTrigSimuMaker.h,v 1.3 2014/08/06 11:43:04 jeromel Exp $ built " __DATE__ " " __TIME__ ;
49  return cvs;
50  }
51 
52  ClassDef(StEEmcTrigSimuMaker,0)
53 };
54 
55 #endif
56 
void printE()
Endcap hits in StEvent.