/[PAMELA software]/yoda/event/CalibCalEvent.h
ViewVC logotype

Contents of /yoda/event/CalibCalEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Tue Jul 6 12:20:23 2004 UTC (20 years, 4 months ago) by kusanagi
CVS Tags: PreFligth1, Rev040706, Rev040729
Changes since 1.1: +0 -0 lines
File MIME type: text/plain

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