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