|
void | fill (double simu_x, double simu_y, double reco_x, double reco_y) |
|
| RPPlots () |
|
void | write () const |
|
CTPPSDirectProtonSimulationValidator::RPPlots::RPPlots |
( |
| ) |
|
|
inline |
Definition at line 51 of file CTPPSDirectProtonSimulationValidator.cc.
52 h2_xr_vs_xs(
new TH2D(
"",
";x_simu (mm);x_reco (mm)", 100, -10., +10., 100, -10, +10.)),
53 h2_yr_vs_ys(
new TH2D(
"",
"y_simu (mm);y_reco (mm)", 100, -10., +10., 100, -10, +10.)),
54 h_de_x(
new TH1D(
"",
";x (mm)", 200, -100E-3, +100E-3)),
55 h_de_y(
new TH1D(
"",
";y (mm)", 200, -100E-3, +100E-3))
std::unique_ptr< TH1D > h_de_x
std::unique_ptr< TH1D > h_de_y
std::unique_ptr< TH2D > h2_yr_vs_ys
std::unique_ptr< TH2D > h2_xr_vs_xs
void CTPPSDirectProtonSimulationValidator::RPPlots::fill |
( |
double |
simu_x, |
|
|
double |
simu_y, |
|
|
double |
reco_x, |
|
|
double |
reco_y |
|
) |
| |
|
inline |
Definition at line 58 of file CTPPSDirectProtonSimulationValidator.cc.
63 h_de_x->Fill(reco_x - simu_x);
64 h_de_y->Fill(reco_y - simu_y);
std::unique_ptr< TH1D > h_de_x
std::unique_ptr< TH1D > h_de_y
std::unique_ptr< TH2D > h2_yr_vs_ys
std::unique_ptr< TH2D > h2_xr_vs_xs
void CTPPSDirectProtonSimulationValidator::RPPlots::write |
( |
| ) |
const |
|
inline |
std::unique_ptr<TH2D> CTPPSDirectProtonSimulationValidator::RPPlots::h2_xr_vs_xs |
std::unique_ptr<TH2D> CTPPSDirectProtonSimulationValidator::RPPlots::h2_yr_vs_ys |
std::unique_ptr<TH1D> CTPPSDirectProtonSimulationValidator::RPPlots::h_de_x |
std::unique_ptr<TH1D> CTPPSDirectProtonSimulationValidator::RPPlots::h_de_y |