#include <HTDQM.h>
Public Member Functions | |
void | bookHistograms (DQMStore::IBooker &) |
void | fillHistograms (const std::vector< reco::PFJet > &htjets, const double &met, const int &ls, const bool passCond) |
HTDQM () | |
void | initialise (const edm::ParameterSet &iConfig) |
~HTDQM () override | |
Public 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) |
TriggerDQMBase ()=default | |
virtual | ~TriggerDQMBase ()=default |
Static Public Member Functions | |
static void | fillHtDescription (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 | ht_binning_ |
std::vector< double > | ht_variable_binning_ |
ObjME | htME_variableBinning_ |
ObjME | htVsLS_ |
ObjME | htVsMET_ |
MEbinning | ls_binning_ |
std::vector< double > | met_variable_binning_ |
Additional Inherited Members | |
Public Types inherited from TriggerDQMBase | |
typedef dqm::legacy::DQMStore | DQMStore |
typedef dqm::legacy::MonitorElement | MonitorElement |
|
default |
|
overridedefault |
void HTDQM::bookHistograms | ( | DQMStore::IBooker & | ibooker | ) |
Definition at line 18 of file HTDQM.cc.
References TriggerDQMBase::bookME(), ht_binning_, ht_variable_binning_, htME_variableBinning_, htVsLS_, htVsMET_, ls_binning_, met_variable_binning_, TriggerDQMBase::MEbinning::nbins, TriggerDQMBase::setMETitle(), AlCaHLTBitMon_QueryRunRegistry::string, TriggerDQMBase::MEbinning::xmax, and TriggerDQMBase::MEbinning::xmin.
Referenced by ObjMonitor::bookHistograms().
void HTDQM::fillHistograms | ( | const std::vector< reco::PFJet > & | htjets, |
const double & | met, | ||
const int & | ls, | ||
const bool | passCond | ||
) |
Definition at line 45 of file HTDQM.cc.
References TriggerDQMBase::ObjME::denominator, dqm::impl::MonitorElement::Fill(), htME_variableBinning_, htVsLS_, htVsMET_, and TriggerDQMBase::ObjME::numerator.
Referenced by ObjMonitor::analyze().
|
static |
Definition at line 69 of file HTDQM.cc.
References edm::ParameterSetDescription::add(), trigObjTnPSource_cfi::bins, TriggerDQMBase::fillHistoLSPSetDescription(), TriggerDQMBase::fillHistoPSetDescription(), BTaggingMonitor_cfi::htPSet, and LumiMonitor_cff::lsPSet.
Referenced by ObjMonitor::fillDescriptions().
void HTDQM::initialise | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 7 of file HTDQM.cc.
References TriggerDQMBase::getHistoPSet(), edm::ParameterSet::getParameter(), ht_binning_, ht_variable_binning_, ls_binning_, and met_variable_binning_.
Referenced by ObjMonitor::ObjMonitor().
|
private |
Definition at line 24 of file HTDQM.h.
Referenced by bookHistograms(), and initialise().
|
private |
Definition at line 22 of file HTDQM.h.
Referenced by bookHistograms(), and initialise().
|
private |
Definition at line 27 of file HTDQM.h.
Referenced by bookHistograms(), and fillHistograms().
|
private |
Definition at line 29 of file HTDQM.h.
Referenced by bookHistograms(), and fillHistograms().
|
private |
Definition at line 28 of file HTDQM.h.
Referenced by bookHistograms(), and fillHistograms().
|
private |
Definition at line 25 of file HTDQM.h.
Referenced by bookHistograms(), and initialise().
|
private |
Definition at line 23 of file HTDQM.h.
Referenced by bookHistograms(), and initialise().