Public Member Functions | |
MuonMonitor (const edm::ParameterSet &) | |
~MuonMonitor () 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 | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
Public Member Functions inherited from TriggerDQMBase | |
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 std::vector< double > &binningX, 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 | 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 | 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_dxy = 2.5 |
static constexpr double | MAX_ETA = 2.4 |
static constexpr double | MAX_PHI = 3.2 |
static constexpr int | N_dxy = 50 |
static constexpr int | N_ETA = 68 |
static constexpr int | N_PHI = 64 |
Additional Inherited Members | |
Protected Attributes inherited from DQMEDAnalyzer | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
unsigned int | streamId_ |
Definition at line 24 of file MuonMonitor.cc.
Definition at line 27 of file MuonMonitor.cc.
Definition at line 26 of file MuonMonitor.cc.
MuonMonitor::MuonMonitor | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 95 of file MuonMonitor.cc.
|
override |
Definition at line 129 of file MuonMonitor.cc.
References den_genTriggerEventFlag_, and num_genTriggerEventFlag_.
|
overrideprotectedvirtual |
Reimplemented from DQMEDAnalyzer.
Definition at line 245 of file MuonMonitor.cc.
References den_genTriggerEventFlag_, TriggerDQMBase::ObjME::denominator, PVValHelper::dxy, PVValHelper::dz, MillePedeFileConverter_cfg::e, pwdgSkimBPark_cfi::electrons, eleEta_muEta_, eleEtaME_, eleME_variableBinning_, elePt_muPt_, eleSelection_, eleToken_, PVValHelper::eta, dqm::impl::MonitorElement::Fill(), hltPathsAreValid_, iEvent, eostools::ls(), metSelection_, metToken_, muondxy_, muondz_, muonEtaME_, muonEtaPhiME_, muonME_, muonME_variableBinning_, muonPhiME_, DiMuonV_cfg::muons, muonSelection_, muonToken_, muonVsLS_, nelectrons_, nmuons_, num_genTriggerEventFlag_, TriggerDQMBase::ObjME::numerator, AlCaHLTBitMon_ParallelJobs::p, phi, DiDispStaMuonMonitor_cfi::pt, MetAnalyzer::pv(), requireValidHLTPaths_, findQualityFiles::v, and vtxToken_.
|
overrideprotectedvirtual |
Implements DQMEDAnalyzer.
Definition at line 138 of file MuonMonitor.cc.
References TriggerDQMBase::bookME(), den_genTriggerEventFlag_, dxy_binning_, eleEta_muEta_, eleEta_variable_binning_2D_, eleEtaME_, eleME_variableBinning_, elePt_muPt_, elePt_variable_binning_2D_, eta_binning_, folderName_, hltPathsAreValid_, ls_binning_, muEta_variable_binning_2D_, muon_binning_, muon_variable_binning_, muondxy_, muondz_, muoneta_variable_binning_, muonEtaME_, muonEtaME_variableBinning_, muonEtaPhiME_, muonME_, muonME_variableBinning_, muonPhiME_, muonVsLS_, muPt_variable_binning_2D_, 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 342 of file MuonMonitor.cc.
References edm::ConfigurationDescriptions::add(), trigObjTnPSource_cfi::bins, submitPVResolutionJobs::desc, defaults_cfi::etabins, TriggerDQMBase::fillHistoLSPSetDescription(), TriggerDQMBase::fillHistoPSetDescription(), GenericTriggerEventFlag::fillPSetDescription(), SiStripSourceConfigTier0_cff::genericTriggerEventPSet, V0Monitor_cff::histoPSet, ProducerED_cfi::InputTag, V0Monitor_cfi::lsPSet, BTaggingMonitor_cfi::metPSet, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 85 of file MuonMonitor.cc.
Referenced by analyze(), bookHistograms(), and ~MuonMonitor().
Definition at line 55 of file MuonMonitor.cc.
Referenced by bookHistograms().
|
private |
Definition at line 81 of file MuonMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 68 of file MuonMonitor.cc.
Referenced by bookHistograms().
|
private |
Definition at line 80 of file MuonMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 79 of file MuonMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 82 of file MuonMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 66 of file MuonMonitor.cc.
Referenced by bookHistograms().
|
private |
Definition at line 89 of file MuonMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 47 of file MuonMonitor.cc.
Referenced by analyze().
Definition at line 59 of file MuonMonitor.cc.
Referenced by bookHistograms().
|
private |
Definition at line 39 of file MuonMonitor.cc.
Referenced by bookHistograms().
|
private |
Definition at line 42 of file MuonMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 64 of file MuonMonitor.cc.
Referenced by bookHistograms().
|
staticprivate |
Definition at line 53 of file MuonMonitor.cc.
|
staticprivate |
Definition at line 57 of file MuonMonitor.cc.
|
staticprivate |
Definition at line 49 of file MuonMonitor.cc.
|
private |
Definition at line 87 of file MuonMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 44 of file MuonMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 67 of file MuonMonitor.cc.
Referenced by bookHistograms().
|
private |
Definition at line 63 of file MuonMonitor.cc.
Referenced by bookHistograms().
|
private |
Definition at line 61 of file MuonMonitor.cc.
Referenced by bookHistograms().
|
private |
Definition at line 76 of file MuonMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 77 of file MuonMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 62 of file MuonMonitor.cc.
Referenced by bookHistograms().
|
private |
Definition at line 71 of file MuonMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 78 of file MuonMonitor.cc.
Referenced by bookHistograms().
|
private |
Definition at line 75 of file MuonMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 70 of file MuonMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 73 of file MuonMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 72 of file MuonMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 88 of file MuonMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 45 of file MuonMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 74 of file MuonMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 65 of file MuonMonitor.cc.
Referenced by bookHistograms().
|
staticprivate |
Definition at line 54 of file MuonMonitor.cc.
|
staticprivate |
Definition at line 58 of file MuonMonitor.cc.
|
staticprivate |
Definition at line 50 of file MuonMonitor.cc.
|
private |
Definition at line 92 of file MuonMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 91 of file MuonMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 84 of file MuonMonitor.cc.
Referenced by analyze(), bookHistograms(), and ~MuonMonitor().
Definition at line 51 of file MuonMonitor.cc.
Referenced by bookHistograms().
|
private |
Definition at line 41 of file MuonMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 46 of file MuonMonitor.cc.
Referenced by analyze().