◆ PlotGroup()
CTPPSProtonReconstructionEfficiencyEstimatorMC::PlotGroup::PlotGroup |
( |
| ) |
|
|
inline |
Definition at line 73 of file CTPPSProtonReconstructionEfficiencyEstimatorMC.cc.
73 :
p_eff_vs_xi(
new TProfile(
"",
";#xi_{simu};efficiency", 19, 0.015, 0.205)),
74 h_n_part_acc_nr(
new TH1D(
"",
";n particles in acceptance", 6, -0.5, +5.5)),
75 h_n_part_acc_fr(
new TH1D(
"",
";n particles in acceptance", 6, -0.5, +5.5)) {}
◆ write()
void CTPPSProtonReconstructionEfficiencyEstimatorMC::PlotGroup::write |
( |
| ) |
const |
|
inline |
◆ h_n_part_acc_fr
std::unique_ptr<TH1D> CTPPSProtonReconstructionEfficiencyEstimatorMC::PlotGroup::h_n_part_acc_fr |
◆ h_n_part_acc_nr
std::unique_ptr<TH1D> CTPPSProtonReconstructionEfficiencyEstimatorMC::PlotGroup::h_n_part_acc_nr |
◆ p_eff_vs_xi
std::unique_ptr<TProfile> CTPPSProtonReconstructionEfficiencyEstimatorMC::PlotGroup::p_eff_vs_xi |