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

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

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

revision 1.3 by pamelats, Tue Oct 14 13:08:28 2008 UTC revision 1.5 by mocchiut, Mon Dec 14 14:52:39 2009 UTC
# Line 59  class CaloBragg : public TObject { Line 59  class CaloBragg : public TObject {
59      Float_t MIP;//Mev g/cm2 energia al minimo nel silicio per 0.38 mm      Float_t MIP;//Mev g/cm2 energia al minimo nel silicio per 0.38 mm
60            
61      Float_t emin;      Float_t emin;
62        
63        //
64        Bool_t usepl18x;
65    
66      //parametri bethe-bloch      //parametri bethe-bloch
67      Float_t pigr;      Float_t pigr;
68      Float_t Na;      Float_t Na;
# Line 114  class CaloBragg : public TObject { Line 117  class CaloBragg : public TObject {
117      Float_t Get_lpetot(){ Process(); return lpetot;}; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane)      Float_t Get_lpetot(){ Process(); return lpetot;}; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane)
118      Float_t Get_lppskip(){ Process(); return lppskip;}; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane)      Float_t Get_lppskip(){ Process(); return lppskip;}; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane)
119    
120        void UsePlane18X(Bool_t use){usepl18x = use;};
121        //
122    
123      //      //
124      CaloBragg();      CaloBragg();
125      CaloBragg(PamLevel2 *L2);      CaloBragg(PamLevel2 *L2);
# Line 133  class CaloBragg : public TObject { Line 139  class CaloBragg : public TObject {
139      void Print();      void Print();
140      void Print(Option_t *option){Print();};      void Print(Option_t *option){Print();};
141      //      //
142      ClassDef(CaloBragg,2);      ClassDef(CaloBragg,3);
143  };  };
144    
145  #endif  #endif

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

  ViewVC Help
Powered by ViewVC 1.1.23