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

Diff of /yoda/event/CalibTrk1Event.h

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

revision 1.1 by kusanagi, Tue Jul 6 12:31:52 2004 UTC revision 1.3 by kusanagi, Thu Aug 19 15:24:10 2004 UTC
# Line 1  Line 1 
1  #ifndef CALIBTRK_EVENT_H  #ifndef CALIBTRK1_EVENT_H
2  #define CALIBTRK_EVENT_H  #define CALIBTRK1_EVENT_H
3    
4  #include "SubPacket.h"  #include "SubPacket.h"
5    
6  namespace pamela {  namespace pamela {
7    /**    /**
8     * Information events about the CalibTrk.     * Information events about the CalibTrk1.
9     */     */
10    class CalibTrkEvent: public pamela::SubPacket {    class CalibTrk1Event: public pamela::SubPacket {
11    private:    private:
12            
13    public:    public:
14      CalibTrkEvent(void);      CalibTrk1Event(void);
15        int   DAQmode[6];        int   DAQmode[6];
16        int   DSPnumber[6];        int   DSPnumber[6];
17        int   calibnumber[6];        int   calibnumber[6];
# Line 26  namespace pamela { Line 26  namespace pamela {
26        int   nbad_l2[6];        int   nbad_l2[6];
27        int   nbad_l3[6];        int   nbad_l3[6];
28        int   cal_flag[6];        int   cal_flag[6];
29        int   checksum[6];        int   DSPped_par[6][3072];
       int   DSPbad_par[6][3072];  
       float DSPped_par[6][3072];  
30        float DSPsig_par[6][3072];        float DSPsig_par[6][3072];
31      ClassDef(CalibTrkEvent, 1)        float DSPbad_par[6][3072];
32        ClassDef(CalibTrk1Event, 1)
33    };    };
34  }  }
35    
36  #endif /* CALIBTRK_EVENT_H */  #endif /* CALIBTRK1_EVENT_H */
37    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.23