--- yoda/event/CalibCalPedEvent.h 2004/07/06 14:07:24 1.1 +++ yoda/event/CalibCalPedEvent.h 2005/01/17 08:58:13 2.3 @@ -13,14 +13,19 @@ public: CalibCalPedEvent(void); - float cal_ped[96][11][4]; - float cal_good[96][11][4]; - float cal_thr[96][11][4]; - float cal_base[96][11][4]; - float cal_var[96][11][4]; - - - ClassDef(CalibCalPedEvent, 1) + 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, 2) }; }