Public Member Functions | |
DiDispStaMuonMonitor (const edm::ParameterSet &) | |
~DiDispStaMuonMonitor () 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 |
Private Attributes | |
std::unique_ptr< GenericTriggerEventFlag > | den_genTriggerEventFlag_ |
const std::string | folderName_ |
bool | hltPathsAreValid_ |
MEbinning | ls_binning_ |
MEbinning | muonDxy_binning_ |
ObjME | muonDxyME_ |
MEbinning | muonEta_binning_ |
ObjME | muonEtaME_ |
MEbinning | muonPhi_binning_ |
ObjME | muonPhiME_ |
MEbinning | muonPt_binning_ |
std::vector< double > | muonPt_variable_binning_ |
ObjME | muonPtME_ |
ObjME | muonPtME_variableBinning_ |
ObjME | muonPtNoDxyCutME_ |
ObjME | muonPtVsLS_ |
StringCutObjectSelector< reco::Track, true > | muonSelectionDxy_ |
StringCutObjectSelector< reco::Track, true > | muonSelectionGeneral_ |
StringCutObjectSelector< reco::Track, true > | muonSelectionPt_ |
edm::EDGetTokenT< reco::TrackCollection > | muonToken_ |
unsigned int | nmuons_ |
std::unique_ptr< GenericTriggerEventFlag > | num_genTriggerEventFlag_ |
const bool | requireValidHLTPaths_ |
ObjME | subMuonDxyME_ |
ObjME | subMuonEtaME_ |
ObjME | subMuonPhiME_ |
ObjME | subMuonPtME_ |
ObjME | subMuonPtME_variableBinning_ |
Additional Inherited Members | |
Protected Attributes inherited from DQMEDAnalyzer | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
unsigned int | streamId_ |
Definition at line 16 of file DiDispStaMuonMonitor.cc.
Definition at line 19 of file DiDispStaMuonMonitor.cc.
Definition at line 18 of file DiDispStaMuonMonitor.cc.
DiDispStaMuonMonitor::DiDispStaMuonMonitor | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 67 of file DiDispStaMuonMonitor.cc.
|
override |
Definition at line 94 of file DiDispStaMuonMonitor.cc.
References den_genTriggerEventFlag_, and num_genTriggerEventFlag_.
|
overrideprotectedvirtual |
Reimplemented from DQMEDAnalyzer.
Definition at line 230 of file DiDispStaMuonMonitor.cc.
References den_genTriggerEventFlag_, TriggerDQMBase::ObjME::denominator, PVValHelper::dxy, PVValHelper::eta, dqm::impl::MonitorElement::Fill(), hltPathsAreValid_, mps_fire::i, iEvent, eostools::ls(), visualization-live-secondInstance_cfg::m, muonDxyME_, muonEtaME_, muonPhiME_, muonPtME_, muonPtME_variableBinning_, muonPtNoDxyCutME_, muonPtVsLS_, PDWG_BPHSkim_cff::muons, muonSelectionDxy_, muonSelectionGeneral_, muonSelectionPt_, muonToken_, nmuons_, num_genTriggerEventFlag_, TriggerDQMBase::ObjME::numerator, phi, DiDispStaMuonMonitor_cfi::pt, reco::TrackBase::pt(), requireValidHLTPaths_, jetUpdater_cfi::sort, subMuonDxyME_, subMuonEtaME_, subMuonPhiME_, subMuonPtME_, and subMuonPtME_variableBinning_.
|
overrideprotectedvirtual |
Implements DQMEDAnalyzer.
Definition at line 103 of file DiDispStaMuonMonitor.cc.
References TriggerDQMBase::bookME(), den_genTriggerEventFlag_, folderName_, hltPathsAreValid_, ls_binning_, muonDxy_binning_, muonDxyME_, muonEta_binning_, muonEtaME_, muonPhi_binning_, muonPhiME_, muonPt_binning_, muonPt_variable_binning_, muonPtME_, muonPtME_variableBinning_, muonPtNoDxyCutME_, muonPtVsLS_, TriggerDQMBase::MEbinning::nbins, nmuons_, num_genTriggerEventFlag_, requireValidHLTPaths_, dqm::implementation::NavigatorBase::setCurrentFolder(), TriggerDQMBase::setMETitle(), AlCaHLTBitMon_QueryRunRegistry::string, subMuonDxyME_, subMuonEtaME_, subMuonPhiME_, subMuonPtME_, subMuonPtME_variableBinning_, TriggerDQMBase::MEbinning::xmax, and TriggerDQMBase::MEbinning::xmin.
|
static |
Definition at line 346 of file DiDispStaMuonMonitor.cc.
References edm::ConfigurationDescriptions::add(), trigObjTnPSource_cfi::bins, submitPVResolutionJobs::desc, TriggerDQMBase::fillHistoPSetDescription(), SiStripSourceConfigTier0_cff::genericTriggerEventPSet, LumiMonitor_cff::histoPSet, HLT_FULL_cff::InputTag, LumiMonitor_cff::lsPSet, DiDispStaMuonMonitor_cfi::muonDxyPSet, DiDispStaMuonMonitor_cfi::muonEtaPSet, DiDispStaMuonMonitor_cfi::muonPhiPSet, DiDispStaMuonMonitor_cfi::muonPtPSet, DiDispStaMuonMonitor_cfi::muonSelection, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 58 of file DiDispStaMuonMonitor.cc.
Referenced by analyze(), bookHistograms(), and ~DiDispStaMuonMonitor().
|
private |
Definition at line 30 of file DiDispStaMuonMonitor.cc.
Referenced by bookHistograms().
|
private |
Definition at line 33 of file DiDispStaMuonMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 42 of file DiDispStaMuonMonitor.cc.
Referenced by bookHistograms().
|
private |
Definition at line 41 of file DiDispStaMuonMonitor.cc.
Referenced by bookHistograms().
|
private |
Definition at line 50 of file DiDispStaMuonMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 39 of file DiDispStaMuonMonitor.cc.
Referenced by bookHistograms().
|
private |
Definition at line 48 of file DiDispStaMuonMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 40 of file DiDispStaMuonMonitor.cc.
Referenced by bookHistograms().
|
private |
Definition at line 49 of file DiDispStaMuonMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 38 of file DiDispStaMuonMonitor.cc.
Referenced by bookHistograms().
|
private |
Definition at line 37 of file DiDispStaMuonMonitor.cc.
Referenced by bookHistograms().
|
private |
Definition at line 44 of file DiDispStaMuonMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 46 of file DiDispStaMuonMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 45 of file DiDispStaMuonMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 47 of file DiDispStaMuonMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 62 of file DiDispStaMuonMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 60 of file DiDispStaMuonMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 61 of file DiDispStaMuonMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 35 of file DiDispStaMuonMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 64 of file DiDispStaMuonMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 57 of file DiDispStaMuonMonitor.cc.
Referenced by analyze(), bookHistograms(), and ~DiDispStaMuonMonitor().
|
private |
Definition at line 32 of file DiDispStaMuonMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 55 of file DiDispStaMuonMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 53 of file DiDispStaMuonMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 54 of file DiDispStaMuonMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 51 of file DiDispStaMuonMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 52 of file DiDispStaMuonMonitor.cc.
Referenced by analyze(), and bookHistograms().