#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, and dqm::impl::MonitorElement::setAxisTitle().
Referenced by GenWeightValidation::bookHistograms(), LheWeightValidation::bookHistograms(), TauValidation::bookHistograms(), BasicHepMCHeavyIonValidation::bookHistograms(), WValidation::bookHistograms(), DrellYanValidation::bookHistograms(), BasicHepMCValidation::bookHistograms(), BPhysicsSpectrum::bookHistograms(), BPhysicsValidation::bookHistograms(), HiggsValidation::bookHistograms(), BasicGenParticleValidation::bookHistograms(), MBUEandQCDValidation::bookHistograms(), DuplicationChecker::bookHistograms(), TTbar_GenLepAnalyzer::bookHistograms(), TTbar_GenJetAnalyzer::bookHistograms(), TTbar_Kinematics::bookHistograms(), TTbarSpinCorrHepMCAnalyzer::bookHistograms(), GenWeightValidation::bookTemplates(), LheWeightValidation::bookTemplates(), and BasicHepMCValidation::ParticleMonitor::ParticleMonitor().
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(), and ibooker.
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, and dqm::impl::MonitorElement::setAxisTitle().
Referenced by TTbar_Kinematics::bookHistograms().
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(), and ibooker.
|
private |
Definition at line 52 of file DQMHelper.h.
Referenced by book1dHisto(), and book2dHisto().