Definition at line 44 of file CTPPSAcceptancePlotter.cc.
CTPPSAcceptancePlotter::SingleArmPlots::SingleArmPlots |
( |
| ) |
|
|
inline |
Definition at line 46 of file CTPPSAcceptancePlotter.cc.
46 :
h_xi_all(
new TH1D(
"",
";#xi", 100, 0., 0.25)),
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 54 of file CTPPSAcceptancePlotter.cc.
58 auto h_xi_rat = std::make_unique<TH1D>(*h_xi_acc);
60 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 |