Definition at line 68 of file CTPPSAcceptancePlotter.cc.
◆ DoubleArmPlots()
CTPPSAcceptancePlotter::DoubleArmPlots::DoubleArmPlots |
( |
| ) |
|
|
inline |
Definition at line 73 of file CTPPSAcceptancePlotter.cc.
73 :
h_m_all(
new TH1D(
"",
";m (GeV)", 100, 0., 2500.)),
74 h_m_acc(
new TH1D(
"",
";m (GeV)", 100, 0., 2500.)),
77 h2_y_vs_m_all(
new TH2D(
"",
";m (GeV);y", 25, 0., 2500., 25, -1.5, +1.5)),
78 h2_y_vs_m_acc(
new TH2D(
"",
";m (GeV);y", 25, 0., 2500., 25, -1.5, +1.5)) {}
◆ fill()
void CTPPSAcceptancePlotter::DoubleArmPlots::fill |
( |
double |
xi_45, |
|
|
double |
xi_56, |
|
|
bool |
acc |
|
) |
| |
|
inline |
◆ write()
void CTPPSAcceptancePlotter::DoubleArmPlots::write |
( |
| ) |
const |
|
inline |
◆ h2_xi_45_vs_xi_56_acc
std::unique_ptr<TH2D> CTPPSAcceptancePlotter::DoubleArmPlots::h2_xi_45_vs_xi_56_acc |
◆ h2_xi_45_vs_xi_56_all
std::unique_ptr<TH2D> CTPPSAcceptancePlotter::DoubleArmPlots::h2_xi_45_vs_xi_56_all |
◆ h2_y_vs_m_acc
std::unique_ptr<TH2D> CTPPSAcceptancePlotter::DoubleArmPlots::h2_y_vs_m_acc |
◆ h2_y_vs_m_all
std::unique_ptr<TH2D> CTPPSAcceptancePlotter::DoubleArmPlots::h2_y_vs_m_all |
◆ h_m_acc
std::unique_ptr<TH1D> CTPPSAcceptancePlotter::DoubleArmPlots::h_m_acc |
◆ h_m_all
std::unique_ptr<TH1D> CTPPSAcceptancePlotter::DoubleArmPlots::h_m_all |