|
| 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 81 of file CTPPSTrackDistributionPlotter.cc.
82 p2_de_x_vs_x_y(
new TProfile2D(
"",
";x;y", 40, 0., 40., 40, -20., +20.)),
83 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< TProfile2D > p2_de_x_vs_x_y
void CTPPSTrackDistributionPlotter::ArmPlots::fill |
( |
double |
x_N, |
|
|
double |
y_N, |
|
|
double |
x_F, |
|
|
double |
y_F |
|
) |
| |
|
inline |
void CTPPSTrackDistributionPlotter::ArmPlots::write |
( |
| ) |
const |
|
inline |
std::unique_ptr<TProfile2D> CTPPSTrackDistributionPlotter::ArmPlots::p2_de_x_vs_x_y |
std::unique_ptr<TProfile2D> CTPPSTrackDistributionPlotter::ArmPlots::p2_de_y_vs_x_y |