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

Diff of /yoda/event/CalibCalPedEvent.h

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

revision 1.2 by kusanagi, Thu Jul 8 12:31:22 2004 UTC revision 3.0 by kusanagi, Fri Mar 4 15:54:11 2005 UTC
# Line 13  namespace pamela { Line 13  namespace pamela {
13    public:    public:
14      CalibCalPedEvent(void);      CalibCalPedEvent(void);
15    
16      int IEV2;      int   iev;
17      int calped[96][11][4];      int   cstwerr[4];
18      int calgood[96][11][4];      float cperror[4];
19      int calthr[96][11][4];      float calped[4][11][96];
20      int calrms[96][11][4];      float calgood[4][11][96];
21      int calbase[96][11][4];      float calthr[4][11][6];
22      int calvar[96][11][4];      float calrms[4][11][96];
23      int calpuls[96][11][4];      float calbase[4][11][6];
24        float calvar[4][11][6];
25        float calpuls[4][11][96];
26        UINT8 unpackError;
27    
28      ClassDef(CalibCalPedEvent, 1)      ClassDef(CalibCalPedEvent, 2)
29    };    };
30  }  }
31    

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

  ViewVC Help
Powered by ViewVC 1.1.23