--- gp2root/pCalHit.h 2006/04/19 23:35:57 1.1 +++ gp2root/pCalHit.h 2006/10/22 08:26:40 1.2 @@ -3,6 +3,7 @@ #include #include "pHit.h" #include "pCalID.h" +#include "TObject.h" using std::cout; using std::endl; @@ -25,6 +26,7 @@ SetZin(*((float*)temp) ); temp++; SetErel( *((float*)temp) ); + } @@ -42,6 +44,10 @@ private: +public: + ClassDef(pCalHit,1); + }; #endif //PCALHIT_H +