Parent Directory | Revision Log
*** empty log message ***
1 | kusanagi | 1.1 | #ifndef CALIBCAL_EVENT_H |
2 | #define CALIBCAL_EVENT_H | ||
3 | |||
4 | #include "SubPacket.h" | ||
5 | |||
6 | namespace pamela { | ||
7 | /** | ||
8 | * Information events about the CalibCal. | ||
9 | */ | ||
10 | class CalibCalEvent: public pamela::SubPacket { | ||
11 | private: | ||
12 | |||
13 | public: | ||
14 | CalibCalEvent(void); | ||
15 | |||
16 | float cal_ped[96][11][4]; | ||
17 | float cal_good[96][11][4]; | ||
18 | float cal_thr[96][11][4]; | ||
19 | float cal_base[96][11][4]; | ||
20 | float cal_var[96][11][4]; | ||
21 | |||
22 | |||
23 | ClassDef(CalibCalEvent, 1) | ||
24 | }; | ||
25 | } | ||
26 | |||
27 | #endif /* CALIBCAL_EVENT_H */ | ||
28 |
ViewVC Help | |
Powered by ViewVC 1.1.23 |