--- DarthVader/AnticounterLevel2/inc/AcLevel2.h 2006/09/05 14:49:39 1.5 +++ DarthVader/AnticounterLevel2/inc/AcLevel2.h 2006/11/09 17:05:42 1.6 @@ -3,9 +3,8 @@ #define AcLevel2_h // #include - +// #include -//#include // class AcLevel2 : public TObject { private: @@ -15,6 +14,7 @@ Int_t hitmap[2]; Int_t hitstatus[2]; Int_t trigger[2]; + Int_t unpackError; // Emiliano // constructor AcLevel2(); AcLevel2* GetAcLevel2(){return this;}; // Elena @@ -23,7 +23,7 @@ void Clear(); // emiliano // - ClassDef(AcLevel2, 1); + ClassDef(AcLevel2, 2); };