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

Contents of /yoda/event/CalibCalPedEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Tue Jul 6 14:07:24 2004 UTC (20 years, 5 months ago) by kusanagi
Branch: MAIN
File MIME type: text/plain
*** empty log message ***

1 #ifndef CALIBCALPED_EVENT_H
2 #define CALIBCALPED_EVENT_H
3
4 #include "SubPacket.h"
5
6 namespace pamela {
7 /**
8 * Information events about the CalibCalPed.
9 */
10 class CalibCalPedEvent: public pamela::SubPacket {
11 private:
12
13 public:
14 CalibCalPedEvent(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(CalibCalPedEvent, 1)
24 };
25 }
26
27 #endif /* CALIBCALPED_EVENT_H */
28

  ViewVC Help
Powered by ViewVC 1.1.23