![]() |
![]() |
#include <METMonitor.h>
Classes | |
struct | MEbinning |
struct | METME |
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, const std::string &titleX, const std::string &titleY) |
![]() | |
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) |
Private Attributes | |
METME | deltaphij1j2ME_ |
METME | deltaphimetj1ME_ |
std::unique_ptr< 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_ |
unsigned | nelectrons_ |
unsigned | njets_ |
unsigned | nmuons_ |
std::unique_ptr< GenericTriggerEventFlag > | num_genTriggerEventFlag_ |
edm::EDGetTokenT< reco::VertexCollection > | vtxToken_ |
Static Private Attributes | |
static double | MAX_PHI = 3.2 |
static int | N_PHI = 64 |
static MEbinning | phi_binning_ |
Additional Inherited Members | |
![]() | |
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 |
![]() | |
typedef EDAnalyzerAdaptorBase | ModuleType |
![]() | |
typedef ProductLabels | Labels |
Definition at line 49 of file METMonitor.h.
METMonitor::METMonitor | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 15 of file METMonitor.cc.
References ~METMonitor().
|
overridedefault |
Referenced by METMonitor().
|
overrideprotectedvirtual |
Implements edm::stream::EDAnalyzerBase.
Definition at line 146 of file METMonitor.cc.
References hiPixelPairStep_cff::deltaPhi, deltaphij1j2ME_, deltaphimetj1ME_, den_genTriggerEventFlag_, METMonitor::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_, METMonitor::METME::numerator, phi, reco::LeafCandidate::phi(), reco::Vertex::position(), reco::LeafCandidate::pt(), findQualityFiles::v, badGlobalMuonTaggersAOD_cff::vtx, and vtxToken_.
|
overrideprotectedvirtual |
Implements DQMEDAnalyzer.
Definition at line 102 of file METMonitor.cc.
References bookME(), deltaphij1j2ME_, deltaphimetj1ME_, den_genTriggerEventFlag_, folderName_, ls_binning_, met_binning_, met_variable_binning_, metME_, metME_variableBinning_, metPhiME_, metVsLS_, METMonitor::MEbinning::nbins, num_genTriggerEventFlag_, phi_binning_, DQMStore::IBooker::setCurrentFolder(), setMETitle(), AlCaHLTBitMon_QueryRunRegistry::string, METMonitor::MEbinning::xmax, and METMonitor::MEbinning::xmin.
|
protected |
Definition at line 66 of file METMonitor.cc.
References DQMStore::IBooker::book1D(), METMonitor::METME::denominator, and METMonitor::METME::numerator.
Referenced by bookHistograms().
|
protected |
Definition at line 71 of file METMonitor.cc.
References DQMStore::IBooker::book1D(), METMonitor::METME::denominator, pileupCalc::nbins, and METMonitor::METME::numerator.
|
protected |
Definition at line 79 of file METMonitor.cc.
References DQMStore::IBooker::bookProfile(), METMonitor::METME::denominator, and METMonitor::METME::numerator.
|
protected |
Definition at line 84 of file METMonitor.cc.
References DQMStore::IBooker::book2D(), METMonitor::METME::denominator, and METMonitor::METME::numerator.
|
protected |
Definition at line 89 of file METMonitor.cc.
References DQMStore::IBooker::book2D(), METMonitor::METME::denominator, and METMonitor::METME::numerator.
|
static |
Definition at line 235 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 230 of file METMonitor.cc.
References edm::ParameterSetDescription::add().
Referenced by fillDescriptions().
|
static |
Definition at line 223 of file METMonitor.cc.
References edm::ParameterSetDescription::add().
Referenced by fillDescriptions().
|
staticprivate |
Definition at line 48 of file METMonitor.cc.
References edm::ParameterSet::getParameter().
|
staticprivate |
Definition at line 39 of file METMonitor.cc.
References edm::ParameterSet::getParameter().
|
protected |
Definition at line 57 of file METMonitor.cc.
References METMonitor::METME::denominator, METMonitor::METME::numerator, and MonitorElement::setAxisTitle().
Referenced by bookHistograms().
|
private |
Definition at line 106 of file METMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 105 of file METMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 109 of file METMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 113 of file METMonitor.h.
Referenced by analyze().
|
private |
Definition at line 93 of file METMonitor.h.
Referenced by analyze().
|
private |
Definition at line 88 of file METMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 89 of file METMonitor.h.
|
private |
Definition at line 112 of file METMonitor.h.
Referenced by analyze().
|
private |
Definition at line 92 of file METMonitor.h.
Referenced by analyze().
|
private |
Definition at line 99 of file METMonitor.h.
Referenced by bookHistograms().
|
staticprivate |
Definition at line 120 of file METMonitor.h.
|
private |
Definition at line 98 of file METMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 97 of file METMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 101 of file METMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 102 of file METMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 104 of file METMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 111 of file METMonitor.h.
Referenced by analyze().
|
private |
Definition at line 91 of file METMonitor.h.
Referenced by analyze().
|
private |
Definition at line 103 of file METMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 114 of file METMonitor.h.
Referenced by analyze().
|
private |
Definition at line 94 of file METMonitor.h.
Referenced by analyze().
|
staticprivate |
Definition at line 121 of file METMonitor.h.
|
private |
Definition at line 117 of file METMonitor.h.
Referenced by analyze().
|
private |
Definition at line 116 of file METMonitor.h.
Referenced by analyze().
|
private |
Definition at line 118 of file METMonitor.h.
Referenced by analyze().
|
private |
Definition at line 108 of file METMonitor.h.
Referenced by analyze(), and bookHistograms().
|
staticprivate |
Definition at line 122 of file METMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 95 of file METMonitor.h.
Referenced by analyze().