--- yoda/event/CalibCalPedEvent.h 2004/08/19 15:24:10 1.3 +++ yoda/event/CalibCalPedEvent.h 2005/03/06 04:33:01 4.0 @@ -13,16 +13,19 @@ public: CalibCalPedEvent(void); - int IEV2; - int calped[4][11][96]; - int calgood[4][11][96]; - int calthr[4][11][6]; - int calrms[4][11][96]; - int calbase[4][11][6]; - int calvar[4][11][96]; - int calpuls[4][11][96]; + int iev; + int cstwerr[4]; + float cperror[4]; + float calped[4][11][96]; + float calgood[4][11][96]; + float calthr[4][11][6]; + float calrms[4][11][96]; + float calbase[4][11][6]; + float calvar[4][11][6]; + float calpuls[4][11][96]; + UINT8 unpackError; - ClassDef(CalibCalPedEvent, 1) + ClassDef(CalibCalPedEvent, 2) }; }