StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StEEmcMatchMaker.h
1 
6 #ifndef STAR_StEEmcMatchMaker
7 #define STAR_StEEmcMatchMaker
8 #include "StMaker.h"
9 
10 class StEEmcMatchMaker : public StMaker
11 {
12  private:
13 
14  protected:
15 
16  public:
17 
18  StEEmcMatchMaker(const char *name="eemcEff");
19  virtual ~StEEmcMatchMaker();
20  virtual Int_t Init();
21  virtual Int_t Make();
22  virtual Int_t Finish();
23 
24  virtual const char *GetCVS() const {static const char cvs[]="Tag $Name: $ $Id: StEEmcMatchMaker.h,v 1.2 2014/08/06 11:43:00 jeromel Exp $ built " __DATE__ " " __TIME__ ; return cvs;}
25 
26  ClassDef(StEEmcMatchMaker,0)
27 };
28 #endif
29 
31 //
32 // $Id: StEEmcMatchMaker.h,v 1.2 2014/08/06 11:43:00 jeromel Exp $
33 // $Log: StEEmcMatchMaker.h,v $
34 // Revision 1.2 2014/08/06 11:43:00 jeromel
35 // Suffix on literals need to be space (later gcc compiler makes it an error) - first wave of fixes
36 //
37 // Revision 1.1.1.1 2005/05/31 18:54:40 wzhang
38 // First version
39 //
40 //
virtual Int_t Make()
virtual Int_t Finish()