StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StRandyTopMapMaker.h
1 /***************************************************************************
2  *
3  * $Id: StRandyTopMapMaker.h,v 1.6 2014/08/06 11:43:19 jeromel Exp $
4  *
5  * Author: Randy Wells, Ohio State
6  ***************************************************************************
7  *
8  * Description: This is used to fix the topology map in StEvent
9  *
10  ***************************************************************************
11  **************************************************************************/
12 #ifndef StRandyTopMapMaker_HH
13 #define StRandyTopMapMaker_HH
14 #include "StMaker.h"
15 
16 class StEvent;
17 //-tu class StRun;
18 
19 class StRandyTopMapMaker : public StMaker {
20 public:
21 
22  StRandyTopMapMaker(const Char_t *name="analysis");
23  virtual ~StRandyTopMapMaker();
24 
25  virtual void Clear(Option_t *option="");
26  virtual Int_t Init();
27  virtual Int_t Make();
28  virtual Int_t Finish();
29 
30  virtual const char *GetCVS() const
31  {static const char cvs[]="$Id: StRandyTopMapMaker.h,v 1.6 2014/08/06 11:43:19 jeromel Exp $ built " __DATE__ " " __TIME__ ; return cvs;}
32 
33 private:
34  // Bool_t drawinit;
35  // Char_t collectionName[256];
36  bool padRow[46];
37 
38  ClassDef(StRandyTopMapMaker,0)
39 };
40 #endif
virtual void Clear(Option_t *option="")
User defined functions.
virtual Int_t Finish()