/[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 by pam-rm2, Thu Jun 15 14:26:05 2006 UTC revision 1.5 by pam-rm2, Tue Mar 6 16:22:01 2007 UTC
# Line 1  Line 1 
1  #ifndef NDLevel2_h  /**
2     * \file inc/NDLevel2.h
3  #define NDLevel2_h   */
4  #include <TObject.h>  #ifndef NDLevel2_h
5    #define NDLevel2_h
6  class NDLevel2 : public TObject {  //
7   public:  #include <TObject.h>
8      NDLevel2();  #include <NDStruct.h>
9      NDLevel2*   GetNDLevel2(){return this;};  // <<<ELENA  //
10      Float_t upperBack;  
11      Float_t bottomBack;  /**
12      Float_t trigPhysics;   * \brief ND level2 class
13      ClassDef(NDLevel2, 1)   *
14  };   * This class contains level2 ND variables
15  #endif   *
16    **/
17    class NDLevel2 : public TObject {
18     private:
19    
20     public:
21      //
22      // general variables
23      //
24      Int_t unpackError; // emiliano
25      //
26      // ND variables
27      //
28      Float_t upperBack; ///< number of neutrons in the upper part of the detector between two triggers
29      Float_t bottomBack; ///< number of neutrons in the bottom part of the detector between two triggers
30      Float_t trigPhysics; ///< number of neutrons during trigger
31      //
32      // constructor
33      //
34      NDLevel2();///< Constructor.
35      //
36      NDLevel2*   GetNDLevel2(){return this;};  // <<<ELENA
37      //
38      // METHODS
39      //
40      void SetFromLevel2Struct(cNDLevel2 *l2);
41      //
42      void GetLevel2Struct(cNDLevel2 *l2) const;
43      //
44      void Clear(); // emiliano
45      //
46      ClassDef(NDLevel2, 2)
47    };
48    #endif

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.23