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