/[PAMELA software]/calo/flight/MyDetector1Level2/inc/MyDect1Level2.h
ViewVC logotype

Annotation of /calo/flight/MyDetector1Level2/inc/MyDect1Level2.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Tue Apr 18 13:12:26 2006 UTC (18 years, 7 months ago) by mocchiut
Branch point for: MAIN, v0r00
File MIME type: text/plain
Initial revision

1 mocchiut 1.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