#ifndef PCAL_H #define PCAL_H #include "pDetector.h" class pCal: public pDetector { public: pCal(): pDetector("CAL"){}; private: }; #endif //PCAL_H