CTPPSTrackDistributionPlotter::RPPlots::RPPlots |
( |
| ) |
|
|
inline |
Definition at line 53 of file CTPPSTrackDistributionPlotter.cc.
54 h2_y_vs_x(
new TH2D(
"",
"", 300, -10., +70., 300, -30, +30.)),
55 p_y_vs_x(
new TProfile(
"",
"", 300, -10., +70.)),
56 h_x(
new TH1D(
"",
"", 600, -10., +70.))
std::unique_ptr< TH1D > h_x
std::unique_ptr< TProfile > p_y_vs_x
std::unique_ptr< TH2D > h2_y_vs_x
void CTPPSTrackDistributionPlotter::RPPlots::fill |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
|
inline |
void CTPPSTrackDistributionPlotter::RPPlots::write |
( |
| ) |
const |
|
inline |
std::unique_ptr<TH2D> CTPPSTrackDistributionPlotter::RPPlots::h2_y_vs_x |
std::unique_ptr<TH1D> CTPPSTrackDistributionPlotter::RPPlots::h_x |
std::unique_ptr<TProfile> CTPPSTrackDistributionPlotter::RPPlots::p_y_vs_x |