#include <METMonitor.h>
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 &, METME &me, const std::string &histname, const std::string &histtitle, int nbins, double xmin, double xmax) |
void | bookME (DQMStore::IBooker &, METME &me, const std::string &histname, const std::string &histtitle, const std::vector< double > &binningX) |
void | bookME (DQMStore::IBooker &, METME &me, const std::string &histname, const std::string &histtitle, int nbinsX, double xmin, double xmax, double ymin, double ymax) |
void | bookME (DQMStore::IBooker &, METME &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 &, METME &me, const std::string &histname, const std::string &histtitle, const std::vector< double > &binningX, const std::vector< double > &binningY) |
void | setMETitle (METME &me, std::string titleX, 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 (edm::ParameterSet pset) |
static MEbinning | getHistoPSet (edm::ParameterSet pset) |
Private Attributes | |
GenericTriggerEventFlag * | den_genTriggerEventFlag_ |
StringCutObjectSelector< reco::GsfElectron, true > | eleSelection_ |
edm::EDGetTokenT< reco::GsfElectronCollection > | eleToken_ |
std::string | folderName_ |
std::string | histoSuffix_ |
StringCutObjectSelector< reco::PFJet, true > | jetSelection_ |
edm::EDGetTokenT< reco::PFJetCollection > | jetToken_ |
MEbinning | ls_binning_ |
MEbinning | met_binning_ |
std::vector< double > | met_variable_binning_ |
METME | metME_ |
METME | metME_variableBinning_ |
METME | metPhiME_ |
StringCutObjectSelector< reco::MET, true > | metSelection_ |
edm::EDGetTokenT< reco::PFMETCollection > | metToken_ |
METME | metVsLS_ |
StringCutObjectSelector< reco::Muon, true > | muoSelection_ |
edm::EDGetTokenT< reco::MuonCollection > | muoToken_ |
int | nelectrons_ |
int | njets_ |
int | nmuons_ |
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 56 of file METMonitor.h.
METMonitor::METMonitor | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 19 of file METMonitor.cc.
References METME::denominator, metME_, metME_variableBinning_, metPhiME_, metVsLS_, and METME::numerator.
METMonitor::~METMonitor | ( | ) |
Definition at line 50 of file METMonitor.cc.
References den_genTriggerEventFlag_, and num_genTriggerEventFlag_.
|
overrideprotectedvirtual |
Implements edm::stream::EDAnalyzerBase.
Definition at line 155 of file METMonitor.cc.
References GenericTriggerEventFlag::accept(), den_genTriggerEventFlag_, METME::denominator, MillePedeFileConverter_cfg::e, genericTrackCleaner_cfi::electrons, eleSelection_, eleToken_, HcalObjRepresent::Fill(), edm::Event::getByToken(), edm::EventBase::id(), fwrapper::jets, jetSelection_, jetToken_, eostools::ls(), edm::EventID::luminosityBlock(), funct::m, RazorAnalyzer::met, metME_, metME_variableBinning_, metPhiME_, metSelection_, metToken_, metVsLS_, electronCleaner_cfi::muons, muoSelection_, muoToken_, nelectrons_, njets_, nmuons_, num_genTriggerEventFlag_, METME::numerator, GenericTriggerEventFlag::on(), phi, reco::LeafCandidate::phi(), and reco::LeafCandidate::pt().
|
overrideprotectedvirtual |
Implements DQMEDAnalyzer.
Definition at line 119 of file METMonitor.cc.
References bookME(), den_genTriggerEventFlag_, folderName_, GenericTriggerEventFlag::initRun(), ls_binning_, met_binning_, met_variable_binning_, metME_, metME_variableBinning_, metPhiME_, metVsLS_, MEbinning::nbins, num_genTriggerEventFlag_, GenericTriggerEventFlag::on(), phi_binning_, DQMStore::IBooker::setCurrentFolder(), setMETitle(), AlCaHLTBitMon_QueryRunRegistry::string, MEbinning::xmax, and MEbinning::xmin.
|
protected |
Definition at line 83 of file METMonitor.cc.
References DQMStore::IBooker::book1D(), METME::denominator, and METME::numerator.
Referenced by bookHistograms().
|
protected |
Definition at line 88 of file METMonitor.cc.
References DQMStore::IBooker::book1D(), METME::denominator, pileupCalc::nbins, and METME::numerator.
|
protected |
Definition at line 96 of file METMonitor.cc.
References DQMStore::IBooker::bookProfile(), METME::denominator, and METME::numerator.
|
protected |
Definition at line 101 of file METMonitor.cc.
References DQMStore::IBooker::book2D(), METME::denominator, and METME::numerator.
|
protected |
Definition at line 106 of file METMonitor.cc.
References DQMStore::IBooker::book2D(), METME::denominator, and METME::numerator.
|
static |
Definition at line 226 of file METMonitor.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 221 of file METMonitor.cc.
References edm::ParameterSetDescription::add().
Referenced by fillDescriptions().
|
static |
Definition at line 214 of file METMonitor.cc.
References edm::ParameterSetDescription::add().
Referenced by fillDescriptions().
|
staticprivate |
Definition at line 65 of file METMonitor.cc.
References edm::ParameterSet::getParameter().
|
staticprivate |
Definition at line 56 of file METMonitor.cc.
References edm::ParameterSet::getParameter().
|
protected |
Definition at line 74 of file METMonitor.cc.
References METME::denominator, METME::numerator, and MonitorElement::setAxisTitle().
Referenced by bookHistograms().
|
private |
Definition at line 99 of file METMonitor.h.
Referenced by analyze(), bookHistograms(), and ~METMonitor().
|
private |
Definition at line 103 of file METMonitor.h.
Referenced by analyze().
|
private |
Definition at line 86 of file METMonitor.h.
Referenced by analyze().
|
private |
Definition at line 81 of file METMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 82 of file METMonitor.h.
|
private |
Definition at line 102 of file METMonitor.h.
Referenced by analyze().
|
private |
Definition at line 85 of file METMonitor.h.
Referenced by analyze().
|
private |
Definition at line 91 of file METMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 90 of file METMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 89 of file METMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 93 of file METMonitor.h.
Referenced by analyze(), bookHistograms(), and METMonitor().
|
private |
Definition at line 94 of file METMonitor.h.
Referenced by analyze(), bookHistograms(), and METMonitor().
|
private |
Definition at line 96 of file METMonitor.h.
Referenced by analyze(), bookHistograms(), and METMonitor().
|
private |
Definition at line 101 of file METMonitor.h.
Referenced by analyze().
|
private |
Definition at line 84 of file METMonitor.h.
Referenced by analyze().
|
private |
Definition at line 95 of file METMonitor.h.
Referenced by analyze(), bookHistograms(), and METMonitor().
|
private |
Definition at line 104 of file METMonitor.h.
Referenced by analyze().
|
private |
Definition at line 87 of file METMonitor.h.
Referenced by analyze().
|
private |
Definition at line 106 of file METMonitor.h.
Referenced by analyze().
|
private |
Definition at line 105 of file METMonitor.h.
Referenced by analyze().
|
private |
Definition at line 107 of file METMonitor.h.
Referenced by analyze().
|
private |
Definition at line 98 of file METMonitor.h.
Referenced by analyze(), bookHistograms(), and ~METMonitor().