#ifndef CALIBCALPULSE2_EVENT_H #define CALIBCALPULSE2_EVENT_H #include "SubPacket.h" namespace pamela { /** * Information events about the CalibCalPulse2Run. */ class CalibCalPulse2Event: public pamela::SubPacket { private: public: CalibCalPulse2Event(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][6]; int calpuls[4][11][96]; ClassDef(CalibCalPulse2Event, 1) }; } #endif /* CALIBCALPULSE2_EVENT_H */