/[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 2.0 by kusanagi, Tue Sep 21 20:49:57 2004 UTC revision 2.1 by kusanagi, Fri Dec 3 22:04:04 2004 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[4][11][96];      int   cstwerr[4];
18      int calgood[4][11][96];      float cperror[4];
19      int calthr[4][11][6];      float calped[4][11][96];
20      int calrms[4][11][96];      float calgood[4][11][96];
21      int calbase[4][11][6];      float calthr[4][11][6];
22      int calvar[4][11][96];      float calrms[4][11][96];
23      int calpuls[4][11][96];      float calbase[4][11][6];
24        float calvar[4][11][6];
25        float calpuls[4][11][96];
26    
27      ClassDef(CalibCalPedEvent, 1)      ClassDef(CalibCalPedEvent, 1)
28    };    };

Legend:
Removed from v.2.0  
changed lines
  Added in v.2.1

  ViewVC Help
Powered by ViewVC 1.1.23