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