--- gp2root/pTofHit.h 2006/04/19 23:35:57 1.1.1.1 +++ gp2root/pTofHit.h 2006/10/22 08:27:06 1.2 @@ -3,6 +3,7 @@ #include #include "pHit.h" #include "pTofID.h" +#include "TObject.h" using std::cout; using std::endl; @@ -74,6 +75,10 @@ private: float _xout,_yout,_zout; float _time,_path; +public: + ClassDef(pTofHit,1); + }; #endif //PTOFHIT_H +