StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StBlankStEventMaker.h
1 /***************************************************************************
2  *
3  * $Id: StBlankStEventMaker.h,v 1.2 2014/08/06 11:42:58 jeromel Exp $
4  * Author: Frank Laue, BNL, laue@bnl.gov
5  ***************************************************************************/
6 #ifndef StBlankStEventMaker_hh
7 #define StBlankStEventMaker_hh
8 
9 #include "StMaker.h"
10 #include "StChain.h"
11 
12 class StMuDstMaker;
13 class StEvent;
14 
20 class StBlankStEventMaker : public StMaker {
21  public:
23  StBlankStEventMaker(const char* self="blank");
25 
26  void Clear(const char*);
27  int Make();
28  StEvent* event() { return mStEvent; }
29  virtual const char *GetCVS() const {
30  static const char cvs[]="Tag $Name: $ $Id: StBlankStEventMaker.h,v 1.2 2014/08/06 11:42:58 jeromel Exp $ built " __DATE__ " " __TIME__ ;
31  return cvs;
32  }
33 
34 
35  private:
36  StEvent* mStEvent;
37 
38  ClassDef(StBlankStEventMaker, 1)
39 };
40 
41 
42 #endif
43 
44 /***************************************************************************
45  *
46  * $Log: StBlankStEventMaker.h,v $
47  * Revision 1.2 2014/08/06 11:42:58 jeromel
48  * Suffix on literals need to be space (later gcc compiler makes it an error) - first wave of fixes
49  *
50  * Revision 1.1 2004/06/06 18:28:13 balewski
51  * trick to convert .fzd --> muDst
52  *
53  * Revision 1.5 2003/09/17 02:54:37 jeromel
54  * Name clash. Added warning in case this happens in future
55  *
56  * Revision 1.4 2003/09/12 21:32:17 jeromel
57  * No changes (misspelled)
58  *
59  * Revision 1.3 2003/09/07 03:49:03 perev
60  * gcc 3.2 + WarnOff
61  *
62  * Revision 1.2 2003/08/04 14:38:10 laue
63  * Alex Suaide's updated for the EMC. Now EEMC is included.
64  *
65  * Revision 1.1 2003/01/09 18:59:45 laue
66  * initial check in of new EMC classes and the changes required
67  *
68  * Revision 1.15 2002/11/08 14:18:59 laue
69  *
70  **************************************************************************/
StEvent * event()
return pointer to StEvent, 0 if not created
int Make()
create a StEvent from the muDst and put it into the .data tree structure. Also time stamp gets writte...
StBlankStEventMaker(const char *self="blank")
Default constructor; get pointer to StMuDstMaker.