--- gp2root/pHitID.h 2006/04/19 23:35:57 1.1.1.1 +++ gp2root/pHitID.h 2006/10/22 08:26:58 1.2 @@ -1,8 +1,8 @@ #ifndef PHITID_H #define PHITID_H +#include "TObject.h" - -class pHitID { +class pHitID : public TObject { public: @@ -13,6 +13,10 @@ private: +public: + ClassDef(pHitID,1); + }; #endif //PHITID_H +