#ifndef PCAS_H #define PCAS_H #include "pDetector.h" #include "TObject.h" class pCas: public pDetector { public: pCas(): pDetector("CAS"){}; private: public: ClassDef(pCas,1); }; #endif //PCAS_H