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

Annotation of /yoda/event/CalibAcEvent.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2.1 - (hide annotations) (download)
Sun Oct 17 12:28:15 2004 UTC (20 years, 1 month ago) by kusanagi
Branch: MAIN
Changes since 2.0: +3 -2 lines
File MIME type: text/plain
*** empty log message ***

1 kusanagi 1.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 kusanagi 2.1 /*! parametro header*/
15     unsigned short header;
16     /*! parametro status*/
17 kusanagi 1.1 unsigned short status[5];
18     unsigned short temp[8];
19 kusanagi 1.2 unsigned short DAC1[8];
20     unsigned short DAC2[8];
21 kusanagi 1.1 unsigned short regist[6];
22     unsigned short time[8];
23     unsigned short n_tr;
24     unsigned short hitmap_tr[16];
25     unsigned short curve1[4096];
26     unsigned short curve2[4096];
27 kusanagi 1.2 unsigned short iCRC;
28 kusanagi 1.1 unsigned short tail;
29     unsigned short CRC;
30 kusanagi 1.2
31    
32 kusanagi 1.1 CalibAcEvent(void);
33    
34    
35    
36     ClassDef(CalibAcEvent, 1)
37     };
38     }
39    
40     #endif /* CALIBAC_EVENT_H */
41    

  ViewVC Help
Powered by ViewVC 1.1.23