StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StEventCompendiumMaker.h
1 
25 #ifndef STAR_StEventCompendiumMaker
26 #define STAR_StEventCompendiumMaker
27 
28 #ifndef StMaker_H
29 #include "StMaker.h"
30 #endif
31 class StEvent;
33  public:
34  StEventCompendiumMaker(const char *name="StEventCompendiumMaker"): StMaker(name) {}
35  virtual ~StEventCompendiumMaker() {}
36  Int_t Make();
37  virtual const char *GetCVS() const {
38  static const char cvs[]= "Tag $Name: $ $Id: StEventCompendiumMaker.h,v 1.4 2018/09/28 20:17:35 fisyak Exp $ built " __DATE__ " " __TIME__ ;
39  return cvs;
40  }
41  private:
42  void fillEventSummary(StEvent* e);
43  ClassDef(StEventCompendiumMaker,0)
44 };
45 #endif
StMaker(const char *name="", const char *dummy=0)
Constructor & Destructor.
Definition: StMaker.cxx:188
Class for Making a Compendium of the information in StEvent.