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

Diff of /yoda/event/CalibCalPulse1Event.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 4.0 by kusanagi, Sun Mar 6 04:33:01 2005 UTC
# Line 13  namespace pamela { Line 13  namespace pamela {
13    public:    public:
14      CalibCalPulse1Event(void);      CalibCalPulse1Event(void);
15    
16          int IEV2;          int   iev;
17          int calped[4][11][96];          int   pstwerr[4];
18          int calgood[4][11][96];          float pperror[4];
19          int calthr[4][11][6];          float calpuls[4][11][96];
20          int calrms[4][11][96];          UINT8 unpackError;
         int calbase[4][11][6];  
         int calvar[4][11][6];  
         int calpuls[4][11][96];  
21    
22      ClassDef(CalibCalPulse1Event, 1)      ClassDef(CalibCalPulse1Event, 2)
23    };    };
24  }  }
25    

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

  ViewVC Help
Powered by ViewVC 1.1.23