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

Diff of /yoda/event/CalibCalEvent.h

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

revision 1.2 by kusanagi, Thu Aug 19 15:24:10 2004 UTC revision 6.1 by kusanagi, Tue May 30 19:10:01 2006 UTC
# Line 2  Line 2 
2  #define CALIBCAL_EVENT_H  #define CALIBCAL_EVENT_H
3    
4  #include "SubPacket.h"  #include "SubPacket.h"
5    #include <TArrayC.h>
6    
7  namespace pamela {  namespace pamela {
8    /**    /**
9     * Information events about the CalibCal.     * CalibCal data Wrapper.
10       *
11     */     */
12    class CalibCalEvent: public pamela::SubPacket {    class CalibCalEvent: public pamela::SubPacket {
13    private:    private:
# Line 13  namespace pamela { Line 15  namespace pamela {
15    public:    public:
16      CalibCalEvent(void);      CalibCalEvent(void);
17    
18      float cal_ped[96][11][4];    /**
19      float cal_good[96][11][4];       * An array of chars containing the CalibCal data area.
20      float cal_thr[96][11][4];       */
21      float cal_base[96][11][4];      TArrayC       *calibCalData;
22      float cal_var[96][11][4];  
       
       
23      ClassDef(CalibCalEvent, 1)      ClassDef(CalibCalEvent, 1)
24    };    };
25  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.23