#include <HTMonitor.h>
Classes | |
struct | HTME |
struct | MEHTbinning |
Public Member Functions | |
HTMonitor (const edm::ParameterSet &) | |
~HTMonitor () override | |
Public Member Functions inherited from one::DQMEDAnalyzer< T > | |
DQMEDAnalyzer ()=default | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > const &)=delete | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > &&)=delete | |
~DQMEDAnalyzer () override=default | |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
static void | fillHistoLSPSetDescription (edm::ParameterSetDescription &pset) |
static void | fillHistoPSetDescription (edm::ParameterSetDescription &pset) |
Protected Member Functions | |
void | analyze (edm::Event const &iEvent, edm::EventSetup const &iSetup) override |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
void | bookME (DQMStore::IBooker &, HTME &me, const std::string &histname, const std::string &histtitle, int nbins, double xmin, double xmax) |
void | bookME (DQMStore::IBooker &, HTME &me, const std::string &histname, const std::string &histtitle, const std::vector< double > &binningX) |
void | bookME (DQMStore::IBooker &, HTME &me, const std::string &histname, const std::string &histtitle, int nbinsX, double xmin, double xmax, double ymin, double ymax) |
void | bookME (DQMStore::IBooker &, HTME &me, const std::string &histname, const std::string &histtitle, int nbinsX, double xmin, double xmax, int nbinsY, double ymin, double ymax) |
void | bookME (DQMStore::IBooker &, HTME &me, const std::string &histname, const std::string &histtitle, const std::vector< double > &binningX, const std::vector< double > &binningY) |
void | setHTitle (HTME &me, const std::string &titleX, const std::string &titleY) |
Static Private Member Functions | |
static MEHTbinning | getHistoLSPSet (const edm::ParameterSet &pset) |
static MEHTbinning | getHistoPSet (const edm::ParameterSet &pset) |
Static Private Attributes | |
static double | MAXedge_PHI = 3.2 |
static int | Nbin_PHI = 64 |
static MEHTbinning | phi_binning_ |
Definition at line 50 of file HTMonitor.h.
HTMonitor::HTMonitor | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 12 of file HTMonitor.cc.
References Exception, edm::ParameterSet::getParameter(), HT, MJJ, tauVariables_cff::quantity, quantity_, SOFTDROP, AlCaHLTBitMon_QueryRunRegistry::string, warningPrinted4token_, and ~HTMonitor().
|
overridedefault |
Referenced by HTMonitor().
|
overrideprotected |
Definition at line 190 of file HTMonitor.cc.
References hiPixelPairStep_cff::deltaPhi, deltaphij1j2ME_, deltaphimetj1ME_, den_genTriggerEventFlag_, HTMonitor::HTME::denominator, dEtaCut_, MillePedeFileConverter_cfg::e, nano_cff::electrons, eleInputTag_, eleSelection_, eleToken_, reco::tau::disc::Eta(), HcalObjRepresent::Fill(), edm::Event::getByToken(), htVsLS_, edm::EventBase::id(), edm::HandleBase::isValid(), jetInputTag_, fwrapper::jets, jetSelection_, jetSelection_HT_, jetToken_, edm::InputTag::label(), eostools::ls(), edm::EventID::luminosityBlock(), funct::m, metInputTag_, metSelection_, metToken_, MJJ, muoInputTag_, extraflags_cff::muons, muoSelection_, muoToken_, nelectrons_, njets_, nmuons_, num_genTriggerEventFlag_, HTMonitor::HTME::numerator, p4, phi, reco::LeafCandidate::phi(), reco::Vertex::position(), qME_variableBinning_, quantity_, edm::View< T >::size(), SOFTDROP, findQualityFiles::v, badGlobalMuonTaggersAOD_cff::vtx, vtxInputTag_, vtxToken_, and warningPrinted4token_.
|
overrideprotected |
Definition at line 131 of file HTMonitor.cc.
References bookME(), deltaphij1j2ME_, deltaphimetj1ME_, den_genTriggerEventFlag_, folderName_, ht_binning_, ht_variable_binning_, htVsLS_, ls_binning_, MJJ, HTMonitor::MEHTbinning::nbins, num_genTriggerEventFlag_, phi_binning_, qME_variableBinning_, quantity_, DQMStore::IBooker::setCurrentFolder(), setHTitle(), SOFTDROP, AlCaHLTBitMon_QueryRunRegistry::string, HTMonitor::MEHTbinning::xmax, and HTMonitor::MEHTbinning::xmin.
|
protected |
Definition at line 95 of file HTMonitor.cc.
References DQMStore::IBooker::book1D(), HTMonitor::HTME::denominator, and HTMonitor::HTME::numerator.
Referenced by bookHistograms().
|
protected |
Definition at line 100 of file HTMonitor.cc.
References DQMStore::IBooker::book1D(), HTMonitor::HTME::denominator, pileupCalc::nbins, and HTMonitor::HTME::numerator.
|
protected |
Definition at line 108 of file HTMonitor.cc.
References DQMStore::IBooker::bookProfile(), HTMonitor::HTME::denominator, and HTMonitor::HTME::numerator.
|
protected |
Definition at line 113 of file HTMonitor.cc.
References DQMStore::IBooker::book2D(), HTMonitor::HTME::denominator, and HTMonitor::HTME::numerator.
|
protected |
Definition at line 118 of file HTMonitor.cc.
References DQMStore::IBooker::book2D(), HTMonitor::HTME::denominator, and HTMonitor::HTME::numerator.
|
static |
Definition at line 379 of file HTMonitor.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), create_public_pileup_plots::bins, DEFINE_FWK_MODULE, fillHistoLSPSetDescription(), fillHistoPSetDescription(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
static |
Definition at line 372 of file HTMonitor.cc.
References edm::ParameterSetDescription::add().
Referenced by fillDescriptions().
|
static |
Definition at line 365 of file HTMonitor.cc.
References edm::ParameterSetDescription::add().
Referenced by fillDescriptions().
|
staticprivate |
Definition at line 77 of file HTMonitor.cc.
References edm::ParameterSet::getParameter().
|
staticprivate |
Definition at line 68 of file HTMonitor.cc.
References edm::ParameterSet::getParameter().
|
protected |
Definition at line 86 of file HTMonitor.cc.
References HTMonitor::HTME::denominator, HTMonitor::HTME::numerator, and MonitorElement::setAxisTitle().
Referenced by bookHistograms().
|
private |
Definition at line 112 of file HTMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 111 of file HTMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 115 of file HTMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 125 of file HTMonitor.h.
Referenced by analyze().
|
private |
Definition at line 95 of file HTMonitor.h.
Referenced by analyze().
|
private |
Definition at line 119 of file HTMonitor.h.
Referenced by analyze().
|
private |
Definition at line 101 of file HTMonitor.h.
Referenced by analyze().
|
private |
Definition at line 89 of file HTMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 90 of file HTMonitor.h.
|
private |
Definition at line 106 of file HTMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 105 of file HTMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 110 of file HTMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 94 of file HTMonitor.h.
Referenced by analyze().
|
private |
Definition at line 118 of file HTMonitor.h.
Referenced by analyze().
|
private |
Definition at line 121 of file HTMonitor.h.
Referenced by analyze().
|
private |
Definition at line 100 of file HTMonitor.h.
Referenced by analyze().
|
private |
Definition at line 107 of file HTMonitor.h.
Referenced by bookHistograms().
|
staticprivate |
Definition at line 127 of file HTMonitor.h.
|
private |
Definition at line 93 of file HTMonitor.h.
Referenced by analyze().
|
private |
Definition at line 117 of file HTMonitor.h.
Referenced by analyze().
|
private |
Definition at line 99 of file HTMonitor.h.
Referenced by analyze().
|
private |
Definition at line 96 of file HTMonitor.h.
Referenced by analyze().
|
private |
Definition at line 120 of file HTMonitor.h.
Referenced by analyze().
|
private |
Definition at line 102 of file HTMonitor.h.
Referenced by analyze().
|
staticprivate |
Definition at line 128 of file HTMonitor.h.
|
private |
Definition at line 123 of file HTMonitor.h.
Referenced by analyze().
|
private |
Definition at line 122 of file HTMonitor.h.
Referenced by analyze().
|
private |
Definition at line 124 of file HTMonitor.h.
Referenced by analyze().
|
private |
Definition at line 114 of file HTMonitor.h.
Referenced by analyze(), and bookHistograms().
|
staticprivate |
Definition at line 129 of file HTMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 109 of file HTMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 91 of file HTMonitor.h.
Referenced by analyze(), bookHistograms(), and HTMonitor().
|
private |
Definition at line 97 of file HTMonitor.h.
Referenced by analyze().
|
private |
Definition at line 103 of file HTMonitor.h.
Referenced by analyze().
|
private |
Definition at line 133 of file HTMonitor.h.
Referenced by analyze(), and HTMonitor().