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

Annotation of /yoda/event/Calib2_Ac2Event.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4.4 - (hide annotations) (download)
Sat May 28 10:44:08 2005 UTC (19 years, 6 months ago) by kusanagi
Branch: MAIN
Changes since 4.1: +0 -0 lines
File MIME type: text/plain
Main features of this release are:
- updated classes documentations;
- major changes on the calibration fortran routine for the calorimeter
- update on the TMTC thermistors
- removed old classes as CalibTrkBoth and CalibTrd

1 kusanagi 2.1 #ifndef CALIB2_AC2_EVENT_H
2     #define CALIB2_AC2_EVENT_H
3    
4     #include "SubPacket.h"
5    
6     namespace pamela {
7     /**
8 kusanagi 4.1 * Calib2_Ac2Event data Wrapper.
9     *
10     * The pamela::Calib2_Ac2Event represents the Calib2_Ac2 packet generated by the PAMELA CPU software.
11     * Other info you consider meaningfull for the packet
12 kusanagi 2.1 */
13     class Calib2_Ac2Event: public pamela::SubPacket {
14     private:
15    
16     public:
17 kusanagi 4.1
18     /**
19     * The header of ???.
20     * Each element represent ......etc..etc..
21     */
22 kusanagi 2.5 UINT16 header[2];
23 kusanagi 4.1
24     /**
25     * The status of ???.
26     * Each element represent ......etc..etc..
27     */
28 kusanagi 2.5 UINT16 status[5];
29 kusanagi 4.1
30     // and so on......
31 kusanagi 2.5 UINT16 temp[8];
32     UINT16 DAC1[8];
33     UINT16 DAC2[8];
34     UINT16 regist[6];
35     UINT16 time[8];
36     UINT16 n_tr;
37     UINT16 hitmap_tr[16];
38     UINT16 curve1[4096];
39     UINT16 curve2[4096];
40     UINT16 iCRC;
41     UINT16 tail;
42     UINT16 CRC;
43     UINT16 CRCcheck;
44     UINT16 ERROR;
45 kusanagi 2.4
46 kusanagi 2.1 Calib2_Ac2Event(void);
47    
48    
49    
50     ClassDef(Calib2_Ac2Event, 1)
51     };
52     }
53    
54     #endif /* CALIB2_AC2_EVENT_H */
55    

  ViewVC Help
Powered by ViewVC 1.1.23