#ifndef HSTARTDEF_H #define HSTARTDEF_H #include "haddef.h" const Cat_t catStartRaw=START_OFFSET; const Cat_t catStartCal=START_OFFSET+1; const Cat_t catStartHit=START_OFFSET+2; const Cat_t catTBox=START_OFFSET+3; const Cat_t catTBoxChan=START_OFFSET+4; const Cat_t catTBoxChanSum=START_OFFSET+5; #endif /* !HSTARTDEF_H */