Classes | |
struct | Stat |
Public Member Functions | |
ArmPlots () | |
void | fill (double x_N, double y_N, double x_F, double y_F) |
void | write () const |
Public Attributes | |
std::unique_ptr< TH2D > | h2_de_x_vs_x |
std::unique_ptr< TH2D > | h2_de_y_vs_de_x |
std::unique_ptr< TH2D > | h2_de_y_vs_x |
std::unique_ptr< TH1D > | h_de_x |
std::unique_ptr< TH1D > | h_de_y |
std::map< unsigned int, std::map< unsigned int, Stat > > | m_stat |
std::unique_ptr< TProfile2D > | p2_de_x_vs_x_y |
std::unique_ptr< TProfile2D > | p2_de_y_vs_x_y |
std::unique_ptr< TProfile > | p_de_x_vs_x |
std::unique_ptr< TProfile > | p_de_y_vs_x |
unsigned int | rpId_F |
unsigned int | rpId_N |
Definition at line 99 of file CTPPSTrackDistributionPlotter.cc.
|
inline |
Definition at line 114 of file CTPPSTrackDistributionPlotter.cc.
|
inline |
Definition at line 125 of file CTPPSTrackDistributionPlotter.cc.
|
inline |
Definition at line 141 of file CTPPSTrackDistributionPlotter.cc.
References g, training_settings::idx, and funct::m.
std::unique_ptr<TH2D> CTPPSTrackDistributionPlotter::ArmPlots::h2_de_x_vs_x |
Definition at line 105 of file CTPPSTrackDistributionPlotter.cc.
std::unique_ptr<TH2D> CTPPSTrackDistributionPlotter::ArmPlots::h2_de_y_vs_de_x |
Definition at line 106 of file CTPPSTrackDistributionPlotter.cc.
std::unique_ptr<TH2D> CTPPSTrackDistributionPlotter::ArmPlots::h2_de_y_vs_x |
Definition at line 105 of file CTPPSTrackDistributionPlotter.cc.
std::unique_ptr<TH1D> CTPPSTrackDistributionPlotter::ArmPlots::h_de_x |
Definition at line 102 of file CTPPSTrackDistributionPlotter.cc.
std::unique_ptr<TH1D> CTPPSTrackDistributionPlotter::ArmPlots::h_de_y |
Definition at line 102 of file CTPPSTrackDistributionPlotter.cc.
std::map<unsigned int, std::map<unsigned int, Stat> > CTPPSTrackDistributionPlotter::ArmPlots::m_stat |
Definition at line 112 of file CTPPSTrackDistributionPlotter.cc.
std::unique_ptr<TProfile2D> CTPPSTrackDistributionPlotter::ArmPlots::p2_de_x_vs_x_y |
Definition at line 104 of file CTPPSTrackDistributionPlotter.cc.
std::unique_ptr<TProfile2D> CTPPSTrackDistributionPlotter::ArmPlots::p2_de_y_vs_x_y |
Definition at line 104 of file CTPPSTrackDistributionPlotter.cc.
std::unique_ptr<TProfile> CTPPSTrackDistributionPlotter::ArmPlots::p_de_x_vs_x |
Definition at line 103 of file CTPPSTrackDistributionPlotter.cc.
std::unique_ptr<TProfile> CTPPSTrackDistributionPlotter::ArmPlots::p_de_y_vs_x |
Definition at line 103 of file CTPPSTrackDistributionPlotter.cc.
unsigned int CTPPSTrackDistributionPlotter::ArmPlots::rpId_F |
Definition at line 100 of file CTPPSTrackDistributionPlotter.cc.
unsigned int CTPPSTrackDistributionPlotter::ArmPlots::rpId_N |
Definition at line 100 of file CTPPSTrackDistributionPlotter.cc.