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

Diff of /yoda/event/Calib2_Ac1Event.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_Ac1.     * Calib2_Ac1Event data Wrapper.
9       *
10       * The pamela::Calib2_Ac1Event represents the Calib2_Ac1 packet generated by the PAMELA CPU software.
11     */     */
12    class Calib2_Ac1Event: public pamela::SubPacket {    class Calib2_Ac1Event: public pamela::SubPacket {
13    private:    private:
14        
15    public:    public:
16      unsigned short header[2][2];      UINT16 header[2];
17      unsigned short status[2][5];      UINT16 status[5];
18      unsigned short temp[2][8];      UINT16 temp[8];
19      unsigned short DAC1[2][8];      UINT16 DAC1[8];
20      unsigned short DAC2[2][8];      UINT16 DAC2[8];
21      unsigned short regist[2][6];      UINT16 regist[6];
22      unsigned short time[2][8];      UINT16 time[8];
23      unsigned short n_tr[2];      UINT16 n_tr;
24      unsigned short hitmap_tr[2][16];      UINT16 hitmap_tr[16];
25      unsigned short curve1[2][4096];      UINT16 curve1[4096];
26      unsigned short curve2[2][4096];      UINT16 curve2[4096];
27      unsigned short iCRC[2];      UINT16 iCRC;
28      unsigned short tail[2];      UINT16 tail;
29      unsigned short CRC[2];      UINT16 CRC;
30      unsigned short ERROR;      UINT16 CRCcheck;
31        UINT16 ERROR;
32    
33      Calib2_Ac1Event(void);      Calib2_Ac1Event(void);
34            
35      ClassDef(Calib2_Ac1Event, 1)      ClassDef(Calib2_Ac1Event, 1)

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

  ViewVC Help
Powered by ViewVC 1.1.23