Parent Directory | Revision Log | Patch
revision 1.1 by pam-rm2, Thu Jun 15 14:28:19 2006 UTC | revision 1.2 by mocchiut, Fri Jun 30 09:22:00 2006 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | #ifndef S4Level2_h | #ifndef S4Level2_h |
2 | ||
3 | #define S4Level2_h | #define S4Level2_h |
4 | #include <TObject.h> | #include <TObject.h> |
5 | ||
6 | class S4Level2 : public TObject { | class S4Level2 : public TObject { |
7 | public: | public: |
8 | S4Level2(); | S4Level2(); |
9 | S4Level2* GetS4Level2(){return this;}; // <<<ELENA | S4Level2* GetS4Level2(){return this;}; // <<<ELENA |
10 | void Clear(); | |
11 | Float_t S4calibrated; | |
12 | Float_t S4adc; | Float_t S4calibrated; |
13 | ClassDef(S4Level2, 1) | Float_t S4adc; |
14 | }; | ClassDef(S4Level2, 1) |
15 | #endif | }; |
16 | #endif |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |