--- DarthVader/AnticounterLevel2/inc/AcLevel2.h 2006/05/19 13:16:00 1.1 +++ DarthVader/AnticounterLevel2/inc/AcLevel2.h 2006/06/14 10:20:40 1.2 @@ -9,15 +9,16 @@ private: public: - UShort_t status[2]; - UShort_t hitmap[2]; - UShort_t hitstatus[2]; - UShort_t trigger[2]; + Int_t status[2]; + Int_t hitmap[2]; + Int_t hitstatus[2]; + Int_t trigger[2]; //ULong64_t OBT; //Int_t pro_num; //ULong64_t pkt_num; // constructor AcLevel2(); + AcLevel2* GetAcLevel2(){return this;}; // Elena // ClassDef(AcLevel2, 1); };