StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StAddRunInfoMaker.h
1 /***************************************************************************
2  *
3  * $Id: StAddRunInfoMaker.h,v 1.4 2014/08/06 11:43:31 jeromel Exp $
4  * Author: Frank Laue, BNL, laue@bnl.gov
5  ***************************************************************************/
6 #ifndef StAddRunInfoMaker_hh
7 #define StAddRunInfoMaker_hh
8 
9 #include "StMaker.h"
10 #include "StChain.h"
11 
12 class StEvent;
13 
19 class StAddRunInfoMaker : public StMaker {
20  public:
22  StAddRunInfoMaker(const char* name="addRunInfo");
24 
25  int Make();
26  virtual const char *GetCVS() const {
27  static const char cvs[]="Tag $Name: $ $Id: StAddRunInfoMaker.h,v 1.4 2014/08/06 11:43:31 jeromel Exp $ built " __DATE__ " " __TIME__ ;
28  return cvs;
29  }
30 
31  protected:
32  ClassDef(StAddRunInfoMaker, 1)
33 };
34 
35 
36 #endif
37 
38 /***************************************************************************
39  *
40  * $Log: StAddRunInfoMaker.h,v $
41  * Revision 1.4 2014/08/06 11:43:31 jeromel
42  * Suffix on literals need to be space (later gcc compiler makes it an error) - first wave of fixes
43  *
44  * Revision 1.3 2004/05/02 04:10:13 perev
45  * private => protected
46  *
47  * Revision 1.2 2003/09/07 03:49:03 perev
48  * gcc 3.2 + WarnOff
49  *
50  * Revision 1.1 2003/03/06 01:34:18 laue
51  * StAddRunInfoMaker is a make helper maker to add the StRunInfo for the
52  * only year1 Au+Au 130GeV data
53  *
54  *
55  **************************************************************************/
int Make()
add StRunInfo to StEvent
StAddRunInfoMaker(const char *name="addRunInfo")
Default constructor; get pointer to StMuDstMaker.