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

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

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

  ViewVC Help
Powered by ViewVC 1.1.23