Parent Directory | Revision Log
Imported sources
1 | #ifndef MyDect1Level2_h |
2 | #define MyDect1Levev2_h |
3 | // |
4 | #include <TObject.h> |
5 | // |
6 | class MyDect1Level2 : public TObject { |
7 | private: |
8 | |
9 | public: |
10 | // |
11 | Int_t myvar1; // this is my variable 1 |
12 | Int_t myvar2; // this is my variable 2 |
13 | Float_t myvar3; // this is my variable 3 |
14 | // |
15 | // constructor |
16 | // |
17 | MyDect1Level2(); |
18 | // |
19 | ClassDef(MyDect1Level2,1); |
20 | }; |
21 | |
22 | #endif |
ViewVC Help | |
Powered by ViewVC 1.1.23 |