#ifndef HSTARTUNPACKER_H #define HSTARTUNPACKER_H #include "hldunpack.h" #include "hlocation.h" #define LATCH 0x4 #define SCALER 0x5 #define SCALER_JAN04 0x6 //Changed in scaler format jan04 #define LATCH_AUG04 0x8 //Changed in latch format aug04 #define SCALER_AUG04 0x9 //Changed in scaler format aug04 #define DEBUG 0x3f //in scaler format jan04 #define SCALER_MAX_WORDS 64 class HIterator; class HCategory; class HStartLookup; class HStartUnpacker: public HldUnpack { friend class HStartMonitor; protected: Int_t subEvtId; //! subevent id HLocation loc; HIterator* iter; HCategory* tboxCat; //! HStartLookup* lookup; UInt_t scalData[SCALER_MAX_WORDS]; //! void clearScalData(void) { for(Int_t i=0;i