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

Diff of /yoda/event/Calib2_Ac2Event.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.2 by kusanagi, Mon Dec 20 14:15:08 2004 UTC revision 4.1 by kusanagi, Sat May 7 08:48:25 2005 UTC
# Line 5  Line 5 
5    
6  namespace pamela {  namespace pamela {
7    /**    /**
8     * Information events about the Calib2_Ac2.     * 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     */     */
13    class Calib2_Ac2Event: public pamela::SubPacket {    class Calib2_Ac2Event: public pamela::SubPacket {
14    private:    private:
15        
16    public:    public:
17      unsigned short header[2][2];      
18      unsigned short status[2][5];      /**
19      unsigned short temp[2][8];       * The header of ???.
20      unsigned short DAC1[2][8];       * Each element represent ......etc..etc..
21      unsigned short DAC2[2][8];       */  
22      unsigned short regist[2][6];      UINT16 header[2];
23      unsigned short time[2][8];  
24      unsigned short n_tr[2];      /**
25      unsigned short hitmap_tr[2][16];       * The status of ???.
26      unsigned short curve1[2][4096];       * Each element represent ......etc..etc..
27      unsigned short curve2[2][4096];       */  
28      unsigned short iCRC[2];      UINT16 status[5];
29      unsigned short tail[2];  
30      unsigned short CRC[2];      // and so on......
31      unsigned short ERROR;      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    
46      Calib2_Ac2Event(void);      Calib2_Ac2Event(void);
47    
48                    

Legend:
Removed from v.2.2  
changed lines
  Added in v.4.1

  ViewVC Help
Powered by ViewVC 1.1.23