00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef StRandyTopMapMaker_HH
00013 #define StRandyTopMapMaker_HH
00014 #include "StMaker.h"
00015
00016 class StEvent;
00017
00018
00019 class StRandyTopMapMaker : public StMaker {
00020 public:
00021
00022 StRandyTopMapMaker(const Char_t *name="analysis");
00023 virtual ~StRandyTopMapMaker();
00024
00025 virtual void Clear(Option_t *option="");
00026 virtual Int_t Init();
00027 virtual Int_t Make();
00028 virtual Int_t Finish();
00029
00030 virtual const char *GetCVS() const
00031 {static const char cvs[]="$Id: StRandyTopMapMaker.h,v 1.5 2003/09/10 19:47:19 perev Exp $ built "__DATE__" "__TIME__ ; return cvs;}
00032
00033 private:
00034
00035
00036 bool padRow[46];
00037
00038 ClassDef(StRandyTopMapMaker,0)
00039 };
00040 #endif