#ifndef HWALLTRB3UNPACKER_H #define HWALLTRB3UNPACKER_H #include "hlocation.h" #include "htrb3tdcunpacker.h" #include class HWallTrb3Lookup; class HWallTrb3Unpacker: public HTrb3TdcUnpacker { protected: HLocation loc; // location of raw cell object HWallTrb3Lookup* lookup; // TRB3 lookup table Bool_t timeRef; // use reference time ? static Bool_t fHasPrintedTDC; public: HWallTrb3Unpacker(vector& ids); ~HWallTrb3Unpacker(void) {} Bool_t init(void); Int_t execute(void); Bool_t reinit(void); void disableTimeRef(void) { timeRef = kFALSE ; } ClassDef(HWallTrb3Unpacker, 0) // TRB3 unpacker for the Wall detector }; #endif /* !HWALLTRB3UNPACKER_H */