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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Tue Apr 18 13:12:26 2006 UTC (18 years, 7 months ago) by mocchiut
Branch: MAIN, v0r00
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
Error occurred while calculating annotation data.
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