|
void | fill (double simu_x, double simu_y, double reco_x, double reco_y) |
|
| RPPlots () |
|
void | write () const |
|
◆ RPPlots()
CTPPSDirectProtonSimulationValidator::RPPlots::RPPlots |
( |
| ) |
|
|
inline |
Definition at line 48 of file CTPPSDirectProtonSimulationValidator.cc.
49 :
h2_xr_vs_xs(
new TH2D(
"",
";x_simu (mm);x_reco (mm)", 100, -10., +10., 100, -10, +10.)),
50 h2_yr_vs_ys(
new TH2D(
"",
"y_simu (mm);y_reco (mm)", 100, -10., +10., 100, -10, +10.)),
51 h_de_x(
new TH1D(
"",
";x (mm)", 200, -100E-3, +100E-3)),
52 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
◆ fill()
void CTPPSDirectProtonSimulationValidator::RPPlots::fill |
( |
double |
simu_x, |
|
|
double |
simu_y, |
|
|
double |
reco_x, |
|
|
double |
reco_y |
|
) |
| |
|
inline |
◆ write()
void CTPPSDirectProtonSimulationValidator::RPPlots::write |
( |
| ) |
const |
|
inline |
◆ h2_xr_vs_xs
std::unique_ptr<TH2D> CTPPSDirectProtonSimulationValidator::RPPlots::h2_xr_vs_xs |
◆ h2_yr_vs_ys
std::unique_ptr<TH2D> CTPPSDirectProtonSimulationValidator::RPPlots::h2_yr_vs_ys |
◆ h_de_x
std::unique_ptr<TH1D> CTPPSDirectProtonSimulationValidator::RPPlots::h_de_x |
◆ h_de_y
std::unique_ptr<TH1D> CTPPSDirectProtonSimulationValidator::RPPlots::h_de_y |