#include <TriggerDQMBase.h>
Classes | |
struct | MEbinning |
struct | ObjME |
Public Member Functions | |
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) |
Protected 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) |
Definition at line 8 of file TriggerDQMBase.h.
|
default |
|
virtualdefault |
|
protected |
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(), METplusTrackMonitor::bookHistograms(), and TopMonitor::bookHistograms().
|
protected |
Definition at line 17 of file TriggerDQMBase.cc.
References DQMStore::IBooker::book1D(), TriggerDQMBase::ObjME::denominator, pileupCalc::nbins, and TriggerDQMBase::ObjME::numerator.
|
protected |
Definition at line 25 of file TriggerDQMBase.cc.
References DQMStore::IBooker::bookProfile(), TriggerDQMBase::ObjME::denominator, and TriggerDQMBase::ObjME::numerator.
|
protected |
Definition at line 30 of file TriggerDQMBase.cc.
References DQMStore::IBooker::book2D(), TriggerDQMBase::ObjME::denominator, and TriggerDQMBase::ObjME::numerator.
|
protected |
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 METplusTrackMonitor::fillDescriptions(), TopMonitor::fillDescriptions(), HTDQM::fillHtDescription(), JetDQM::fillJetDescription(), and METDQM::fillMetDescription().
|
static |
Definition at line 48 of file TriggerDQMBase.cc.
References edm::ParameterSetDescription::add().
Referenced by METplusTrackMonitor::fillDescriptions(), TopMonitor::fillDescriptions(), HTDQM::fillHtDescription(), JetDQM::fillJetDescription(), and METDQM::fillMetDescription().
|
static |
Definition at line 69 of file TriggerDQMBase.cc.
References edm::ParameterSet::getParameter().
Referenced by METDQM::initialise(), HTDQM::initialise(), and JetDQM::initialise().
|
static |
Definition at line 60 of file TriggerDQMBase.cc.
References edm::ParameterSet::getParameter().
Referenced by METDQM::initialise(), HTDQM::initialise(), and JetDQM::initialise().
|
protected |
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(), METplusTrackMonitor::bookHistograms(), and TopMonitor::bookHistograms().