--- yoda/event/CalibTrk1Event.h 2005/05/28 10:44:08 4.4 +++ yoda/event/CalibTrk1Event.h 2006/02/07 17:11:06 6.0 @@ -17,6 +17,7 @@ public: CalibTrk1Event(void); + int good0; /** * The acquisition mode of the Tracker; each element concerns a different plane. @@ -106,9 +107,10 @@ * Identify which strip is bad (3072 strips in 6 planes). */ int DSPbad_par[6][3072]; - + int crc_cal[6][3]; + int crc_hcal[6]; UINT8 unpackError; - ClassDef(CalibTrk1Event, 3) + ClassDef(CalibTrk1Event, 5) }; }