◆ SectorPlots()
CTPPSBeamSmearingValidator::SectorPlots::SectorPlots |
( |
| ) |
|
|
inline |
Definition at line 43 of file CTPPSBeamSmearingValidator.cc.
43 :
h_de_th_x(
new TH1D(
"",
";#Delta#theta_{x} (rad)", 100, 0., 0.)),
44 h_de_th_y(
new TH1D(
"",
";#Delta#theta_{y} (rad)", 100, 0., 0.)),
45 h_de_p(
new TH1D(
"",
";#Deltap (GeV)", 100, 0., 0.)) {}
◆ write()
void CTPPSBeamSmearingValidator::SectorPlots::write |
( |
| ) |
const |
|
inline |
◆ h_de_p
std::unique_ptr<TH1D> CTPPSBeamSmearingValidator::SectorPlots::h_de_p |
◆ h_de_th_x
std::unique_ptr<TH1D> CTPPSBeamSmearingValidator::SectorPlots::h_de_th_x |
◆ h_de_th_y
std::unique_ptr<TH1D> CTPPSBeamSmearingValidator::SectorPlots::h_de_th_y |