#ifndef HFWDETDETECTOR_H #define HFWDETDETECTOR_H #include "hdetector.h" class HStsDetector : public HDetector { public: HStsDetector(); virtual ~HStsDetector(); 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 getMaxModInSetup(); ClassDef(HStsDetector, 0); // detector class for new forward detector }; #endif /* !HFWDETDETECTOR_H */