#ifndef HFRPCDETECTOR_H #define HFRPCDETECTOR_H #include "hdetector.h" class HFRpcDetector : public HDetector { public: HFRpcDetector(); virtual ~HFRpcDetector(); void activateParIo(HParIo *io); Bool_t write(HParIo *io); HCategory *buildCategory(Cat_t cat, Bool_t simulation = kFALSE); HCategory *buildMatrixCategory(const Text_t *, Int_t, Int_t, Float_t fillRate = 0.5); HCategory *buildMatrixCategory(const Text_t *, Int_t, Int_t, Int_t, Float_t fillRate = 0.5); HCategory *buildMatrixCategory(const Text_t *, Int_t, Int_t, Int_t, Int_t, Float_t fillRate = 0.5); HCategory *buildMatrixCategory(const Text_t *, Int_t, Int_t, Int_t, Int_t, Int_t, Float_t fillRate = 0.5); HCategory *buildLinearCategory(const Text_t *, Int_t); Int_t getMaxSecInSetup(); ClassDef(HFRpcDetector, 0); // detector class for new forward detector }; #endif /* !HFRPCDETECTOR_H */