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

Annotation of /yoda/event/CalibTrk2Event.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3.0 - (hide annotations) (download)
Fri Mar 4 15:54:11 2005 UTC (19 years, 9 months ago) by kusanagi
Branch: MAIN
Changes since 2.2: +0 -0 lines
File MIME type: text/plain
Error proof version.
Implemented all detectors packets plus all the main telemetries packets.
Missing all the Init and Alarm packets.
Disabled CRC control on VarDump, ArrDump, TabDump for CPU debugging needs
(the data formats seems correct even if CRC get wrong)

1 kusanagi 1.2 #ifndef CALIBTRK2_EVENT_H
2     #define CALIBTRK2_EVENT_H
3 kusanagi 1.1
4     #include "SubPacket.h"
5    
6     namespace pamela {
7     /**
8 kusanagi 1.2 * Information events about the CalibTrk2.
9 kusanagi 1.1 */
10 kusanagi 1.2 class CalibTrk2Event: public pamela::SubPacket {
11 kusanagi 1.1 private:
12    
13     public:
14 kusanagi 1.2 CalibTrk2Event(void);
15 kusanagi 1.1 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 kusanagi 1.3 int DSPped_par[6][3072];
30 kusanagi 1.1 float DSPsig_par[6][3072];
31 kusanagi 1.3 float DSPbad_par[6][3072];
32 kusanagi 2.1 UINT8 unpackError;
33 kusanagi 2.2 ClassDef(CalibTrk2Event, 2)
34 kusanagi 1.1 };
35     }
36    
37 kusanagi 1.2 #endif /* CALIBTRK2_EVENT_H */
38 kusanagi 1.1

  ViewVC Help
Powered by ViewVC 1.1.23