/[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.5 by pam-rm2, Tue Mar 6 16:22:01 2007 UTC revision 1.7 by mocchiut, Fri Nov 23 16:42:38 2007 UTC
# Line 19  class NDLevel2 : public TObject { Line 19  class NDLevel2 : public TObject {
19    
20   public:   public:
21    //    //
   // general variables  
   //  
   Int_t unpackError; // emiliano  
   //  
22    // ND variables    // ND variables
23    //    //
24    Float_t upperBack; ///< number of neutrons in the upper part of the detector between two triggers    Float_t upperBack; ///< number of neutrons in the upper part of the detector between two triggers
25    Float_t bottomBack; ///< number of neutrons in the bottom part of the detector between two triggers    Float_t bottomBack; ///< number of neutrons in the bottom part of the detector between two triggers
26    Float_t trigPhysics; ///< number of neutrons during trigger    Float_t trigPhysics; ///< number of neutrons during trigger
27    //    //
28      // general variables
29      //
30      Int_t unpackError; // emiliano
31      //
32    // constructor    // constructor
33    //    //
34    NDLevel2();///< Constructor.    NDLevel2();///< Constructor.
# Line 41  class NDLevel2 : public TObject { Line 41  class NDLevel2 : public TObject {
41    //    //
42    void GetLevel2Struct(cNDLevel2 *l2) const;    void GetLevel2Struct(cNDLevel2 *l2) const;
43    //    //
44    void Clear(); // emiliano    void Clear(Option_t *t=""); // emiliano
45    //    //
46    ClassDef(NDLevel2, 2)    ClassDef(NDLevel2, 2)
47  };  };

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

  ViewVC Help
Powered by ViewVC 1.1.23