#include <METDQM.h>
Public Member Functions | |
void | bookHistograms (DQMStore::IBooker &) |
void | fillHistograms (const double &met, const double &phi, const int &ls, const bool passCond) |
void | initialise (const edm::ParameterSet &iConfig) |
METDQM () | |
~METDQM () override | |
Public Member Functions inherited from TriggerDQMBase | |
TriggerDQMBase ()=default | |
virtual | ~TriggerDQMBase ()=default |
Static Public Member Functions | |
static void | fillMetDescription (edm::ParameterSetDescription &histoPSet) |
Static Public Member Functions inherited from TriggerDQMBase | |
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) |
Private Attributes | |
MEbinning | ls_binning_ |
MEbinning | met_binning_ |
std::vector< double > | met_variable_binning_ |
ObjME | metME_ |
ObjME | metME_variableBinning_ |
ObjME | metPhiME_ |
ObjME | metVsLS_ |
MEbinning | phi_binning_ |
Additional Inherited Members | |
Protected Member Functions inherited from TriggerDQMBase | |
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) |
|
default |
|
overridedefault |
void METDQM::bookHistograms | ( | DQMStore::IBooker & | ibooker | ) |
Definition at line 16 of file METDQM.cc.
References TriggerDQMBase::bookME(), ls_binning_, met_binning_, met_variable_binning_, metME_, metME_variableBinning_, metPhiME_, metVsLS_, TriggerDQMBase::MEbinning::nbins, phi_binning_, TriggerDQMBase::setMETitle(), AlCaHLTBitMon_QueryRunRegistry::string, TriggerDQMBase::MEbinning::xmax, and TriggerDQMBase::MEbinning::xmin.
Referenced by ObjMonitor::bookHistograms().
void METDQM::fillHistograms | ( | const double & | met, |
const double & | phi, | ||
const int & | ls, | ||
const bool | passCond | ||
) |
Definition at line 39 of file METDQM.cc.
References TriggerDQMBase::ObjME::denominator, HcalObjRepresent::Fill(), metME_, metME_variableBinning_, metPhiME_, metVsLS_, and TriggerDQMBase::ObjME::numerator.
Referenced by ObjMonitor::analyze().
|
static |
Definition at line 62 of file METDQM.cc.
References edm::ParameterSetDescription::add(), create_public_pileup_plots::bins, TriggerDQMBase::fillHistoLSPSetDescription(), and TriggerDQMBase::fillHistoPSetDescription().
Referenced by ObjMonitor::fillDescriptions().
void METDQM::initialise | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 7 of file METDQM.cc.
References TriggerDQMBase::getHistoPSet(), edm::ParameterSet::getParameter(), ls_binning_, met_binning_, met_variable_binning_, and phi_binning_.
Referenced by ObjMonitor::ObjMonitor().
|
private |
Definition at line 29 of file METDQM.h.
Referenced by bookHistograms(), and initialise().
|
private |
Definition at line 27 of file METDQM.h.
Referenced by bookHistograms(), and initialise().
|
private |
Definition at line 26 of file METDQM.h.
Referenced by bookHistograms(), and initialise().
|
private |
Definition at line 31 of file METDQM.h.
Referenced by bookHistograms(), and fillHistograms().
|
private |
Definition at line 32 of file METDQM.h.
Referenced by bookHistograms(), and fillHistograms().
|
private |
Definition at line 34 of file METDQM.h.
Referenced by bookHistograms(), and fillHistograms().
|
private |
Definition at line 33 of file METDQM.h.
Referenced by bookHistograms(), and fillHistograms().
|
private |
Definition at line 28 of file METDQM.h.
Referenced by bookHistograms(), and initialise().