--- DarthVader/AnticounterLevel2/inc/AcLevel2.h 2006/06/14 10:20:40 1.2 +++ DarthVader/AnticounterLevel2/inc/AcLevel2.h 2006/11/09 17:05:42 1.6 @@ -3,7 +3,8 @@ #define AcLevel2_h // #include -//#include +// +#include // class AcLevel2 : public TObject { private: @@ -13,14 +14,16 @@ Int_t hitmap[2]; Int_t hitstatus[2]; Int_t trigger[2]; - //ULong64_t OBT; - //Int_t pro_num; - //ULong64_t pkt_num; + Int_t unpackError; // Emiliano // constructor AcLevel2(); AcLevel2* GetAcLevel2(){return this;}; // Elena + void GetLevel2Struct(cAcLevel2 *) const; + void SetFromLevel2Struct(cAcLevel2 *); + + void Clear(); // emiliano // - ClassDef(AcLevel2, 1); + ClassDef(AcLevel2, 2); };