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

Contents of /yoda/event/CalibAcEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2.0 - (show annotations) (download)
Tue Sep 21 20:49:57 2004 UTC (20 years, 2 months ago) by kusanagi
Branch: MAIN
CVS Tags: Rev040922
Changes since 1.2: +0 -0 lines
File MIME type: text/plain
Major release

1 #ifndef CALIBAC_EVENT_H
2 #define CALIBAC_EVENT_H
3
4 #include "SubPacket.h"
5
6 namespace pamela {
7 /**
8 * Information events about the CalibAc.
9 */
10 class CalibAcEvent: public pamela::SubPacket {
11 private:
12
13 public:
14
15 unsigned short header;
16 unsigned short status[5];
17 unsigned short temp[8];
18 unsigned short DAC1[8];
19 unsigned short DAC2[8];
20 unsigned short regist[6];
21 unsigned short time[8];
22 unsigned short n_tr;
23 unsigned short hitmap_tr[16];
24 unsigned short curve1[4096];
25 unsigned short curve2[4096];
26 unsigned short iCRC;
27 unsigned short tail;
28 unsigned short CRC;
29
30
31 CalibAcEvent(void);
32
33
34
35 ClassDef(CalibAcEvent, 1)
36 };
37 }
38
39 #endif /* CALIBAC_EVENT_H */
40

  ViewVC Help
Powered by ViewVC 1.1.23