#include <ObjMonitor.h>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from DQMEDAnalyzer | |
static std::shared_ptr< dqmDetails::NoCache > | globalBeginLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *) |
static std::shared_ptr< dqmDetails::NoCache > | globalBeginRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *) |
static void | globalEndLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *, dqmDetails::NoCache *) |
static void | globalEndRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *, dqmDetails::NoCache *) |
Static Public Member Functions inherited from edm::stream::EDAnalyzerBase | |
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::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) |
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) |
Private Attributes | |
std::unique_ptr< GenericTriggerEventFlag > | den_genTriggerEventFlag_ |
bool | do_ht_ |
bool | do_jet_ |
bool | do_met_ |
StringCutObjectSelector< reco::GsfElectron, true > | eleSelection_ |
edm::EDGetTokenT< reco::GsfElectronCollection > | eleToken_ |
std::string | folderName_ |
std::string | histoSuffix_ |
HTDQM | htDQM_ |
StringCutObjectSelector< reco::PFJet, true > | htjetSelection_ |
JetDQM | jetDQM_ |
std::string | jetId_ |
StringCutObjectSelector< reco::PFJet, true > | jetSelection_ |
edm::EDGetTokenT< reco::PFJetCollection > | jetToken_ |
METDQM | metDQM_ |
StringCutObjectSelector< reco::MET, true > | metSelection_ |
edm::EDGetTokenT< reco::PFMETCollection > | metToken_ |
StringCutObjectSelector< reco::Muon, true > | muoSelection_ |
edm::EDGetTokenT< reco::MuonCollection > | muoToken_ |
int | nelectrons_ |
int | njets_ |
int | nmuons_ |
std::unique_ptr< GenericTriggerEventFlag > | num_genTriggerEventFlag_ |
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 53 of file ObjMonitor.h.
ObjMonitor::ObjMonitor | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 18 of file ObjMonitor.cc.
References do_ht_, do_jet_, do_met_, htDQM_, METDQM::initialise(), HTDQM::initialise(), JetDQM::initialise(), jetDQM_, metDQM_, and ~ObjMonitor().
|
overridedefault |
Referenced by ObjMonitor().
|
overrideprotectedvirtual |
Implements edm::stream::EDAnalyzerBase.
Definition at line 70 of file ObjMonitor.cc.
References funct::abs(), den_genTriggerEventFlag_, do_ht_, do_jet_, do_met_, MillePedeFileConverter_cfg::e, electrons_cff::electrons, eleSelection_, eleToken_, METDQM::fillHistograms(), HTDQM::fillHistograms(), JetDQM::fillHistograms(), edm::Event::getByToken(), htDQM_, htjetSelection_, edm::EventBase::id(), jetDQM_, jetId_, fwrapper::jets, jetSelection_, jetToken_, looseJetId(), eostools::ls(), edm::EventID::luminosityBlock(), funct::m, RazorAnalyzer::met, metDQM_, metSelection_, metToken_, extraflags_cff::muons, muoSelection_, muoToken_, nelectrons_, njets_, nmuons_, num_genTriggerEventFlag_, phi, reco::LeafCandidate::phi(), reco::LeafCandidate::pt(), and tightJetId().
|
overrideprotectedvirtual |
Implements DQMEDAnalyzer.
Definition at line 52 of file ObjMonitor.cc.
References METDQM::bookHistograms(), HTDQM::bookHistograms(), JetDQM::bookHistograms(), den_genTriggerEventFlag_, do_ht_, do_jet_, do_met_, folderName_, htDQM_, jetDQM_, metDQM_, num_genTriggerEventFlag_, DQMStore::IBooker::setCurrentFolder(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
static |
Definition at line 175 of file ObjMonitor.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), DEFINE_FWK_MODULE, HTDQM::fillHtDescription(), JetDQM::fillJetDescription(), METDQM::fillMetDescription(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 135 of file ObjMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 155 of file ObjMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 102 of file ObjMonitor.h.
Referenced by analyze(), and bookHistograms().
|
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 108 of file ObjMonitor.h.
Referenced by analyze().
|
private |
Definition at line 88 of file ObjMonitor.h.
Referenced by analyze().
|
private |
Definition at line 83 of file ObjMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 84 of file ObjMonitor.h.
|
private |
Definition at line 98 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 96 of file ObjMonitor.h.
Referenced by analyze(), bookHistograms(), and ObjMonitor().
|
private |
Definition at line 106 of file ObjMonitor.h.
Referenced by analyze().
|
private |
Definition at line 105 of file ObjMonitor.h.
Referenced by analyze().
|
private |
Definition at line 87 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 104 of file ObjMonitor.h.
Referenced by analyze().
|
private |
Definition at line 86 of file ObjMonitor.h.
Referenced by analyze().
|
private |
Definition at line 109 of file ObjMonitor.h.
Referenced by analyze().
|
private |
Definition at line 89 of file ObjMonitor.h.
Referenced by analyze().
|
private |
Definition at line 111 of file ObjMonitor.h.
Referenced by analyze().
|
private |
Definition at line 110 of file ObjMonitor.h.
Referenced by analyze().
|
private |
Definition at line 112 of file ObjMonitor.h.
Referenced by analyze().
|
private |
Definition at line 101 of file ObjMonitor.h.
Referenced by analyze(), and bookHistograms().