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