--- yoda/event/CalibCalPedEvent.h 2004/07/08 12:31:22 1.2 +++ yoda/event/CalibCalPedEvent.h 2005/03/04 15:54:11 3.0 @@ -13,16 +13,19 @@ public: CalibCalPedEvent(void); - int IEV2; - int calped[96][11][4]; - int calgood[96][11][4]; - int calthr[96][11][4]; - int calrms[96][11][4]; - int calbase[96][11][4]; - int calvar[96][11][4]; - int calpuls[96][11][4]; + 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) }; }