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 |
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();}; |