/[PAMELA software]/calo/flight/CaloNuclei/inc/CaloNuclei.h
ViewVC logotype

Diff of /calo/flight/CaloNuclei/inc/CaloNuclei.h

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

revision 1.7 by malvezzi, Fri Nov 7 09:06:14 2008 UTC revision 1.9 by mocchiut, Mon Dec 14 14:52:26 2009 UTC
# Line 43  class CaloNuclei : public TObject { Line 43  class CaloNuclei : public TObject {
43      Int_t tr;      Int_t tr;
44      Int_t sntr;      Int_t sntr;
45      //      //
46        Bool_t usepl18x;
47        //
48      Int_t interplane; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane)      Int_t interplane; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane)
49      Int_t N; ///< Number of dE/dx measurements to be used to calculate qpremeanN, default N = 5      Int_t N; ///< Number of dE/dx measurements to be used to calculate qpremeanN, default N = 5
50      Int_t R; ///< Number of strip to be used around the trajectory to calculate qpremeanN, default R = 3      Int_t R; ///< Number of strip to be used around the trajectory to calculate qpremeanN, default R = 3
# Line 104  class CaloNuclei : public TObject { Line 106  class CaloNuclei : public TObject {
106      //      //
107      void SetDebug(Bool_t d){ debug=d; };      void SetDebug(Bool_t d){ debug=d; };
108      void UseTrack(Bool_t d){ usetrack=d; };      void UseTrack(Bool_t d){ usetrack=d; };
109    
110    
111        void UsePlane18X(Bool_t use){usepl18x = use;};
112        //
113      //      //
114      void Clear();      void Clear();
115      void Clear(Option_t *option){Clear();};      void Clear(Option_t *option){Clear();};
# Line 115  class CaloNuclei : public TObject { Line 121  class CaloNuclei : public TObject {
121      void Print();      void Print();
122      void Print(Option_t *option){Print();};      void Print(Option_t *option){Print();};
123      //      //
124      ClassDef(CaloNuclei,2);      ClassDef(CaloNuclei,3);
125  };  };
126    
127  #endif  #endif

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

  ViewVC Help
Powered by ViewVC 1.1.23