#ifndef PTOF_H #define PTOF_H #include "pDetector.h" class pTof: public pDetector { public: pTof(): pDetector("TOF"){}; private: }; #endif //PTOF_H