CTPPSProtonReconstructionEfficiencyEstimatorData::ArmData::EffPlots::EffPlots |
( |
| ) |
|
|
inline |
Definition at line 94 of file CTPPSProtonReconstructionEfficiencyEstimatorData.cc.
Referenced by CTPPSProtonReconstructionEfficiencyEstimatorData::ArmData::ArmData().
95 :
p_eff1_vs_x_N(
new TProfile(
"",
";x_{N} (mm);efficiency", 50, 0., 25.)),
96 p_eff1_vs_xi_N(
new TProfile(
"",
";#xi_{si,N};efficiency", 50, 0., 0.25)),
98 p_eff2_vs_x_N(
new TProfile(
"",
";x_{N} (mm);efficiency", 50, 0., 25.)),
99 p_eff2_vs_xi_N(
new TProfile(
"",
";#xi_{si,N};efficiency", 50, 0., 0.25)) {}
std::unique_ptr< TProfile > p_eff2_vs_xi_N
std::unique_ptr< TProfile > p_eff1_vs_x_N
std::unique_ptr< TProfile > p_eff1_vs_xi_N
std::unique_ptr< TProfile > p_eff2_vs_x_N
void CTPPSProtonReconstructionEfficiencyEstimatorData::ArmData::EffPlots::write |
( |
| ) |
const |
|
inline |
std::unique_ptr<TProfile> CTPPSProtonReconstructionEfficiencyEstimatorData::ArmData::EffPlots::p_eff1_vs_x_N |
std::unique_ptr<TProfile> CTPPSProtonReconstructionEfficiencyEstimatorData::ArmData::EffPlots::p_eff1_vs_xi_N |
std::unique_ptr<TProfile> CTPPSProtonReconstructionEfficiencyEstimatorData::ArmData::EffPlots::p_eff2_vs_x_N |
std::unique_ptr<TProfile> CTPPSProtonReconstructionEfficiencyEstimatorData::ArmData::EffPlots::p_eff2_vs_xi_N |