Parent Directory | Revision Log | Patch
revision 1.1 by kusanagi, Thu Jul 29 16:18:54 2004 UTC | revision 1.2 by kusanagi, Thu Aug 19 15:24:10 2004 UTC | |
---|---|---|
# | Line 13 namespace pamela { | Line 13 namespace pamela { |
13 | public: | public: |
14 | ||
15 | CalibCalPulse2Event(void); | CalibCalPulse2Event(void); |
16 | ||
17 | int IEV2; | |
18 | int calped[4][11][96]; | |
19 | int calgood[4][11][96]; | |
20 | int calthr[4][11][6]; | |
21 | int calrms[4][11][96]; | |
22 | int calbase[4][11][6]; | |
23 | int calvar[4][11][6]; | |
24 | int calpuls[4][11][96]; | |
25 | ||
26 | ClassDef(CalibCalPulse2Event, 1) | ClassDef(CalibCalPulse2Event, 1) |
27 | }; | }; |
28 | } | } |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |