#include <JetMonitor.h>
Classes | |
struct | JetME |
struct | MEbinning |
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) |
void | FillME (JetME *a_me, double pt_, double phi_, double eta_, int ls_, const std::string &denu) |
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) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Static Private Member Functions | |
static MEbinning | getHistoLSPSet (const edm::ParameterSet &pset) |
static MEbinning | getHistoPSet (const edm::ParameterSet &pset) |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > > | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Public Types inherited from edm::stream::EDAnalyzerBase | |
typedef EDAnalyzerAdaptorBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Definition at line 49 of file JetMonitor.h.
JetMonitor::JetMonitor | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 17 of file JetMonitor.cc.
References folderName_, getHistoLSPSet(), 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().
|
overrideprotectedvirtual |
Implements edm::stream::EDAnalyzerBase.
Definition at line 151 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_, jetHEM17_AbsEtaVsPhi_, jetHEP17_AbsEta_, jetHEP17_AbsEtaVsPhi_, jetSrc_, eostools::ls(), edm::EventID::luminosityBlock(), num_genTriggerEventFlag_, JetMonitor::JetME::numerator, ptcut_, v_jeteta, v_jetphi, and v_jetpt.
|
overrideprotectedvirtual |
Implements DQMEDAnalyzer.
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_, jetHEM17_AbsEtaVsPhi_, jetHEP17_AbsEta_, jetHEP17_AbsEtaVsPhi_, JetMonitor::MEbinning::nbins, num_genTriggerEventFlag_, phi_binning_hep17_, 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 414 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 273 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 268 of file JetMonitor.cc.
References edm::ParameterSetDescription::add().
Referenced by fillDescriptions().
|
static |
Definition at line 261 of file JetMonitor.cc.
References edm::ParameterSetDescription::add().
Referenced by fillDescriptions().
|
protected |
Definition at line 382 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().
Referenced by JetMonitor().
|
staticprivate |
Definition at line 38 of file JetMonitor.cc.
References edm::ParameterSet::getParameter().
Referenced by JetMonitor().
|
protected |
Definition at line 326 of file JetMonitor.cc.
References convertSQLitetoXML_cfg::output.
Referenced by analyze().
|
protected |
Definition at line 333 of file JetMonitor.cc.
References convertSQLitetoXML_cfg::output.
Referenced by analyze().
|
protected |
For Hcal Endcap Plus Area.
Definition at line 339 of file JetMonitor.cc.
References convertSQLitetoXML_cfg::output.
Referenced by analyze().
|
protected |
For Hcal Forward Plus Area.
Definition at line 346 of file JetMonitor.cc.
References convertSQLitetoXML_cfg::output.
Referenced by analyze().
|
protected |
For Hcal HEM17 Area.
Definition at line 360 of file JetMonitor.cc.
References convertSQLitetoXML_cfg::output.
Referenced by analyze().
|
protected |
For Hcal HEP17 Area.
Definition at line 352 of file JetMonitor.cc.
References convertSQLitetoXML_cfg::output.
Referenced by analyze().
|
protected |
For Hcal HEP18 Area.
Definition at line 367 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 180 of file JetMonitor.h.
Referenced by bookMESub().
|
private |
Definition at line 176 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 153 of file JetMonitor.h.
Referenced by bookMESub().
|
private |
Definition at line 151 of file JetMonitor.h.
|
private |
Definition at line 173 of file JetMonitor.h.
|
private |
Definition at line 145 of file JetMonitor.h.
|
private |
Definition at line 158 of file JetMonitor.h.
|
private |
Definition at line 166 of file JetMonitor.h.
|
private |
Definition at line 174 of file JetMonitor.h.
|
private |
Definition at line 159 of file JetMonitor.h.
|
private |
Definition at line 167 of file JetMonitor.h.
|
private |
Definition at line 152 of file JetMonitor.h.
|
private |
Definition at line 146 of file JetMonitor.h.
|
private |
Definition at line 147 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.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 128 of file JetMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 125 of file JetMonitor.h.
Referenced by analyze(), and bookHistograms().
|
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 175 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 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 161 of file JetMonitor.h.
Referenced by bookHistograms(), and bookMESub().
|
private |
Definition at line 169 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().