Go to the documentation of this file.00001 #ifndef TRICHEVENT_H
00002 #define TRICHEVENT_H
00003
00004 #include "TGo4EventElement.h"
00005
00006
00007
00008
00009
00010
00011
00012 #define NUM_MAPMP_CELLS 5*2*128
00013 #define MAPM_X 32
00014 #define MAPM_Y 32
00015
00016 #define NX_HISTORY 5
00017
00018 class TRICHEvent : public TGo4EventElement {
00019 public:
00020 TRICHEvent();
00021 TRICHEvent(const char* name, Short_t id=0);
00022 virtual ~TRICHEvent();
00023
00025 virtual void Clear(Option_t *t="");
00026
00027
00028
00029 Int_t fMAPM_Integral[NUM_MAPMP_CELLS];
00030 Int_t fMAPM_Integral_raw[NUM_MAPMP_CELLS];
00031 Double_t fMAPM_X[NUM_MAPMP_CELLS];
00032 Double_t fMAPM_Y[NUM_MAPMP_CELLS];
00033 Double_t fMAPM_Xcoord[NUM_MAPMP_CELLS];
00034 Double_t fMAPM_Ycoord[NUM_MAPMP_CELLS];
00035 ULong_t fMAPM_DeltaT[NUM_MAPMP_CELLS];
00036
00037 ClassDef(TRICHEvent,1)
00038 };
00039 #endif // TRICHEVENT_H