Parent Directory | Revision Log
modified for C3PO
1 | #ifndef s4struct_h |
2 | #define s4struct_h |
3 | |
4 | struct cS4Level2 { |
5 | |
6 | Float_t S4calibrated; |
7 | Float_t S4adc; |
8 | |
9 | void InitcS4Level2(){ |
10 | S4calibrated = 0; |
11 | S4adc = 0; |
12 | } |
13 | |
14 | }; |
15 | |
16 | #endif |
ViewVC Help | |
Powered by ViewVC 1.1.23 |