// Author E.Mocchiutti, modified 20060511 S.Orsi #ifndef AcLevel2_h #define AcLevel2_h // #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; // constructor AcLevel2(); // ClassDef(AcLevel2, 1); }; #endif