Parent Directory | Revision Log | Patch
revision 1.3 by kusanagi, Thu Aug 19 15:24:10 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 | 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 | UINT8 unpackError; | |
27 | ||
28 | ClassDef(CalibCalPedEvent, 1) | ClassDef(CalibCalPedEvent, 2) |
29 | }; | }; |
30 | } | } |
31 |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |