--- gp2root/pHeaderID.h 2006/04/19 23:35:57 1.1 +++ gp2root/pHeaderID.h 2006/10/22 08:26:55 1.2 @@ -1,8 +1,8 @@ #ifndef PHEADERID_H #define PHEADERID_H +#include "TObject.h" - -class pHeaderID { +class pHeaderID : public TObject { public: @@ -14,7 +14,9 @@ private: - +public: + ClassDef(pHeaderID,1); }; #endif //PHEADERID_H +