--- gp2root/pCalID.h 2006/04/19 23:35:58 1.1 +++ gp2root/pCalID.h 2006/10/22 08:26:41 1.2 @@ -2,6 +2,7 @@ #define PCALID_H #include #include "pHitID.h" +#include "TObject.h" using std::cout; using std::endl; @@ -37,6 +38,10 @@ int _icasi; int _icast; +public: + ClassDef(pCalID,1); + }; #endif //PCALID_H +