#include <DQMHelper.h>
Public Types | |
typedef DQMEDAnalyzer::DQMStore | DQMStore |
typedef DQMEDAnalyzer::MonitorElement | MonitorElement |
Public Member Functions | |
MonitorElement * | book1dHisto (const std::string &name, const std::string &title, int n, double xmin, double xmax, const std::string &xaxis, const std::string &yaxis) |
MonitorElement * | book1dHisto (const std::string &name, const std::string &title, int n, double xmin, double xmax) |
MonitorElement * | book2dHisto (const std::string &name, const std::string &title, int nx, double xmin, double xmax, int ny, double ymin, double ymax, const std::string &xaxis, const std::string &yaxis) |
MonitorElement * | book2dHisto (const std::string &name, const std::string &title, int nx, double xmin, double xmax, int ny, double ymin, double ymax) |
DQMHelper (DQMStore::IBooker *i) | |
virtual | ~DQMHelper () |
Private Attributes | |
DQMStore::IBooker * | ibooker |
Definition at line 15 of file DQMHelper.h.
Definition at line 17 of file DQMHelper.h.
Definition at line 18 of file DQMHelper.h.
DQMHelper::DQMHelper | ( | DQMStore::IBooker * | i | ) |
Definition at line 3 of file DQMHelper.cc.
|
virtual |
Definition at line 5 of file DQMHelper.cc.
DQMHelper::MonitorElement * DQMHelper::book1dHisto | ( | const std::string & | name, |
const std::string & | title, | ||
int | n, | ||
double | xmin, | ||
double | xmax, | ||
const std::string & | xaxis, | ||
const std::string & | yaxis | ||
) |
Definition at line 7 of file DQMHelper.cc.
References dqm::implementation::IBooker::book1D(), ibooker, dqmiodumpmetadata::n, Skims_PA_cff::name, runGCPTkAlMap::title, LaserClient_cfi::xaxis, TrackerOfflineValidation_Dqm_cff::xmax, TrackerOfflineValidation_Dqm_cff::xmin, and TimingClient_cfi::yaxis.
Referenced by GenWeightValidation::bookHistograms(), LheWeightValidation::bookHistograms(), GenWeightValidation::bookTemplates(), and LheWeightValidation::bookTemplates().
DQMHelper::MonitorElement * DQMHelper::book1dHisto | ( | const std::string & | name, |
const std::string & | title, | ||
int | n, | ||
double | xmin, | ||
double | xmax | ||
) |
Definition at line 20 of file DQMHelper.cc.
References dqm::implementation::IBooker::book1D(), ibooker, dqmiodumpmetadata::n, Skims_PA_cff::name, runGCPTkAlMap::title, TrackerOfflineValidation_Dqm_cff::xmax, and TrackerOfflineValidation_Dqm_cff::xmin.
DQMHelper::MonitorElement * DQMHelper::book2dHisto | ( | const std::string & | name, |
const std::string & | title, | ||
int | nx, | ||
double | xmin, | ||
double | xmax, | ||
int | ny, | ||
double | ymin, | ||
double | ymax, | ||
const std::string & | xaxis, | ||
const std::string & | yaxis | ||
) |
Definition at line 26 of file DQMHelper.cc.
References dqm::implementation::IBooker::book2D(), ibooker, Skims_PA_cff::name, runGCPTkAlMap::title, LaserClient_cfi::xaxis, TrackerOfflineValidation_Dqm_cff::xmax, TrackerOfflineValidation_Dqm_cff::xmin, TimingClient_cfi::yaxis, L1TOccupancyClient_cfi::ymax, and L1TOccupancyClient_cfi::ymin.
DQMHelper::MonitorElement * DQMHelper::book2dHisto | ( | const std::string & | name, |
const std::string & | title, | ||
int | nx, | ||
double | xmin, | ||
double | xmax, | ||
int | ny, | ||
double | ymin, | ||
double | ymax | ||
) |
Definition at line 42 of file DQMHelper.cc.
References dqm::implementation::IBooker::book2D(), ibooker, Skims_PA_cff::name, runGCPTkAlMap::title, TrackerOfflineValidation_Dqm_cff::xmax, TrackerOfflineValidation_Dqm_cff::xmin, L1TOccupancyClient_cfi::ymax, and L1TOccupancyClient_cfi::ymin.
|
private |
Definition at line 52 of file DQMHelper.h.
Referenced by book1dHisto(), and book2dHisto().