00001 #ifndef _TFaspEVENT_H_ 00002 #define _TFaspEVENT_H_ 00003 00004 #include "TGo4EventElement.h" 00005 #include "TGo4CompositeEvent.h" 00006 00007 #include "TFaspDefines.h" 00008 00009 class TFaspEvent : public TGo4EventElement 00010 { 00011 public: 00012 TFaspEvent (); 00013 TFaspEvent (const char* name, Short_t id=0); 00014 virtual ~TFaspEvent() {} 00015 00017 virtual void Clear (Option_t *t=""); 00018 00019 UShort_t fAdcs[Fasp_NumChannels]; 00020 00021 UInt_t fAdcTm; // 20 Mhz counter, 24 bit, time when ADC was measured 00022 00023 UInt_t fSyncNumber; 00024 00025 UInt_t fSyncTm; // 20 Mhz counter, 24 bit, time when SYNC was received 00026 00027 00028 ClassDef(TFaspEvent,1) 00029 }; 00030 00031 #endif // _TFaspEVENT_H_