/[PAMELA software]/DarthVader/NDLevel2/inc/NDLevel2.h
ViewVC logotype

Contents of /DarthVader/NDLevel2/inc/NDLevel2.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Thu Jun 15 14:26:05 2006 UTC (18 years, 5 months ago) by pam-rm2
Branch: inc
CVS Tags: v0r02, start, v1r00
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
implementata codice di elena

1 #ifndef NDLevel2_h
2
3 #define NDLevel2_h
4 #include <TObject.h>
5
6 class NDLevel2 : public TObject {
7 public:
8 NDLevel2();
9 NDLevel2* GetNDLevel2(){return this;}; // <<<ELENA
10 Float_t upperBack;
11 Float_t bottomBack;
12 Float_t trigPhysics;
13 ClassDef(NDLevel2, 1)
14 };
15 #endif
16
17
18
19
20

  ViewVC Help
Powered by ViewVC 1.1.23