Public Member Functions | |
JetMonitor (const edm::ParameterSet &) | |
~JetMonitor () 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 |
void | bookMESub (DQMStore::IBooker &, ObjME *a_me, const int len_, const std::string &h_Name, const std::string &h_Title, const std::string &h_subOptName, const std::string &h_subOptTitle, const bool doPhi=true, const bool doEta=true, const bool doEtaPhi=true, const bool doVsLS=true) |
void | FillME (ObjME *a_me, const double pt_, const double phi_, const double eta_, const int ls_, const std::string &denu, const bool doPhi=true, const bool doEta=true, const bool doEtaPhi=true, const bool doVsLS=true) |
bool | isBarrel (double eta) |
bool | isEndCapM (double eta) |
bool | isEndCapP (double eta) |
For Hcal Endcap Plus Area. More... | |
bool | isForward (double eta) |
For Hcal Forward Area. More... | |
Protected Member Functions inherited from DQMEDAnalyzer | |
uint64_t | meId () const |
Private Attributes | |
ObjME | a_ME [7] |
ObjME | a_ME_HB [7] |
ObjME | a_ME_HE [7] |
ObjME | a_ME_HE_m [7] |
ObjME | a_ME_HE_p [7] |
ObjME | a_ME_HF [7] |
std::unique_ptr< GenericTriggerEventFlag > | den_genTriggerEventFlag_ |
const bool | enableFullMonitoring_ |
const std::string | folderName_ |
bool | hltPathsAreValid_ |
bool | isCaloJetTrig |
bool | isPFJetTrig |
MEbinning | jet_eta_binning_ {50, -5, 5} |
MEbinning | jet_phi_binning_ {64, -3.2, 3.2} |
MEbinning | jetpt_binning_ |
MEbinning | jetptThr_binning_ |
edm::EDGetTokenT< edm::View< reco::Jet > > | jetSrc_ |
MEbinning | ls_binning_ |
std::unique_ptr< GenericTriggerEventFlag > | num_genTriggerEventFlag_ |
double | ptcut_ |
const bool | requireValidHLTPaths_ |
std::vector< double > | v_jeteta |
std::vector< double > | v_jetphi |
std::vector< double > | v_jetpt |
Additional Inherited Members | |
Protected Attributes inherited from DQMEDAnalyzer | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
unsigned int | streamId_ |
Definition at line 19 of file JetMonitor.cc.
Definition at line 22 of file JetMonitor.cc.
Definition at line 21 of file JetMonitor.cc.
JetMonitor::JetMonitor | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 97 of file JetMonitor.cc.
|
override |
Definition at line 117 of file JetMonitor.cc.
References den_genTriggerEventFlag_, and num_genTriggerEventFlag_.
|
overrideprotectedvirtual |
Reimplemented from DQMEDAnalyzer.
Definition at line 227 of file JetMonitor.cc.
References a_ME, a_ME_HB, a_ME_HE, a_ME_HE_m, a_ME_HE_p, a_ME_HF, den_genTriggerEventFlag_, enableFullMonitoring_, FillME(), hltPathsAreValid_, iEvent, isBarrel(), isEndCapM(), isEndCapP(), isForward(), edm::HandleBase::isValid(), jetSrc_, eostools::ls(), num_genTriggerEventFlag_, ptcut_, requireValidHLTPaths_, v_jeteta, v_jetphi, and v_jetpt.
|
overrideprotectedvirtual |
Implements DQMEDAnalyzer.
Definition at line 126 of file JetMonitor.cc.
References a_ME, a_ME_HB, a_ME_HE, a_ME_HE_m, a_ME_HE_p, a_ME_HF, bookMESub(), den_genTriggerEventFlag_, enableFullMonitoring_, folderName_, hltPathsAreValid_, isCaloJetTrig, isPFJetTrig, num_genTriggerEventFlag_, requireValidHLTPaths_, dqm::implementation::NavigatorBase::setCurrentFolder(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
protected |
Definition at line 379 of file JetMonitor.cc.
References TriggerDQMBase::bookME(), jet_eta_binning_, jet_phi_binning_, jetpt_binning_, jetptThr_binning_, ls_binning_, TriggerDQMBase::MEbinning::nbins, TriggerDQMBase::setMETitle(), AlCaHLTBitMon_QueryRunRegistry::string, TriggerDQMBase::MEbinning::xmax, and TriggerDQMBase::MEbinning::xmin.
Referenced by bookHistograms().
|
static |
Definition at line 465 of file JetMonitor.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, TriggerDQMBase::fillHistoLSPSetDescription(), TriggerDQMBase::fillHistoPSetDescription(), GenericTriggerEventFlag::fillPSetDescription(), SiStripSourceConfigTier0_cff::genericTriggerEventPSet, V0Monitor_cff::histoPSet, HLT_2022v15_cff::InputTag, JetMonitor_cfi::jetPSet, JetMonitor_cff::jetPtThrPSet, V0Monitor_cfi::lsPSet, and AlCaHLTBitMon_QueryRunRegistry::string.
|
protected |
Definition at line 336 of file JetMonitor.cc.
References TriggerDQMBase::ObjME::denominator, dqm::impl::MonitorElement::Fill(), and TriggerDQMBase::ObjME::numerator.
Referenced by analyze().
|
protected |
Definition at line 306 of file JetMonitor.cc.
References PVValHelper::eta, and convertSQLitetoXML_cfg::output.
Referenced by analyze().
|
protected |
Definition at line 313 of file JetMonitor.cc.
References PVValHelper::eta, and convertSQLitetoXML_cfg::output.
Referenced by analyze().
|
protected |
For Hcal Endcap Plus Area.
Definition at line 321 of file JetMonitor.cc.
References PVValHelper::eta, and convertSQLitetoXML_cfg::output.
Referenced by analyze().
|
protected |
For Hcal Forward Area.
Definition at line 329 of file JetMonitor.cc.
References PVValHelper::eta, and convertSQLitetoXML_cfg::output.
Referenced by analyze().
|
private |
Definition at line 81 of file JetMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 82 of file JetMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 83 of file JetMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 86 of file JetMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 85 of file JetMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 84 of file JetMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 75 of file JetMonitor.cc.
Referenced by analyze(), bookHistograms(), and ~JetMonitor().
|
private |
Definition at line 70 of file JetMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 61 of file JetMonitor.cc.
Referenced by bookHistograms().
|
private |
Definition at line 64 of file JetMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 68 of file JetMonitor.cc.
Referenced by bookHistograms().
|
private |
Definition at line 67 of file JetMonitor.cc.
Referenced by bookHistograms().
|
private |
Definition at line 94 of file JetMonitor.cc.
Referenced by bookMESub().
|
private |
Definition at line 93 of file JetMonitor.cc.
Referenced by bookMESub().
|
private |
Definition at line 77 of file JetMonitor.cc.
Referenced by bookMESub().
|
private |
Definition at line 78 of file JetMonitor.cc.
Referenced by bookMESub().
|
private |
Definition at line 72 of file JetMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 79 of file JetMonitor.cc.
Referenced by bookMESub().
|
private |
Definition at line 74 of file JetMonitor.cc.
Referenced by analyze(), bookHistograms(), and ~JetMonitor().
|
private |
Definition at line 66 of file JetMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 63 of file JetMonitor.cc.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 89 of file JetMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 90 of file JetMonitor.cc.
Referenced by analyze().
|
private |
Definition at line 88 of file JetMonitor.cc.
Referenced by analyze().