#ifndef PCAT_H #define PCAT_H #include "pDetector.h" #include "TObject.h" class pCat: public pDetector { public: pCat(): pDetector("CAT"){}; private: public: ClassDef(pCat,1); }; #endif //PCAT_H