--- gp2root/pTrdID.h 2006/04/19 23:35:57 1.1.1.1 +++ gp2root/pTrdID.h 2006/10/22 08:27:08 1.2 @@ -2,12 +2,13 @@ #define PTRDID_H #include "pHitID.h" +#include "TObject.h" class pTrdID :public pHitID { public: - pTrdID(const char *c=0): pHitID(c){}; + pTrdID(const char *c=0){ SetHitID(c); } void SetHitID(const char *c){ int *temp =(int *) c; @@ -27,6 +28,10 @@ int _itrsi; +public: + ClassDef(pTrdID,1); + }; #endif //PTRDID_H +