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

Diff of /DarthVader/NDLevel2/inc/NDLevel2.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by pam-rm2, Thu Jun 15 14:26:05 2006 UTC revision 1.2 by mocchiut, Fri Jun 30 09:21:55 2006 UTC
# Line 1  Line 1 
1  #ifndef NDLevel2_h  #ifndef NDLevel2_h
2    
3  #define NDLevel2_h  #define NDLevel2_h
4  #include <TObject.h>  #include <TObject.h>
5    
6  class NDLevel2 : public TObject {  class NDLevel2 : public TObject {
7   public:   public:
8      NDLevel2();      NDLevel2();
9      NDLevel2*   GetNDLevel2(){return this;};  // <<<ELENA      NDLevel2*   GetNDLevel2(){return this;};  // <<<ELENA
10      Float_t upperBack;      void Clear(); // emiliano
11      Float_t bottomBack;      Float_t upperBack;
12      Float_t trigPhysics;      Float_t bottomBack;
13      ClassDef(NDLevel2, 1)      Float_t trigPhysics;
14  };      ClassDef(NDLevel2, 1)
15  #endif  };
16    #endif
   
   
   
   

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23