Public Member Functions | |
METMonitor (const edm::ParameterSet &) | |
~METMonitor () override throw () | |
Public Member Functions inherited from DQMEDAnalyzer | |
void | accumulate (edm::Event const &event, edm::EventSetup const &setup) final |
void | beginLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &setup) final |
void | beginRun (edm::Run const &run, edm::EventSetup const &setup) final |
void | beginStream (edm::StreamID id) final |
virtual void | dqmBeginRun (edm::Run const &, edm::EventSetup const &) |
DQMEDAnalyzer () | |
void | endLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &setup) final |
void | endRun (edm::Run const &run, edm::EventSetup const &setup) final |
virtual bool | getCanSaveByLumi () |
Public Member Functions inherited from edm::stream::EDProducer< edm::GlobalCache< DQMEDAnalyzerGlobalCache >, edm::EndRunProducer, edm::EndLuminosityBlockProducer, edm::Accumulator > | |
EDProducer ()=default | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
Public Member Functions inherited from TriggerDQMBase | |
void | bookME (DQMStore::IBooker &, ObjME &me, const std::string &histname, const std::string &histtitle, const std::vector< double > &binningX, const bool bookDen=true) |
void | bookME (DQMStore::IBooker &, ObjME &me, const std::string &histname, const std::string &histtitle, const std::vector< double > &binningX, const std::vector< double > &binningY, const bool bookDen=true) |
void | bookME (DQMStore::IBooker &, ObjME &me, const std::string &histname, const std::string &histtitle, const uint nbins, const double xmin, const double xmax, const bool bookDen=true) |
void | bookME (DQMStore::IBooker &, ObjME &me, const std::string &histname, const std::string &histtitle, const uint nbinsX, const double xmin, const double xmax, const double ymin, const double ymax, const bool bookDen=true) |
void | bookME (DQMStore::IBooker &, ObjME &me, const std::string &histname, const std::string &histtitle, const uint nbinsX, const double xmin, const double xmax, const uint nbinsY, const double ymin, const double ymax, const bool bookDen=true) |
void | setMETitle (ObjME &me, const std::string &titleX, const std::string &titleY) |
TriggerDQMBase ()=default | |
virtual | ~TriggerDQMBase ()=default |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from DQMEDAnalyzer | |
static void | globalEndJob (DQMEDAnalyzerGlobalCache const *) |
static void | globalEndLuminosityBlockProduce (edm::LuminosityBlock &lumi, edm::EventSetup const &setup, LuminosityBlockContext const *context) |
static void | globalEndRunProduce (edm::Run &run, edm::EventSetup const &setup, RunContext const *context) |
static std::unique_ptr< DQMEDAnalyzerGlobalCache > | initializeGlobalCache (edm::ParameterSet const &) |
Static Public Member Functions inherited from TriggerDQMBase | |
static void | fillHistoLSPSetDescription (edm::ParameterSetDescription &pset) |
static void | fillHistoPSetDescription (edm::ParameterSetDescription &pset) |
static MEbinning | getHistoLSPSet (const edm::ParameterSet &pset) |
static MEbinning | getHistoPSet (const edm::ParameterSet &pset) |
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 DQMEDAnalyzer | |
uint64_t | meId () const |
Static Private Attributes | |
static constexpr double | MAX_PHI = 3.2 |
static constexpr int | N_PHI = 64 |
static constexpr MEbinning | phi_binning_ {N_PHI, -MAX_PHI, MAX_PHI} |
Additional Inherited Members | |
Protected Attributes inherited from DQMEDAnalyzer | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
unsigned int | streamId_ |
Definition at line 27 of file METMonitor.cc.
Definition at line 30 of file METMonitor.cc.
Definition at line 29 of file METMonitor.cc.
METMonitor::METMonitor | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 88 of file METMonitor.cc.
References warningPrinted4token_.
|
override |
Definition at line 127 of file METMonitor.cc.
References den_genTriggerEventFlag_, and num_genTriggerEventFlag_.
|
overrideprotectedvirtual |
Reimplemented from DQMEDAnalyzer.
Definition at line 200 of file METMonitor.cc.
References SiPixelRawToDigiRegional_cfi::deltaPhi, deltaphij1j2ME_, deltaphimetj1ME_, den_genTriggerEventFlag_, TriggerDQMBase::ObjME::denominator, MillePedeFileConverter_cfg::e, pwdgSkimBPark_cfi::electrons, eleInputTag_, eleSelection_, eleToken_, dqm::impl::MonitorElement::Fill(), hltPathsAreValid_, iEvent, edm::HandleBase::isValid(), dqmiolumiharvest::j, jetInputTag_, singleTopDQM_cfi::jets, jetSelection_, jetToken_, edm::InputTag::label(), eostools::ls(), visualization-live-secondInstance_cfg::m, BTaggingMonitor_cfi::met, metInputTag_, metME_, metME_variableBinning_, metPhiME_, metSelection_, metToken_, metVsLS_, muoInputTag_, PDWG_BPHSkim_cff::muons, muoSelection_, muoToken_, nelectrons_, njets_, nmuons_, num_genTriggerEventFlag_, TriggerDQMBase::ObjME::numerator, phi, reco::LeafCandidate::phi(), reco::LeafCandidate::pt(), requireValidHLTPaths_, findQualityFiles::v, extraflags_cff::vtx, vtxInputTag_, vtxToken_, and warningPrinted4token_.
|
overrideprotectedvirtual |
Implements DQMEDAnalyzer.
Definition at line 136 of file METMonitor.cc.
References TriggerDQMBase::bookME(), deltaphij1j2ME_, deltaphimetj1ME_, den_genTriggerEventFlag_, folderName_, hltPathsAreValid_, ls_binning_, met_binning_, met_variable_binning_, metME_, metME_variableBinning_, metPhiME_, metVsLS_, TriggerDQMBase::MEbinning::nbins, num_genTriggerEventFlag_, phi_binning_, requireValidHLTPaths_, dqm::implementation::NavigatorBase::setCurrentFolder(), TriggerDQMBase::setMETitle(), AlCaHLTBitMon_QueryRunRegistry::string, TriggerDQMBase::MEbinning::xmax, and TriggerDQMBase::MEbinning::xmin.
|
static |
Definition at line 363 of file METMonitor.cc.
References edm::ConfigurationDescriptions::add(), trigObjTnPSource_cfi::bins, submitPVResolutionJobs::desc, TriggerDQMBase::fillHistoLSPSetDescription(), TriggerDQMBase::fillHistoPSetDescription(), SiStripSourceConfigTier0_cff::genericTriggerEventPSet, LumiMonitor_cff::histoPSet, HLT_FULL_cff::InputTag, LumiMonitor_cff::lsPSet, BTaggingMonitor_cfi::metPSet, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 67 of file METMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 66 of file METMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 70 of file METMonitor.cc.
Referenced by analyze(), bookHistograms(), and ~METMonitor().
|
private |
Definition at line 48 of file METMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 74 of file METMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 54 of file METMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 41 of file METMonitor.cc.
Referenced by bookHistograms().
|
private |
Definition at line 44 of file METMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 47 of file METMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 73 of file METMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 53 of file METMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 60 of file METMonitor.cc.
Referenced by bookHistograms().
|
staticconstexprprivate |
Definition at line 81 of file METMonitor.cc.
|
private |
Definition at line 59 of file METMonitor.cc.
Referenced by bookHistograms().
|
private |
Definition at line 58 of file METMonitor.cc.
Referenced by bookHistograms().
|
private |
Definition at line 46 of file METMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 62 of file METMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 63 of file METMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 65 of file METMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 72 of file METMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 52 of file METMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 64 of file METMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 49 of file METMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 75 of file METMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 55 of file METMonitor.cc.
Referenced by analyze().
|
staticconstexprprivate |
Definition at line 82 of file METMonitor.cc.
|
private |
Definition at line 78 of file METMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 77 of file METMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 79 of file METMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 69 of file METMonitor.cc.
Referenced by analyze(), bookHistograms(), and ~METMonitor().
Definition at line 83 of file METMonitor.cc.
Referenced by bookHistograms().
|
private |
Definition at line 43 of file METMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 50 of file METMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 56 of file METMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 85 of file METMonitor.cc.
Referenced by analyze(), and METMonitor().