CTPPSProtonReconstructionPlotter::SingleRPPlots::SingleRPPlots |
( |
| ) |
|
|
inline |
Definition at line 74 of file CTPPSProtonReconstructionPlotter.cc.
75 :
h_xi(
new TH1D(
"",
";#xi", 100, 0., 0.3)),
76 h2_th_y_vs_xi(
new TH2D(
"",
";#xi;#theta_{y} (rad)", 100, 0., 0.3, 100, -500E-6, +500E-6)),
77 p_th_y_vs_xi(
new TProfile(
"",
";#xi;#theta_{y} (rad)", 100, 0., 0.3)) {}
std::unique_ptr< TH2D > h2_th_y_vs_xi
std::unique_ptr< TProfile > p_th_y_vs_xi
std::unique_ptr< TH1D > h_xi
void CTPPSProtonReconstructionPlotter::SingleRPPlots::write |
( |
| ) |
const |
|
inline |
std::unique_ptr<TH2D> CTPPSProtonReconstructionPlotter::SingleRPPlots::h2_th_y_vs_xi |
std::unique_ptr<TH1D> CTPPSProtonReconstructionPlotter::SingleRPPlots::h_xi |
std::unique_ptr<TProfile> CTPPSProtonReconstructionPlotter::SingleRPPlots::p_th_y_vs_xi |