Classes | |
struct | Stat |
Public Member Functions | |
ArmPlots () | |
void | fill (double x_N, double y_N, double x_F, double y_F) |
void | write () const |
Static Public Member Functions | |
static std::unique_ptr< TH1D > | buildRMSHistogram (const std::unique_ptr< TProfile > &p) |
static std::unique_ptr< TH2D > | buildRMSHistogram (const std::unique_ptr< TProfile2D > &p) |
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_x_vs_y |
std::unique_ptr< TProfile > | p_de_y_vs_x |
std::unique_ptr< TProfile > | p_de_y_vs_y |
unsigned int | rpId_F |
unsigned int | rpId_N |
Definition at line 120 of file CTPPSTrackDistributionPlotter.cc.
|
inline |
Definition at line 136 of file CTPPSTrackDistributionPlotter.cc.
|
inlinestatic |
Definition at line 213 of file CTPPSTrackDistributionPlotter.cc.
References convertSQLitetoXML_cfg::output, and AlCaHLTBitMon_ParallelJobs::p.
Referenced by write().
|
inlinestatic |
Definition at line 223 of file CTPPSTrackDistributionPlotter.cc.
References convertSQLitetoXML_cfg::output, and AlCaHLTBitMon_ParallelJobs::p.
|
inline |
Definition at line 153 of file CTPPSTrackDistributionPlotter.cc.
References h2_de_x_vs_x, h2_de_y_vs_de_x, h2_de_y_vs_x, h_de_x, h_de_y, p2_de_x_vs_x_y, p2_de_y_vs_x_y, p_de_x_vs_x, p_de_x_vs_y, p_de_y_vs_x, and p_de_y_vs_y.
|
inline |
Definition at line 172 of file CTPPSTrackDistributionPlotter.cc.
References visDQMUpload::buf, buildRMSHistogram(), g, h2_de_x_vs_x, h2_de_y_vs_de_x, h2_de_y_vs_x, h_de_x, h_de_y, heavyIonCSV_trainingSettings::idx, visualization-live-secondInstance_cfg::m, m_stat, p2_de_x_vs_x_y, p2_de_y_vs_x_y, p_de_x_vs_x, p_de_x_vs_y, p_de_y_vs_x, and p_de_y_vs_y.
std::unique_ptr<TH2D> CTPPSTrackDistributionPlotter::ArmPlots::h2_de_x_vs_x |
Definition at line 127 of file CTPPSTrackDistributionPlotter.cc.
std::unique_ptr<TH2D> CTPPSTrackDistributionPlotter::ArmPlots::h2_de_y_vs_de_x |
Definition at line 128 of file CTPPSTrackDistributionPlotter.cc.
std::unique_ptr<TH2D> CTPPSTrackDistributionPlotter::ArmPlots::h2_de_y_vs_x |
Definition at line 127 of file CTPPSTrackDistributionPlotter.cc.
std::unique_ptr<TH1D> CTPPSTrackDistributionPlotter::ArmPlots::h_de_x |
Definition at line 123 of file CTPPSTrackDistributionPlotter.cc.
std::unique_ptr<TH1D> CTPPSTrackDistributionPlotter::ArmPlots::h_de_y |
Definition at line 123 of file CTPPSTrackDistributionPlotter.cc.
std::map<unsigned int, std::map<unsigned int, Stat> > CTPPSTrackDistributionPlotter::ArmPlots::m_stat |
Definition at line 134 of file CTPPSTrackDistributionPlotter.cc.
Referenced by write().
std::unique_ptr<TProfile2D> CTPPSTrackDistributionPlotter::ArmPlots::p2_de_x_vs_x_y |
Definition at line 126 of file CTPPSTrackDistributionPlotter.cc.
std::unique_ptr<TProfile2D> CTPPSTrackDistributionPlotter::ArmPlots::p2_de_y_vs_x_y |
Definition at line 126 of file CTPPSTrackDistributionPlotter.cc.
std::unique_ptr<TProfile> CTPPSTrackDistributionPlotter::ArmPlots::p_de_x_vs_x |
Definition at line 124 of file CTPPSTrackDistributionPlotter.cc.
std::unique_ptr<TProfile> CTPPSTrackDistributionPlotter::ArmPlots::p_de_x_vs_y |
Definition at line 125 of file CTPPSTrackDistributionPlotter.cc.
std::unique_ptr<TProfile> CTPPSTrackDistributionPlotter::ArmPlots::p_de_y_vs_x |
Definition at line 124 of file CTPPSTrackDistributionPlotter.cc.
std::unique_ptr<TProfile> CTPPSTrackDistributionPlotter::ArmPlots::p_de_y_vs_y |
Definition at line 125 of file CTPPSTrackDistributionPlotter.cc.
unsigned int CTPPSTrackDistributionPlotter::ArmPlots::rpId_F |
Definition at line 121 of file CTPPSTrackDistributionPlotter.cc.
unsigned int CTPPSTrackDistributionPlotter::ArmPlots::rpId_N |
Definition at line 121 of file CTPPSTrackDistributionPlotter.cc.