--- DarthVader/AnticounterLevel2/inc/AcLevel2.h 2006/05/19 13:16:00 1.1 +++ DarthVader/AnticounterLevel2/inc/AcLevel2.h 2006/09/05 14:49:39 1.5 @@ -3,21 +3,25 @@ #define AcLevel2_h // #include + +#include //#include // class AcLevel2 : public TObject { private: public: - UShort_t status[2]; - UShort_t hitmap[2]; - UShort_t hitstatus[2]; - UShort_t trigger[2]; - //ULong64_t OBT; - //Int_t pro_num; - //ULong64_t pkt_num; + Int_t status[2]; + Int_t hitmap[2]; + Int_t hitstatus[2]; + Int_t trigger[2]; // constructor AcLevel2(); + AcLevel2* GetAcLevel2(){return this;}; // Elena + void GetLevel2Struct(cAcLevel2 *) const; + void SetFromLevel2Struct(cAcLevel2 *); + + void Clear(); // emiliano // ClassDef(AcLevel2, 1); };