#include <DQMHelper.h>
Public Member Functions | |
MonitorElement * | book1dHisto (std::string name, std::string title, int n, double xmin, double xmax, std::string xaxis, std::string yaxis) |
MonitorElement * | book1dHisto (const std::string &name, const std::string &title, int n, double xmin, double xmax) |
MonitorElement * | book2dHisto (std::string name, std::string title, int nx, double xmin, double xmax, int ny, double ymin, double ymax, std::string xaxis, 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 16 of file DQMHelper.h.
DQMHelper::DQMHelper | ( | DQMStore::IBooker * | i | ) |
Definition at line 4 of file DQMHelper.cc.
|
virtual |
Definition at line 8 of file DQMHelper.cc.
MonitorElement * DQMHelper::book1dHisto | ( | std::string | name, |
std::string | title, | ||
int | n, | ||
double | xmin, | ||
double | xmax, | ||
std::string | xaxis, | ||
std::string | yaxis | ||
) |
Definition at line 12 of file DQMHelper.cc.
References DQMStore::IBooker::book1D(), MonitorElement::getTH1(), ibooker, and MonitorElement::setAxisTitle().
Referenced by BasicHepMCHeavyIonValidation::bookHistograms(), BPhysicsSpectrum::bookHistograms(), HiggsValidation::bookHistograms(), BPhysicsValidation::bookHistograms(), DuplicationChecker::bookHistograms(), TTbar_GenLepAnalyzer::bookHistograms(), TTbar_GenJetAnalyzer::bookHistograms(), and TTbarSpinCorrHepMCAnalyzer::bookHistograms().
MonitorElement * DQMHelper::book1dHisto | ( | const std::string & | name, |
const std::string & | title, | ||
int | n, | ||
double | xmin, | ||
double | xmax | ||
) |
Definition at line 21 of file DQMHelper.cc.
References DQMStore::IBooker::book1D(), MonitorElement::getTH1(), and ibooker.
MonitorElement * DQMHelper::book2dHisto | ( | std::string | name, |
std::string | title, | ||
int | nx, | ||
double | xmin, | ||
double | xmax, | ||
int | ny, | ||
double | ymin, | ||
double | ymax, | ||
std::string | xaxis, | ||
std::string | yaxis | ||
) |
Definition at line 27 of file DQMHelper.cc.
References DQMStore::IBooker::book2D(), MonitorElement::getTH1(), ibooker, and MonitorElement::setAxisTitle().
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 37 of file DQMHelper.cc.
References DQMStore::IBooker::book2D(), MonitorElement::getTH1(), and ibooker.
|
private |
Definition at line 28 of file DQMHelper.h.
Referenced by book1dHisto(), and book2dHisto().