/[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.2 by mocchiut, Fri Jun 30 09:21:55 2006 UTC revision 1.3 by pam-fi, Fri Jul 21 10:58:10 2006 UTC
# Line 2  Line 2 
2    
3  #define NDLevel2_h  #define NDLevel2_h
4  #include <TObject.h>  #include <TObject.h>
5    #include <NDStruct.h>
6    
7  class NDLevel2 : public TObject {  class NDLevel2 : public TObject {
8   public:   public:
9      NDLevel2();      NDLevel2();
10      NDLevel2*   GetNDLevel2(){return this;};  // <<<ELENA      NDLevel2*   GetNDLevel2(){return this;};  // <<<ELENA
11    
12        void SetFromLevel2Struct(cNDLevel2 *l2);
13        void GetLevel2Struct(cNDLevel2 *l2) const;
14    
15      void Clear(); // emiliano      void Clear(); // emiliano
16      Float_t upperBack;      Float_t upperBack;
17      Float_t bottomBack;      Float_t bottomBack;

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

  ViewVC Help
Powered by ViewVC 1.1.23