StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StTrigOnlyPanitkinMaker.h
1 #ifndef STAR_StTrigOnlyPanitkinMaker
2 #define STAR_StTrigOnlyPanitkinMaker
3 
4 /************************************************************
5  * $Id: StTrigOnlyPanitkinMaker.h,v 1.2 2014/08/06 11:43:03 jeromel Exp $
6  ************************************************************
7  Goal: wrap EEMC-Panitkin code to be used in the BFC
8  *
9  ******************************************************/
10 
11 #ifndef StMaker_H
12 #include "StMaker.h"
13 #endif
14 
15 class EEdsmAna;
16 
18 
19  private:
20  EEdsmAna *dsm;
21  TObjArray * HList;
22  int nTrigEve,nInpEve;
23 
24  public:
25  StTrigOnlyPanitkinMaker(const char *self="EEstale", const char* muDstMakerName="muDstMaker");
26  virtual ~StTrigOnlyPanitkinMaker();
27  virtual Int_t Init();
28 
29  virtual void Clear(const Option_t* = "");
30  virtual Int_t Finish();
31  virtual Int_t Make();
32  void SetHList(TObjArray * x){HList=x;}
33  void saveHisto(TString fname="fixMe3");
34 
36  virtual const char *GetCVS() const {
37  static const char cvs[]="Tag $Name: $ $Id: StTrigOnlyPanitkinMaker.h,v 1.2 2014/08/06 11:43:03 jeromel Exp $ built " __DATE__ " " __TIME__ ;
38  return cvs;
39  }
40 
41  ClassDef(StTrigOnlyPanitkinMaker, 1) //StAF chain virtual base class for Makers
42 };
43 
44 #endif
45 
46 
47 // $Log: StTrigOnlyPanitkinMaker.h,v $
48 // Revision 1.2 2014/08/06 11:43:03 jeromel
49 // Suffix on literals need to be space (later gcc compiler makes it an error) - first wave of fixes
50 //
51 // Revision 1.1 2005/06/17 17:41:13 balewski
52 // *** empty log message ***
53 //
54 //
55 //
virtual const char * GetCVS() const
Displayed on session exit, leave it as-is please ...