Parent Directory | Revision Log
Memory leak bug fixed
1 | mocchiut | 1.2 | #ifndef S4Level2_h |
2 | |||
3 | #define S4Level2_h | ||
4 | #include <TObject.h> | ||
5 | |||
6 | class S4Level2 : public TObject { | ||
7 | public: | ||
8 | S4Level2(); | ||
9 | S4Level2* GetS4Level2(){return this;}; // <<<ELENA | ||
10 | void Clear(); | ||
11 | |||
12 | Float_t S4calibrated; | ||
13 | Float_t S4adc; | ||
14 | ClassDef(S4Level2, 1) | ||
15 | }; | ||
16 | #endif |
ViewVC Help | |
Powered by ViewVC 1.1.23 |