#ifndef CALIBCALPED_EVENT_H #define CALIBCALPED_EVENT_H #include "SubPacket.h" namespace pamela { /** * Information events about the CalibCalPed. */ class CalibCalPedEvent: public pamela::SubPacket { private: 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]; ClassDef(CalibCalPedEvent, 1) }; } #endif /* CALIBCALPED_EVENT_H */