/[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.10 by pam-fi, Mon Apr 20 09:12:04 2015 UTC
# Line 34  class CaloNuclei : public TObject { Line 34  class CaloNuclei : public TObject {
34      PamLevel2 *L2;      PamLevel2 *L2;
35      Bool_t debug;      Bool_t debug;
36      Bool_t usetrack;      Bool_t usetrack;
37        const char*  trkAlg;
38        
39      //      //
40      // needed to avoid reprocessing the same event over and over to obtain the variables      // needed to avoid reprocessing the same event over and over to obtain the variables
41      //      //
# Line 43  class CaloNuclei : public TObject { Line 45  class CaloNuclei : public TObject {
45      Int_t tr;      Int_t tr;
46      Int_t sntr;      Int_t sntr;
47      //      //
48        Bool_t usepl18x;
49        //
50      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)
51      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
52      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 98  class CaloNuclei : public TObject { Line 102  class CaloNuclei : public TObject {
102      void Set_N(Int_t n){ N=n;};      void Set_N(Int_t n){ N=n;};
103      void Set_R(Int_t r){ R=r;};      void Set_R(Int_t r){ R=r;};
104      //      //
105      CaloNuclei();  //    CaloNuclei();
106      CaloNuclei(PamLevel2 *L2);      CaloNuclei(PamLevel2 *L2,const char* alg);
107      ~CaloNuclei(){ Delete(); };      ~CaloNuclei(){ Delete(); };
108      //      //
109      void SetDebug(Bool_t d){ debug=d; };      void SetDebug(Bool_t d){ debug=d; };
110      void UseTrack(Bool_t d){ usetrack=d; };      void UseTrack(Bool_t d){ usetrack=d; };
111    
112    
113        void UsePlane18X(Bool_t use){usepl18x = use;};
114        //
115      //      //
116      void Clear();      void Clear();
117      void Clear(Option_t *option){Clear();};      void Clear(Option_t *option){Clear();};
# Line 115  class CaloNuclei : public TObject { Line 123  class CaloNuclei : public TObject {
123      void Print();      void Print();
124      void Print(Option_t *option){Print();};      void Print(Option_t *option){Print();};
125      //      //
126      ClassDef(CaloNuclei,2);      ClassDef(CaloNuclei,3);
127  };  };
128    
129  #endif  #endif

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

  ViewVC Help
Powered by ViewVC 1.1.23