|
| ArmPlots () |
|
void | fill (double x_N, double y_N, double x_F, double y_F) |
|
void | write () const |
|
◆ ArmPlots()
CTPPSTrackDistributionPlotter::ArmPlots::ArmPlots |
( |
| ) |
|
|
inline |
Definition at line 120 of file CTPPSTrackDistributionPlotter.cc.
122 {
N};
x^{
F} -
x^{
N}
", 80, 0., 40., 100, -1., +1.)),
123 h2_de_y_vs_x(new TH2D("", ";
x^{
N};
y^{
F} -
y^{
N}
", 80, 0., 40., 100, -1., +1.)),
124 h2_de_y_vs_de_x(new TH2D("", ";
x^{
F} -
x^{
N};
y^{
F} -
y^{
N}
", 100, -1., +1., 100, -1., +1.)) {}
126 void fill(double x_N, double y_N, double x_F, double y_F) {
127 h_de_x->Fill(x_F - x_N);
128 h_de_y->Fill(y_F - y_N);
◆ fill()
void CTPPSTrackDistributionPlotter::ArmPlots::fill |
( |
double |
x_N, |
|
|
double |
y_N, |
|
|
double |
x_F, |
|
|
double |
y_F |
|
) |
| |
|
inline |
◆ write()
void CTPPSTrackDistributionPlotter::ArmPlots::write |
( |
| ) |
const |
|
inline |
◆ h2_de_x_vs_x
std::unique_ptr<TH2D> CTPPSTrackDistributionPlotter::ArmPlots::h2_de_x_vs_x |
◆ h2_de_y_vs_de_x
std::unique_ptr<TH2D> CTPPSTrackDistributionPlotter::ArmPlots::h2_de_y_vs_de_x |
◆ h2_de_y_vs_x
std::unique_ptr<TH2D> CTPPSTrackDistributionPlotter::ArmPlots::h2_de_y_vs_x |
◆ h_de_x
std::unique_ptr<TH1D> CTPPSTrackDistributionPlotter::ArmPlots::h_de_x |
◆ h_de_y
std::unique_ptr<TH1D> CTPPSTrackDistributionPlotter::ArmPlots::h_de_y |
◆ m_stat
std::map<unsigned int, std::map<unsigned int, Stat> > CTPPSTrackDistributionPlotter::ArmPlots::m_stat |
◆ p2_de_x_vs_x_y
std::unique_ptr<TProfile2D> CTPPSTrackDistributionPlotter::ArmPlots::p2_de_x_vs_x_y |
◆ p2_de_y_vs_x_y
std::unique_ptr<TProfile2D> CTPPSTrackDistributionPlotter::ArmPlots::p2_de_y_vs_x_y |
◆ p_de_x_vs_x
std::unique_ptr<TProfile> CTPPSTrackDistributionPlotter::ArmPlots::p_de_x_vs_x |
◆ p_de_y_vs_x
std::unique_ptr<TProfile> CTPPSTrackDistributionPlotter::ArmPlots::p_de_y_vs_x |
◆ rpId_F
unsigned int CTPPSTrackDistributionPlotter::ArmPlots::rpId_F |
◆ rpId_N
unsigned int CTPPSTrackDistributionPlotter::ArmPlots::rpId_N |