Definition at line 45 of file CTPPSAcceptancePlotter.cc.
CTPPSAcceptancePlotter::SingleArmPlots::SingleArmPlots |
( |
| ) |
|
|
inline |
Definition at line 48 of file CTPPSAcceptancePlotter.cc.
49 h_xi_all(
new TH1D(
"",
";#xi", 100, 0., 0.25)),
50 h_xi_acc(
new TH1D(
"",
";#xi", 100, 0., 0.25))
std::unique_ptr< TH1D > h_xi_acc
std::unique_ptr< TH1D > h_xi_all
void CTPPSAcceptancePlotter::SingleArmPlots::fill |
( |
double |
xi, |
|
|
bool |
acc |
|
) |
| |
|
inline |
void CTPPSAcceptancePlotter::SingleArmPlots::write |
( |
| ) |
const |
|
inline |
Definition at line 60 of file CTPPSAcceptancePlotter.cc.
65 auto h_xi_rat = std::make_unique<TH1D>(*h_xi_acc);
67 h_xi_rat->Write(
"h_xi_rat");
std::unique_ptr< TH1D > h_xi_acc
std::unique_ptr< TH1D > h_xi_all
std::unique_ptr<TH1D> CTPPSAcceptancePlotter::SingleArmPlots::h_xi_acc |
std::unique_ptr<TH1D> CTPPSAcceptancePlotter::SingleArmPlots::h_xi_all |