/[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.2 - (show annotations) (download)
Fri Jun 30 09:21:55 2006 UTC (18 years, 5 months ago) by mocchiut
Branch: MAIN
CVS Tags: v1r01beta
Changes since 1.1: +16 -20 lines
File MIME type: text/plain
Memory leak bug fixed

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 void Clear(); // emiliano
11 Float_t upperBack;
12 Float_t bottomBack;
13 Float_t trigPhysics;
14 ClassDef(NDLevel2, 1)
15 };
16 #endif

  ViewVC Help
Powered by ViewVC 1.1.23