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

Contents of /yoda/event/CalibTrk1Event.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4.1 - (show annotations) (download)
Wed Mar 9 19:37:30 2005 UTC (19 years, 8 months ago) by kusanagi
Branch: MAIN
CVS Tags: YODA4_1/00, YODA4_0/04, YODA4_0/03, YODA4_0/02, YODA4_2/01, YODA4_2/00
Changes since 4.0: +3 -3 lines
File MIME type: text/plain
Bug Fix:
the parameter DSPped_par was defined as "int" instead of "float"
the parameter DSPbad_par was defined as "float" instead of "int"

1 #ifndef CALIBTRK1_EVENT_H
2 #define CALIBTRK1_EVENT_H
3
4 #include "SubPacket.h"
5
6 namespace pamela {
7 /**
8 * Information events about the CalibTrk1.
9 */
10 class CalibTrk1Event: public pamela::SubPacket {
11 private:
12
13 public:
14 CalibTrk1Event(void);
15 int DAQmode[6];
16 int DSPnumber[6];
17 int calibnumber[6];
18 int ncalib_event[6];
19 int ped_l1[6];
20 int ped_l2[6];
21 int ped_l3[6];
22 int sig_l1[6];
23 int sig_l2[6];
24 int sig_l3[6];
25 int nbad_l1[6];
26 int nbad_l2[6];
27 int nbad_l3[6];
28 int cal_flag[6];
29 float DSPped_par[6][3072];
30 float DSPsig_par[6][3072];
31 int DSPbad_par[6][3072];
32 UINT8 unpackError;
33 ClassDef(CalibTrk1Event, 3)
34 };
35 }
36
37 #endif /* CALIBTRK1_EVENT_H */
38

  ViewVC Help
Powered by ViewVC 1.1.23