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; |
98 |
void ELOSS(Float_t *,Int_t *, Float_t *, Float_t *); |
void ELOSS(Float_t *,Int_t *, Float_t *, Float_t *); |
99 |
void Enetrack(Int_t *, Float_t *, Float_t *,Float_t *,Float_t * ); |
void Enetrack(Int_t *, Float_t *, Float_t *,Float_t *,Float_t * ); |
100 |
void chiquadro(Float_t *, Float_t *); |
void chiquadro(Float_t *, Float_t *); |
101 |
void loopze(Float_t ,Float_t ,Float_t ,Float_t ); |
void loopze(Float_t ,Float_t ,Float_t ,Float_t, Int_t ); |
102 |
void mediatroncata(); |
void mediatroncata(); |
103 |
void Zdaloop(); |
void Zdaloop(); |
104 |
|
void CleanPlanes(Float_t epiano[22][2]); |
105 |
|
|
106 |
public: |
public: |
107 |
// |
// |
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); |
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,4); |
143 |
}; |
}; |
144 |
|
|
145 |
#endif |
#endif |