#include <ObjMonitor.h>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::one::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
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 |
Protected Member Functions inherited from edm::ProducerBase | |
ProducesCollector | producesCollector () |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
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) |
Private Member Functions | |
bool | looseJetId (const double &abseta, const double &NHF, const double &NEMF, const double &CHF, const double &CEMF, const unsigned &NumNeutralParticles, const unsigned &CHM) |
bool | tightJetId (const double &abseta, const double &NHF, const double &NEMF, const double &CHF, const double &CEMF, const unsigned &NumNeutralParticles, const unsigned &CHM) |
Additional Inherited Members | |
Public Types inherited from DQMEDAnalyzer | |
typedef dqm::reco::DQMStore | DQMStore |
typedef dqm::reco::MonitorElement | MonitorElement |
Public Types inherited from edm::one::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Protected Attributes inherited from DQMEDAnalyzer | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
Definition at line 53 of file ObjMonitor.h.
ObjMonitor::ObjMonitor | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 19 of file ObjMonitor.cc.
References do_hmg_, do_ht_, do_jet_, do_met_, hmgDQM_, htDQM_, METDQM::initialise(), HTDQM::initialise(), JetDQM::initialise(), HMesonGammaDQM::initialise(), jetDQM_, metDQM_, and ~ObjMonitor().
|
overridedefault |
Referenced by ObjMonitor().
|
overrideprotectedvirtual |
Reimplemented from DQMEDAnalyzer.
Definition at line 84 of file ObjMonitor.cc.
References funct::abs(), objects.autophobj::absIso, reco::TrackBase::charge(), HLT_2018_cff::CHF, PbPb_ZMuSkimMuonDPG_cff::deltaR, den_genTriggerEventFlag_, do_hmg_, do_ht_, do_jet_, do_met_, reco::TrackBase::dz(), MillePedeFileConverter_cfg::e, pwdgSkimBPark_cfi::electrons, eleSelection_, eleToken_, reco::TrackBase::eta(), METDQM::fillHistograms(), HTDQM::fillHistograms(), JetDQM::fillHistograms(), HMesonGammaDQM::fillHistograms(), edm::Event::getByToken(), hmgDQM_, htDQM_, htjetSelection_, mps_fire::i, edm::EventBase::id(), dqmiolumiharvest::j, jetDQM_, jetId_, singleTopDQM_cfi::jets, jetSelection_, jetToken_, dqmdumpme::k, looseJetId(), eostools::ls(), edm::EventID::luminosityBlock(), visualization-live-secondInstance_cfg::m, BTaggingMonitor_cfi::met, metDQM_, metSelection_, metToken_, PDWG_BPHSkim_cff::muons, muoSelection_, muoToken_, nelectrons_, HLT_2018_cff::NHF, njets_, nmesons_, nmuons_, nphotons_, num_genTriggerEventFlag_, phi, reco::LeafCandidate::phi(), reco::TrackBase::phi(), phoSelection_, phoToken_, BPHMonitor_cfi::photons, reco::LeafCandidate::pt(), reco::TrackBase::pt(), RandomServiceHelper::t1, RandomServiceHelper::t2, tightJetId(), trkSelection_, and trkToken_.
|
overrideprotectedvirtual |
Implements DQMEDAnalyzer.
Definition at line 64 of file ObjMonitor.cc.
References METDQM::bookHistograms(), HTDQM::bookHistograms(), JetDQM::bookHistograms(), HMesonGammaDQM::bookHistograms(), den_genTriggerEventFlag_, do_hmg_, do_ht_, do_jet_, do_met_, folderName_, hmgDQM_, htDQM_, jetDQM_, metDQM_, num_genTriggerEventFlag_, dqm::dqmstoreimpl::DQMStore::IBooker::setCurrentFolder(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
static |
Definition at line 265 of file ObjMonitor.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), DEFINE_FWK_MODULE, HMesonGammaDQM::fillHmgDescription(), HTDQM::fillHtDescription(), JetDQM::fillJetDescription(), METDQM::fillMetDescription(), SiStripSourceConfigTier0_cff::genericTriggerEventPSet, LumiMonitor_cff::histoPSet, HLT_2018_cff::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
|
private |
|
private |
Definition at line 103 of file ObjMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 99 of file ObjMonitor.h.
Referenced by analyze(), bookHistograms(), and ObjMonitor().
|
private |
Definition at line 97 of file ObjMonitor.h.
Referenced by analyze(), bookHistograms(), and ObjMonitor().
|
private |
Definition at line 95 of file ObjMonitor.h.
Referenced by analyze(), bookHistograms(), and ObjMonitor().
|
private |
Definition at line 93 of file ObjMonitor.h.
Referenced by analyze(), bookHistograms(), and ObjMonitor().
|
private |
Definition at line 109 of file ObjMonitor.h.
Referenced by analyze().
|
private |
Definition at line 86 of file ObjMonitor.h.
Referenced by analyze().
|
private |
Definition at line 81 of file ObjMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 82 of file ObjMonitor.h.
|
private |
Definition at line 100 of file ObjMonitor.h.
Referenced by analyze(), bookHistograms(), and ObjMonitor().
|
private |
Definition at line 98 of file ObjMonitor.h.
Referenced by analyze(), bookHistograms(), and ObjMonitor().
|
private |
Definition at line 108 of file ObjMonitor.h.
Referenced by analyze().
|
private |
Definition at line 96 of file ObjMonitor.h.
Referenced by analyze(), bookHistograms(), and ObjMonitor().
|
private |
Definition at line 107 of file ObjMonitor.h.
Referenced by analyze().
|
private |
Definition at line 106 of file ObjMonitor.h.
Referenced by analyze().
|
private |
Definition at line 85 of file ObjMonitor.h.
Referenced by analyze().
|
private |
Definition at line 94 of file ObjMonitor.h.
Referenced by analyze(), bookHistograms(), and ObjMonitor().
|
private |
Definition at line 105 of file ObjMonitor.h.
Referenced by analyze().
|
private |
Definition at line 84 of file ObjMonitor.h.
Referenced by analyze().
|
private |
Definition at line 110 of file ObjMonitor.h.
Referenced by analyze().
|
private |
Definition at line 87 of file ObjMonitor.h.
Referenced by analyze().
|
private |
Definition at line 115 of file ObjMonitor.h.
Referenced by analyze().
|
private |
Definition at line 114 of file ObjMonitor.h.
Referenced by analyze().
|
private |
Definition at line 118 of file ObjMonitor.h.
Referenced by analyze().
|
private |
Definition at line 116 of file ObjMonitor.h.
Referenced by analyze().
|
private |
Definition at line 117 of file ObjMonitor.h.
Referenced by analyze().
|
private |
Definition at line 102 of file ObjMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 111 of file ObjMonitor.h.
Referenced by analyze().
|
private |
Definition at line 88 of file ObjMonitor.h.
Referenced by analyze().
|
private |
Definition at line 112 of file ObjMonitor.h.
Referenced by analyze().
|
private |
Definition at line 89 of file ObjMonitor.h.
Referenced by analyze().