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