#include <TriggerDQMBase.h>
Classes | |
struct | MEbinning |
struct | ObjME |
Public Member Functions | |
void | bookME (DQMStore::IBooker &, ObjME &me, const std::string &histname, const std::string &histtitle, unsigned nbins, double xmin, double xmax) |
void | bookME (DQMStore::IBooker &, ObjME &me, const std::string &histname, const std::string &histtitle, const std::vector< double > &binningX) |
void | bookME (DQMStore::IBooker &, ObjME &me, const std::string &histname, const std::string &histtitle, unsigned nbinsX, double xmin, double xmax, double ymin, double ymax) |
void | bookME (DQMStore::IBooker &, ObjME &me, const std::string &histname, const std::string &histtitle, unsigned nbinsX, double xmin, double xmax, unsigned nbinsY, double ymin, double ymax) |
void | bookME (DQMStore::IBooker &, ObjME &me, const std::string &histname, const std::string &histtitle, const std::vector< double > &binningX, const std::vector< double > &binningY) |
void | setMETitle (ObjME &me, const std::string &titleX, const std::string &titleY) |
TriggerDQMBase ()=default | |
virtual | ~TriggerDQMBase ()=default |
Static Public Member Functions | |
static void | fillHistoLSPSetDescription (edm::ParameterSetDescription &pset) |
static void | fillHistoPSetDescription (edm::ParameterSetDescription &pset) |
static MEbinning | getHistoLSPSet (const edm::ParameterSet &pset) |
static MEbinning | getHistoPSet (const edm::ParameterSet &pset) |
Definition at line 8 of file TriggerDQMBase.h.
|
default |
|
virtualdefault |
void TriggerDQMBase::bookME | ( | DQMStore::IBooker & | ibooker, |
ObjME & | me, | ||
const std::string & | histname, | ||
const std::string & | histtitle, | ||
unsigned | nbins, | ||
double | xmin, | ||
double | xmax | ||
) |
Definition at line 12 of file TriggerDQMBase.cc.
References DQMStore::IBooker::book1D(), TriggerDQMBase::ObjME::denominator, and TriggerDQMBase::ObjME::numerator.
Referenced by METDQM::bookHistograms(), HTDQM::bookHistograms(), JetDQM::bookHistograms(), HMesonGammaDQM::bookHistograms(), DiJetMonitor::bookHistograms(), METplusTrackMonitor::bookHistograms(), and TopMonitor::bookHistograms().
void TriggerDQMBase::bookME | ( | DQMStore::IBooker & | ibooker, |
ObjME & | me, | ||
const std::string & | histname, | ||
const std::string & | histtitle, | ||
const std::vector< double > & | binningX | ||
) |
Definition at line 17 of file TriggerDQMBase.cc.
References DQMStore::IBooker::book1D(), TriggerDQMBase::ObjME::denominator, pileupCalc::nbins, and TriggerDQMBase::ObjME::numerator.
void TriggerDQMBase::bookME | ( | DQMStore::IBooker & | ibooker, |
ObjME & | me, | ||
const std::string & | histname, | ||
const std::string & | histtitle, | ||
unsigned | nbinsX, | ||
double | xmin, | ||
double | xmax, | ||
double | ymin, | ||
double | ymax | ||
) |
Definition at line 25 of file TriggerDQMBase.cc.
References DQMStore::IBooker::bookProfile(), TriggerDQMBase::ObjME::denominator, and TriggerDQMBase::ObjME::numerator.
void TriggerDQMBase::bookME | ( | DQMStore::IBooker & | ibooker, |
ObjME & | me, | ||
const std::string & | histname, | ||
const std::string & | histtitle, | ||
unsigned | nbinsX, | ||
double | xmin, | ||
double | xmax, | ||
unsigned | nbinsY, | ||
double | ymin, | ||
double | ymax | ||
) |
Definition at line 30 of file TriggerDQMBase.cc.
References DQMStore::IBooker::book2D(), TriggerDQMBase::ObjME::denominator, and TriggerDQMBase::ObjME::numerator.
void TriggerDQMBase::bookME | ( | DQMStore::IBooker & | ibooker, |
ObjME & | me, | ||
const std::string & | histname, | ||
const std::string & | histtitle, | ||
const std::vector< double > & | binningX, | ||
const std::vector< double > & | binningY | ||
) |
Definition at line 35 of file TriggerDQMBase.cc.
References DQMStore::IBooker::book2D(), TriggerDQMBase::ObjME::denominator, and TriggerDQMBase::ObjME::numerator.
|
static |
Definition at line 55 of file TriggerDQMBase.cc.
References edm::ParameterSetDescription::add().
Referenced by DiJetMonitor::fillDescriptions(), METplusTrackMonitor::fillDescriptions(), TopMonitor::fillDescriptions(), HMesonGammaDQM::fillHmgDescription(), HTDQM::fillHtDescription(), JetDQM::fillJetDescription(), and METDQM::fillMetDescription().
|
static |
Definition at line 48 of file TriggerDQMBase.cc.
References edm::ParameterSetDescription::add().
Referenced by DiJetMonitor::fillDescriptions(), METplusTrackMonitor::fillDescriptions(), TopMonitor::fillDescriptions(), HMesonGammaDQM::fillHmgDescription(), HTDQM::fillHtDescription(), JetDQM::fillJetDescription(), and METDQM::fillMetDescription().
|
static |
Definition at line 71 of file TriggerDQMBase.cc.
References edm::ParameterSet::getParameter().
|
static |
Definition at line 62 of file TriggerDQMBase.cc.
References edm::ParameterSet::getParameter().
Referenced by DiJetMonitor::DiJetMonitor(), METDQM::initialise(), HTDQM::initialise(), JetDQM::initialise(), and HMesonGammaDQM::initialise().
void TriggerDQMBase::setMETitle | ( | ObjME & | me, |
const std::string & | titleX, | ||
const std::string & | titleY | ||
) |
Definition at line 3 of file TriggerDQMBase.cc.
References TriggerDQMBase::ObjME::denominator, TriggerDQMBase::ObjME::numerator, and MonitorElement::setAxisTitle().
Referenced by METDQM::bookHistograms(), HTDQM::bookHistograms(), JetDQM::bookHistograms(), HMesonGammaDQM::bookHistograms(), DiJetMonitor::bookHistograms(), METplusTrackMonitor::bookHistograms(), and TopMonitor::bookHistograms().