#ifndef HiTOFDETECTOR_H #define HiTOFDETECTOR_H #include "hdetector.h" class HiTofDetector : public HDetector { public: HiTofDetector(); ~HiTofDetector(); Bool_t init(void); void activateParIo(HParIo* io); Bool_t write(HParIo* io); HCategory* buildLinearCategory(const Text_t* name); HCategory* buildMatrixCategory(const Text_t* name, Float_t fillFactor=1); HCategory* buildCategory(Cat_t); ClassDef(HiTofDetector,1) // iTof detector class }; #endif /* !HiTOFDETECTOR_H */