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

Diff of /yoda/event/Calib1_Ac2Event.h

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

revision 6.0 by kusanagi, Tue Feb 7 17:11:06 2006 UTC revision 6.1 by kusanagi, Tue May 30 19:10:01 2006 UTC
# Line 13  namespace pamela { Line 13  namespace pamela {
13    private:    private:
14        
15    public:    public:
16    /**
17         * The header of ???.
18         * Each element represent ......etc..etc..
19         */  
20        UINT16 header[2];
21    
22        /**
23         * The status of ???.
24         * Each element represent ......etc..etc..
25         */  
26        UINT16 status[5];
27    
28        // and so on......
29        UINT16 temp[8];
30        UINT16 DAC1[8];
31        UINT16 DAC2[8];
32        UINT16 regist[6];
33        UINT16 time[8];
34        UINT16 n_tr;
35        UINT16 hitmap_tr[16];
36        UINT16 curve1[4096];
37        UINT16 curve2[4096];
38        UINT16 iCRC;
39        UINT16 tail;
40        UINT16 CRC;
41        UINT16 CRCcheck;
42        UINT16 ERROR;
43            
44      Calib1_Ac2Event(void);      Calib1_Ac2Event(void);
45            
46      ClassDef(Calib1_Ac2Event, 1)      ClassDef(Calib1_Ac2Event, 2)
47    };    };
48  }  }
49    

Legend:
Removed from v.6.0  
changed lines
  Added in v.6.1

  ViewVC Help
Powered by ViewVC 1.1.23