#include <JetMonitor.h>
Classes | |
struct | JetME |
struct | MEbinning |
Public Member Functions | |
JetMonitor (const edm::ParameterSet &) | |
~JetMonitor () 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 &, JetME &me, std::string &histname, std::string &histtitle, unsigned int nbins, double xmin, double xmax) |
void | bookME (DQMStore::IBooker &, JetME &me, std::string &histname, std::string &histtitle, std::vector< double > binningX) |
void | bookME (DQMStore::IBooker &, JetME &me, std::string &histname, std::string &histtitle, int nbinsX, double xmin, double xmax, double ymin, double ymax) |
void | bookME (DQMStore::IBooker &, JetME &me, std::string &histname, std::string &histtitle, int nbinsX, double xmin, double xmax, int nbinsY, double ymin, double ymax) |
void | bookME (DQMStore::IBooker &, JetME &me, std::string &histname, std::string &histtitle, std::vector< double > binningX, std::vector< double > binningY) |
void | bookME (DQMStore::IBooker &, MonitorElement *me, std::string &histname, std::string &histtitle, int nbins, double xmin, double xmax) |
void | bookME (DQMStore::IBooker &, MonitorElement *me, std::string &histname, std::string &histtitle, int nbinsX, double xmin, double xmax, int nbinsY, double ymin, double ymax) |
void | bookMESub (DQMStore::IBooker &, JetME *a_me, const int len_, const std::string &h_Name, const std::string &h_Title, const std::string &h_subOptName, std::string h_subOptTitle, bool doPhi=true, bool doEta=true, bool doEtaPhi=true, bool doVsLS=true) |
void | FillME (JetME *a_me, double pt_, double phi_, double eta_, int ls_, const std::string &denu, bool doPhi=true, bool doEta=true, bool doEtaPhi=true, bool doVsLS=true) |
bool | isBarrel (double eta) |
bool | isEndCapM (double eta) |
bool | isEndCapP (double eta) |
For Hcal Endcap Plus Area. More... | |
bool | isForward (double eta) |
For Hcal Forward Plus Area. More... | |
bool | isHEM17 (double eta, double phi) |
For Hcal HEM17 Area. More... | |
bool | isHEP17 (double eta, double phi) |
For Hcal HEP17 Area. More... | |
bool | isHEP18 (double eta, double phi) |
For Hcal HEP18 Area. More... | |
void | setMETitle (JetME &me, const std::string &titleX, const std::string &titleY) |
Static Private Member Functions | |
static MEbinning | getHistoLSPSet (const edm::ParameterSet &pset) |
static MEbinning | getHistoPSet (const edm::ParameterSet &pset) |
Definition at line 49 of file JetMonitor.h.
JetMonitor::JetMonitor | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 17 of file JetMonitor.cc.
References folderName_, getHistoPSet(), edm::ParameterSet::getParameter(), isCaloJetTrig, isPFJetTrig, jetpT_binning, jetpT_variable_binning_, jetptThr_binning_, jetSrc_, ls_binning_, ptcut_, AlCaHLTBitMon_QueryRunRegistry::string, and ~JetMonitor().
|
overridedefault |
Referenced by JetMonitor().
|
overrideprotected |
Definition at line 155 of file JetMonitor.cc.
References a_ME, a_ME_HB, a_ME_HE, a_ME_HE_m, a_ME_HE_p, a_ME_HEM17, a_ME_HEP17, a_ME_HEP18, a_ME_HF, funct::abs(), den_genTriggerEventFlag_, JetMonitor::JetME::denominator, MonitorElement::Fill(), FillME(), edm::Event::getByToken(), edm::EventBase::id(), isBarrel(), isEndCapM(), isEndCapP(), isForward(), isHEM17(), isHEP17(), isHEP18(), edm::HandleBase::isValid(), jetHEM17_AbsEta_, jetHEP17_AbsEta_, jetSrc_, eostools::ls(), edm::EventID::luminosityBlock(), num_genTriggerEventFlag_, JetMonitor::JetME::numerator, ptcut_, v_jeteta, v_jetphi, and v_jetpt.
|
overrideprotected |
Definition at line 99 of file JetMonitor.cc.
References a_ME, a_ME_HB, a_ME_HE, a_ME_HE_m, a_ME_HE_p, a_ME_HEM17, a_ME_HEP17, a_ME_HEP18, a_ME_HF, bookME(), bookMESub(), den_genTriggerEventFlag_, eta_binning_hep17_, folderName_, isCaloJetTrig, isPFJetTrig, jetHEM17_AbsEta_, jetHEP17_AbsEta_, JetMonitor::MEbinning::nbins, num_genTriggerEventFlag_, DQMStore::IBooker::setCurrentFolder(), setMETitle(), AlCaHLTBitMon_QueryRunRegistry::string, JetMonitor::MEbinning::xmax, and JetMonitor::MEbinning::xmin.
|
protected |
Definition at line 63 of file JetMonitor.cc.
References DQMStore::IBooker::book1D(), JetMonitor::JetME::denominator, and JetMonitor::JetME::numerator.
Referenced by bookHistograms(), and bookMESub().
|
protected |
Definition at line 68 of file JetMonitor.cc.
References DQMStore::IBooker::book1D(), JetMonitor::JetME::denominator, pileupCalc::nbins, and JetMonitor::JetME::numerator.
|
protected |
Definition at line 76 of file JetMonitor.cc.
References DQMStore::IBooker::bookProfile(), JetMonitor::JetME::denominator, and JetMonitor::JetME::numerator.
|
protected |
Definition at line 81 of file JetMonitor.cc.
References DQMStore::IBooker::book2D(), JetMonitor::JetME::denominator, and JetMonitor::JetME::numerator.
|
protected |
Definition at line 86 of file JetMonitor.cc.
References DQMStore::IBooker::book2D(), JetMonitor::JetME::denominator, and JetMonitor::JetME::numerator.
|
protected |
|
protected |
|
protected |
Definition at line 419 of file JetMonitor.cc.
References bookME(), DEFINE_FWK_MODULE, eta_binning_hem17_, eta_binning_hep17_, jet_eta_binning_, jet_phi_binning_, jetpT_binning, jetptThr_binning_, ls_binning_, eostools::move(), JetMonitor::MEbinning::nbins, phi_binning_hep17_, phi_binning_hep18_, setMETitle(), AlCaHLTBitMon_QueryRunRegistry::string, JetMonitor::MEbinning::xmax, and JetMonitor::MEbinning::xmin.
Referenced by bookHistograms().
|
static |
Definition at line 278 of file JetMonitor.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), create_public_pileup_plots::bins, fillHistoLSPSetDescription(), fillHistoPSetDescription(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
static |
Definition at line 271 of file JetMonitor.cc.
References edm::ParameterSetDescription::add().
Referenced by fillDescriptions().
|
static |
Definition at line 264 of file JetMonitor.cc.
References edm::ParameterSetDescription::add().
Referenced by fillDescriptions().
|
protected |
Definition at line 387 of file JetMonitor.cc.
References JetMonitor::JetME::denominator, MonitorElement::Fill(), JetMonitor::JetME::numerator, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by analyze().
|
staticprivate |
Definition at line 47 of file JetMonitor.cc.
References edm::ParameterSet::getParameter().
|
staticprivate |
Definition at line 38 of file JetMonitor.cc.
References edm::ParameterSet::getParameter().
Referenced by JetMonitor().
|
protected |
Definition at line 331 of file JetMonitor.cc.
References convertSQLitetoXML_cfg::output.
Referenced by analyze().
|
protected |
Definition at line 338 of file JetMonitor.cc.
References convertSQLitetoXML_cfg::output.
Referenced by analyze().
|
protected |
For Hcal Endcap Plus Area.
Definition at line 344 of file JetMonitor.cc.
References convertSQLitetoXML_cfg::output.
Referenced by analyze().
|
protected |
For Hcal Forward Plus Area.
Definition at line 351 of file JetMonitor.cc.
References convertSQLitetoXML_cfg::output.
Referenced by analyze().
|
protected |
For Hcal HEM17 Area.
Definition at line 365 of file JetMonitor.cc.
References convertSQLitetoXML_cfg::output.
Referenced by analyze().
|
protected |
For Hcal HEP17 Area.
Definition at line 357 of file JetMonitor.cc.
References convertSQLitetoXML_cfg::output.
Referenced by analyze().
|
protected |
For Hcal HEP18 Area.
Definition at line 372 of file JetMonitor.cc.
References convertSQLitetoXML_cfg::output.
Referenced by analyze().
|
protected |
Definition at line 56 of file JetMonitor.cc.
References JetMonitor::JetME::denominator, JetMonitor::JetME::numerator, and MonitorElement::setAxisTitle().
Referenced by bookHistograms(), and bookMESub().
|
private |
Definition at line 115 of file JetMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 116 of file JetMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 117 of file JetMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 120 of file JetMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 119 of file JetMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 121 of file JetMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 122 of file JetMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 123 of file JetMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 118 of file JetMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 103 of file JetMonitor.h.
|
private |
Definition at line 133 of file JetMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 104 of file JetMonitor.h.
|
private |
Definition at line 182 of file JetMonitor.h.
Referenced by bookMESub().
|
private |
Definition at line 178 of file JetMonitor.h.
Referenced by bookHistograms(), and bookMESub().
|
private |
Definition at line 98 of file JetMonitor.h.
Referenced by bookHistograms(), and JetMonitor().
|
private |
Definition at line 99 of file JetMonitor.h.
|
private |
Definition at line 138 of file JetMonitor.h.
Referenced by bookHistograms(), and JetMonitor().
|
private |
Definition at line 137 of file JetMonitor.h.
Referenced by bookHistograms(), and JetMonitor().
|
private |
Definition at line 155 of file JetMonitor.h.
Referenced by bookMESub().
|
private |
Definition at line 152 of file JetMonitor.h.
|
private |
Definition at line 175 of file JetMonitor.h.
|
private |
Definition at line 145 of file JetMonitor.h.
|
private |
Definition at line 160 of file JetMonitor.h.
|
private |
Definition at line 168 of file JetMonitor.h.
|
private |
Definition at line 176 of file JetMonitor.h.
|
private |
Definition at line 161 of file JetMonitor.h.
|
private |
Definition at line 169 of file JetMonitor.h.
|
private |
Definition at line 154 of file JetMonitor.h.
|
private |
Definition at line 147 of file JetMonitor.h.
|
private |
Definition at line 148 of file JetMonitor.h.
Referenced by bookMESub().
|
private |
Definition at line 129 of file JetMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 126 of file JetMonitor.h.
|
private |
Definition at line 128 of file JetMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 125 of file JetMonitor.h.
|
private |
Definition at line 110 of file JetMonitor.h.
Referenced by bookMESub(), and JetMonitor().
|
private |
Definition at line 109 of file JetMonitor.h.
Referenced by JetMonitor().
|
private |
Definition at line 111 of file JetMonitor.h.
Referenced by bookMESub(), and JetMonitor().
|
private |
Definition at line 107 of file JetMonitor.h.
Referenced by analyze(), and JetMonitor().
|
private |
Definition at line 112 of file JetMonitor.h.
Referenced by bookMESub(), and JetMonitor().
|
private |
Definition at line 101 of file JetMonitor.h.
|
private |
Definition at line 105 of file JetMonitor.h.
|
private |
Definition at line 177 of file JetMonitor.h.
|
private |
Definition at line 162 of file JetMonitor.h.
|
private |
Definition at line 170 of file JetMonitor.h.
|
private |
Definition at line 135 of file JetMonitor.h.
|
private |
Definition at line 132 of file JetMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 102 of file JetMonitor.h.
|
private |
Definition at line 163 of file JetMonitor.h.
Referenced by bookMESub().
|
private |
Definition at line 171 of file JetMonitor.h.
Referenced by bookMESub().
|
private |
Definition at line 136 of file JetMonitor.h.
Referenced by analyze(), and JetMonitor().
|
private |
Definition at line 141 of file JetMonitor.h.
Referenced by analyze().
|
private |
Definition at line 142 of file JetMonitor.h.
Referenced by analyze().
|
private |
Definition at line 140 of file JetMonitor.h.
Referenced by analyze().