#include <DQM/LogMonitor/src/LogMessageMonitor.cc>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::one::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
void | endJob () override |
Private Attributes | |
std::vector< std::string > | categories_vector_ |
MonitorElement * | CategoriesVsModules |
edm::ParameterSet | conf_ |
bool | doPUmonitoring_ |
bool | doWarningsPlots_ |
DQMStore * | dqmStore_ |
edm::EDGetTokenT< std::vector< edm::ErrorSummaryEntry > > | errorToken_ |
GenericTriggerEventFlag * | genTriggerEventFlag_ |
std::string | histname |
GetLumi * | lumiDetails_ |
std::vector< std::string > | modules_vector_ |
std::vector< MonitorElement * > | ModulesErrorsVsBXlumi |
std::map< std::string, int > | modulesMap |
std::vector< MonitorElement * > | ModulesWarningsVsBXlumi |
std::string | pluginsMonName_ |
Additional Inherited Members | |
Public Types inherited from DQMOneEDAnalyzer<> | |
typedef dqm::reco::DQMStore | DQMStore |
typedef dqm::reco::MonitorElement | MonitorElement |
Public Types inherited from edm::one::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
template<typename T > | |
using | BranchAliasSetterT = ProductRegistryHelper::BranchAliasSetterT< T > |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex > > |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Protected Member Functions inherited from DQMOneEDAnalyzer<> | |
virtual void | dqmBeginRun (edm::Run const &, edm::EventSetup const &) |
virtual void | dqmEndRun (edm::Run const &, edm::EventSetup const &) |
Protected Member Functions inherited from edm::ProducerBase | |
template<Transition Tr = Transition::Event> | |
auto | produces (std::string instanceName) noexcept |
declare what type of product will make and with which optional label More... | |
template<Transition B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<BranchType B> | |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
BranchAliasSetter | produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces () |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , BranchType B> | |
BranchAliasSetterT< ProductType > | produces () |
template<class ProductType > | |
BranchAliasSetterT< ProductType > | produces (std::string instanceName) |
template<typename ProductType , Transition B> | |
BranchAliasSetterT< ProductType > | produces () |
template<Transition Tr = Transition::Event> | |
auto | produces () noexcept |
ProducesCollector | producesCollector () |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
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) |
void | resetItemsToGetFrom (BranchType iType) |
Protected Attributes inherited from DQMOneEDAnalyzer<> | |
edm::EDPutTokenT< DQMToken > | runToken_ |
Description: [one line class summary]
Implementation: [Notes on implementation]
Description: [one line class summary] from https://twiki.cern.ch/twiki/bin/view/CMS/TrackingPOGFilters#Filters Events with (partly) aborted track reconstruction The track reconstruction code is protected against events with too large occupancy which can cause an excessive use of CPU time and memory. Each iteration of the track reconstruction can be aborted if:
http://cmssdt.cern.ch/SDT/lxr/source/FWCore/MessageLogger/interface/ELseverityLevel.h?v=CMSSW_5_3_4 108 enum ELsev_ { 109 ELsev_noValueAssigned = 0 // default returned by map when not found 110 , ELsev_zeroSeverity // threshold use only 111 , ELsev_incidental // flash this on a screen 112 , ELsev_success // report reaching a milestone 113 , ELsev_info // information 114 , ELsev_warning // warning 115 , ELsev_warning2 // more serious warning 116 , ELsev_error // error detected 117 , ELsev_error2 // more serious error 118 , ELsev_next // advise to skip to next event 119 , ELsev_unspecified // severity was not specified 120 , ELsev_severe // future results are suspect 121 , ELsev_severe2 // more severe 122 , ELsev_abort // suggest aborting 123 , ELsev_fatal // strongly suggest aborting! 124 , ELsev_highestSeverity // threshold use only 125 // --— 126 , nLevels // how many levels? 127 }; // ELsev_
Implementation: [Notes on implementation]
Definition at line 48 of file LogMessageMonitor.h.
|
explicit |
Definition at line 77 of file LogMessageMonitor.cc.
References HltBtagPostValidation_cff::c, edm::EDConsumerBase::consumesCollector(), errorToken_, genTriggerEventFlag_, edm::ParameterSet::getParameter(), HLT_2022v15_cff::InputTag, and lumiDetails_.
|
override |
Definition at line 94 of file LogMessageMonitor.cc.
References genTriggerEventFlag_.
|
overrideprivatevirtual |
Reimplemented from DQMOneEDAnalyzer<>.
Definition at line 107 of file LogMessageMonitor.cc.
References GenericTriggerEventFlag::accept(), categories_vector_, CategoriesVsModules, validateAlignments::category, submitPVResolutionJobs::count, doPUmonitoring_, doWarningsPlots_, edm::ELseverityLevel::ELsev_error, errorToken_, genTriggerEventFlag_, dqm::impl::MonitorElement::getTH1(), GetLumi::getValue(), mps_fire::i, iEvent, lumiDetails_, callgraph::module, ModulesErrorsVsBXlumi, modulesMap, ModulesWarningsVsBXlumi, dqmiodumpmetadata::n, mvaElectronID_Fall17_iso_V1_cff::nCategories, GenericTriggerEventFlag::on(), alignCSCRings::s, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overrideprivatevirtual |
Implements DQMOneEDAnalyzer<>.
Definition at line 187 of file LogMessageMonitor.cc.
References dqm::implementation::IBooker::book2D(), dqm::implementation::IBooker::bookProfile(), BXlumiParameters_cfi::BXlumiBin, BXlumiParameters_cfi::BXlumiMax, BXlumiParameters_cfi::BXlumiMin, categories_vector_, CategoriesVsModules, conf_, doPUmonitoring_, doWarningsPlots_, genTriggerEventFlag_, edm::ParameterSet::getParameter(), dqm::impl::MonitorElement::getTH1(), histname, mps_fire::i, GenericTriggerEventFlag::initRun(), modules_vector_, ModulesErrorsVsBXlumi, modulesMap, ModulesWarningsVsBXlumi, mvaElectronID_Fall17_iso_V1_cff::nCategories, GenericTriggerEventFlag::on(), pluginsMonName_, dqm::impl::MonitorElement::setAxisTitle(), dqm::impl::MonitorElement::setBinLabel(), dqm::implementation::NavigatorBase::setCurrentFolder(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
overrideprivatevirtual |
Reimplemented from edm::one::EDProducerBase.
Definition at line 259 of file LogMessageMonitor.cc.
References conf_, dqmStore_, edm::ParameterSet::getParameter(), makeListRunsInFiles::outputFileName, dqm::implementation::DQMStore::save(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
static |
Definition at line 268 of file LogMessageMonitor.cc.
References edm::ConfigurationDescriptions::addDefault(), and submitPVResolutionJobs::desc.
|
private |
Definition at line 75 of file LogMessageMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 84 of file LogMessageMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 68 of file LogMessageMonitor.h.
Referenced by bookHistograms(), and endJob().
|
private |
Definition at line 87 of file LogMessageMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 86 of file LogMessageMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 67 of file LogMessageMonitor.h.
Referenced by endJob().
|
private |
Definition at line 63 of file LogMessageMonitor.h.
Referenced by analyze(), and LogMessageMonitor().
|
private |
Definition at line 78 of file LogMessageMonitor.h.
Referenced by analyze(), bookHistograms(), LogMessageMonitor(), and ~LogMessageMonitor().
|
private |
Definition at line 65 of file LogMessageMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 77 of file LogMessageMonitor.h.
Referenced by analyze(), and LogMessageMonitor().
|
private |
Definition at line 74 of file LogMessageMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 81 of file LogMessageMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 70 of file LogMessageMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 82 of file LogMessageMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 73 of file LogMessageMonitor.h.
Referenced by bookHistograms().