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

Diff of /yoda/event/Calib1_Ac1Event.h

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

revision 2.2 by kusanagi, Sat Jan 29 00:26:41 2005 UTC revision 6.2 by kusanagi, Tue May 30 19:10:02 2006 UTC
# Line 5  Line 5 
5    
6  namespace pamela {  namespace pamela {
7    /**    /**
8     * Information events about the Calib1_Ac1.     * Calib1_Ac1Event data Wrapper.
9       *
10       * The pamela::Calib1_Ac1Event represents the Calib1_Ac1 packet generated by the PAMELA CPU software.
11     */     */
12    class Calib1_Ac1Event: public pamela::SubPacket {    class Calib1_Ac1Event: public pamela::SubPacket {
13    private:    private:
14        
15    public:    public:
16      unsigned short header[2];      UINT16 header[2];
17      unsigned short status[5];      UINT16 status[5];
18      unsigned short temp[8];      UINT16 temp[8];
19      unsigned short DAC1[8];      UINT16 DAC1[8];
20      unsigned short DAC2[8];      UINT16 DAC2[8];
21      unsigned short regist[6];      UINT16 regist[6];
22      unsigned short time[8];      UINT16 time[8];
23      unsigned short n_tr;      UINT16 n_tr;
24      unsigned short hitmap_tr[16];      UINT16 hitmap_tr[16];
25      unsigned short curve1[4096];      UINT16 curve1[4096];
26      unsigned short curve2[4096];      UINT16 curve2[4096];
27      unsigned short iCRC;      UINT16 iCRC;
28      unsigned short tail;      UINT16 tail;
29      unsigned short CRC;      UINT16 CRC;
30      unsigned short ERROR;      UINT16 CRCcheck;
31        UINT16 ERROR;
32                
33      Calib1_Ac1Event(void);      Calib1_Ac1Event(void);
34    
35                    
36            
37      ClassDef(Calib1_Ac1Event, 1)      ClassDef(Calib1_Ac1Event, 2)
38    };    };
39  }  }
40    

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

  ViewVC Help
Powered by ViewVC 1.1.23