46 |
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) |
47 |
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 |
48 |
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 |
49 |
|
Int_t UN; ///< Number of dE/dx measurements really used to calculate qpremeanN |
50 |
Float_t preq; ///< Energy release (MIP) up to the interaction plane (included) |
Float_t preq; ///< Energy release (MIP) up to the interaction plane (included) |
51 |
Float_t postq; ///< Energy release (MIP) from the interaction plane (excluded) up to the last plane |
Float_t postq; ///< Energy release (MIP) from the interaction plane (excluded) up to the last plane |
52 |
Float_t stdedx1; ///< Energy release (MIP) on the first Silicon detector (Y EVEN) around the strip with maximum energy release (no track information). |
Float_t stdedx1; ///< Energy release (MIP) on the first Silicon detector (Y EVEN) around the strip with maximum energy release (no track information). |
63 |
// |
// |
64 |
// |
// |
65 |
Int_t Get_interplane(){ Process(); return interplane;}; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane) |
Int_t Get_interplane(){ Process(); return interplane;}; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane) |
66 |
Int_t Get_N(){ return N;}; ///< Number of available dE/dx measurements before interaction or exit from the calo (interaction plane) |
Int_t Get_N(){ return N;}; ///< Number of dE/dx measurements to be used to calculate qpremeanN, default N = 5 |
67 |
|
Int_t Get_UsedN(){ return UN;}; ///< Number of dE/dx measurements really used to calculate qpremeanN |
68 |
Int_t Get_R(){ return R;}; ///< Number of strip to be used around the trajectory to calculate qpremeanN, default R = 3 |
Int_t Get_R(){ return R;}; ///< Number of strip to be used around the trajectory to calculate qpremeanN, default R = 3 |
69 |
Float_t Get_preq(){ Process(); return preq;}; ///< Energy release (MIP) up to the interaction plane (included) |
Float_t Get_preq(){ Process(); return preq;}; ///< Energy release (MIP) up to the interaction plane (included) |
70 |
Float_t Get_postq(){ Process(); return postq;}; ///< Energy release (MIP) from the interaction plane (excluded) up to the last plane |
Float_t Get_postq(){ Process(); return postq;}; ///< Energy release (MIP) from the interaction plane (excluded) up to the last plane |
89 |
void Clear(); |
void Clear(); |
90 |
void Clear(Option_t *option){Clear();}; |
void Clear(Option_t *option){Clear();}; |
91 |
void Delete(); |
void Delete(); |
92 |
|
void Delete(Option_t *option){Delete();}; |
93 |
// |
// |
94 |
void Process(); ///< Process data for track number 0 |
void Process(); ///< Process data for track number 0 |
95 |
void Process(Int_t ntr); ///< Process data for track number ntr |
void Process(Int_t ntr); ///< Process data for track number ntr |
96 |
void Print(); |
void Print(); |
97 |
|
void Print(Option_t *option){Print();}; |
98 |
// |
// |
99 |
ClassDef(CaloNuclei,2); |
ClassDef(CaloNuclei,2); |
100 |
}; |
}; |