/[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.1 by kusanagi, Tue Jul 6 14:07:24 2004 UTC revision 2.0 by kusanagi, Tue Sep 21 20:49:57 2004 UTC
# Line 13  namespace pamela { Line 13  namespace pamela {
13    public:    public:
14      CalibCalPedEvent(void);      CalibCalPedEvent(void);
15    
16      float cal_ped[96][11][4];      int IEV2;
17      float cal_good[96][11][4];      int calped[4][11][96];
18      float cal_thr[96][11][4];      int calgood[4][11][96];
19      float cal_base[96][11][4];      int calthr[4][11][6];
20      float cal_var[96][11][4];      int calrms[4][11][96];
21            int calbase[4][11][6];
22            int calvar[4][11][96];
23        int calpuls[4][11][96];
24    
25      ClassDef(CalibCalPedEvent, 1)      ClassDef(CalibCalPedEvent, 1)
26    };    };
27  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.23