|
| ArmPlots () |
|
void | fill (double x_N, double y_N, double x_F, double y_F) |
|
void | write () const |
|
CTPPSTrackDistributionPlotter::ArmPlots::ArmPlots |
( |
| ) |
|
|
inline |
Definition at line 95 of file CTPPSTrackDistributionPlotter.cc.
96 :
h_de_x(
new TH1D(
"",
";x^{F} - x^{N}", 100, -1., +1.)),
97 h_de_y(
new TH1D(
"",
";y^{F} - y^{N}", 100, -1., +1.)),
98 p_de_x_vs_x(
new TProfile(
"",
";x^{N};x^{F} - x^{N}", 40, 0., 40.)),
99 p_de_y_vs_x(
new TProfile(
"",
";x^{N};y^{F} - y^{N}", 40, 0., 40.)),
100 p2_de_x_vs_x_y(
new TProfile2D(
"",
";x;y", 40, 0., 40., 40, -20., +20.)),
101 p2_de_y_vs_x_y(
new TProfile2D(
"",
";x;y", 40, 0., 40., 40, -20., +20.)) {}
std::unique_ptr< TProfile2D > p2_de_y_vs_x_y
std::unique_ptr< TProfile > p_de_y_vs_x
std::unique_ptr< TProfile2D > p2_de_x_vs_x_y
std::unique_ptr< TH1D > h_de_x
std::unique_ptr< TProfile > p_de_x_vs_x
std::unique_ptr< TH1D > h_de_y
void CTPPSTrackDistributionPlotter::ArmPlots::fill |
( |
double |
x_N, |
|
|
double |
y_N, |
|
|
double |
x_F, |
|
|
double |
y_F |
|
) |
| |
|
inline |
Definition at line 103 of file CTPPSTrackDistributionPlotter.cc.
std::unique_ptr< TProfile2D > p2_de_y_vs_x_y
std::unique_ptr< TProfile > p_de_y_vs_x
std::unique_ptr< TProfile2D > p2_de_x_vs_x_y
std::unique_ptr< TH1D > h_de_x
std::unique_ptr< TProfile > p_de_x_vs_x
std::unique_ptr< TH1D > h_de_y
void CTPPSTrackDistributionPlotter::ArmPlots::write |
( |
| ) |
const |
|
inline |
Definition at line 114 of file CTPPSTrackDistributionPlotter.cc.
std::unique_ptr< TProfile2D > p2_de_y_vs_x_y
std::unique_ptr< TProfile > p_de_y_vs_x
std::unique_ptr< TProfile2D > p2_de_x_vs_x_y
std::unique_ptr< TH1D > h_de_x
std::unique_ptr< TProfile > p_de_x_vs_x
std::unique_ptr< TH1D > h_de_y
std::unique_ptr<TH1D> CTPPSTrackDistributionPlotter::ArmPlots::h_de_x |
std::unique_ptr<TH1D> CTPPSTrackDistributionPlotter::ArmPlots::h_de_y |
std::unique_ptr<TProfile2D> CTPPSTrackDistributionPlotter::ArmPlots::p2_de_x_vs_x_y |
std::unique_ptr<TProfile2D> CTPPSTrackDistributionPlotter::ArmPlots::p2_de_y_vs_x_y |
std::unique_ptr<TProfile> CTPPSTrackDistributionPlotter::ArmPlots::p_de_x_vs_x |
std::unique_ptr<TProfile> CTPPSTrackDistributionPlotter::ArmPlots::p_de_y_vs_x |