--- gp2root/pNdID.h 2006/04/19 23:35:58 1.1.1.1 +++ gp2root/pNdID.h 2006/10/22 08:26:59 1.2 @@ -1,12 +1,13 @@ #ifndef PNDID_H #define PNDID_H #include "pHitID.h" +#include "TObject.h" class pNdID : public pHitID { public: - pNdID(const char * c=0): pHitID(c){}; + pNdID(const char * c=0){ SetHitID(c); } void SetHitID(const char * c){ _itube = (int) *c; @@ -19,6 +20,10 @@ int _itube; +public: + ClassDef(pNdID,1); + }; #endif //PNDID_H +