Parent Directory
|
Revision Log
modified for C3PO
| 1 | #ifndef ndstruct_h |
| 2 | #define ndstruct_h |
| 3 | |
| 4 | struct cNDLevel2 { |
| 5 | |
| 6 | Float_t upperback; |
| 7 | Float_t bottomback; |
| 8 | Float_t trigphysics; |
| 9 | |
| 10 | void InitcNDLevel2(){ |
| 11 | upperback = 0; |
| 12 | bottomback = 0; |
| 13 | trigphysics = 0; |
| 14 | } |
| 15 | }; |
| 16 | |
| 17 | #endif |
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |