#include <DQM/LogMonitor/src/LogMessageMonitor.cc>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from DQMEDAnalyzer | |
static std::shared_ptr < dqmDetails::NoCache > | globalBeginLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *) |
static std::shared_ptr < dqmDetails::NoCache > | globalBeginRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *) |
static void | globalEndLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *, dqmDetails::NoCache *) |
static void | globalEndRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *, dqmDetails::NoCache *) |
Static Public Member Functions inherited from edm::stream::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
virtual void | endJob () |
virtual void | endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) |
virtual void | endRun (edm::Run const &, edm::EventSetup const &) |
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 edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > > | |
typedef CacheContexts< T...> | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T...> | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT < LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Public Types inherited from edm::stream::EDAnalyzerBase | |
typedef EDAnalyzerAdaptorBase | ModuleType |
Protected Member Functions inherited from edm::stream::EDAnalyzerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
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 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) |
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 53 of file LogMessageMonitor.h.
|
explicit |
Definition at line 79 of file LogMessageMonitor.cc.
References EnergyCorrector::c, edm::EDConsumerBase::consumesCollector(), errorToken_, genTriggerEventFlag_, edm::ParameterSet::getParameter(), HLT_25ns14e33_v1_cff::InputTag, and lumiDetails_.
LogMessageMonitor::~LogMessageMonitor | ( | ) |
Definition at line 98 of file LogMessageMonitor.cc.
References genTriggerEventFlag_.
|
privatevirtual |
Implements edm::stream::EDAnalyzerBase.
Definition at line 115 of file LogMessageMonitor.cc.
References GenericTriggerEventFlag::accept(), categories_vector_, CategoriesVsModules, python.rootplot.argparse::category, prof2calltree::count, doPUmonitoring_, doWarningsPlots_, edm::ELseverityLevel::ELsev_error, benchmark_cfg::errors, errorToken_, HcalObjRepresent::Fill(), genTriggerEventFlag_, edm::Event::getByToken(), MonitorElement::getTH1(), GetLumi::getValue(), i, edm::HandleBase::isValid(), lumiDetails_, ModulesErrorsVsBXlumi, modulesMap, ModulesWarningsVsBXlumi, gen::n, GenericTriggerEventFlag::on(), alignCSCRings::s, and AlCaHLTBitMon_QueryRunRegistry::string.
|
privatevirtual |
Reimplemented from edm::stream::EDAnalyzerBase.
Definition at line 301 of file LogMessageMonitor.cc.
|
overrideprivatevirtual |
Implements DQMEDAnalyzer.
Definition at line 200 of file LogMessageMonitor.cc.
References DQMStore::IBooker::book2D(), DQMStore::IBooker::bookProfile(), categories_vector_, CategoriesVsModules, conf_, doPUmonitoring_, doWarningsPlots_, genTriggerEventFlag_, edm::ParameterSet::getParameter(), MonitorElement::getTH1(), histname, i, GenericTriggerEventFlag::initRun(), modules_vector_, ModulesErrorsVsBXlumi, modulesMap, ModulesWarningsVsBXlumi, GenericTriggerEventFlag::on(), pluginsMonName_, MonitorElement::setAxisTitle(), MonitorElement::setBinLabel(), DQMStore::IBooker::setCurrentFolder(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
privatevirtual |
Definition at line 274 of file LogMessageMonitor.cc.
References conf_, dqmStore_, edm::ParameterSet::getParameter(), dumpDBToFile_GT_ttrig_cfg::outputFileName, DQMStore::save(), DQMStore::showDirStructure(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
privatevirtual |
Reimplemented from edm::stream::EDAnalyzerBase.
Definition at line 307 of file LogMessageMonitor.cc.
|
privatevirtual |
Reimplemented from edm::stream::EDAnalyzerBase.
Definition at line 295 of file LogMessageMonitor.cc.
|
static |
Definition at line 313 of file LogMessageMonitor.cc.
References edm::ConfigurationDescriptions::addDefault(), and edm::ParameterSetDescription::setUnknown().
|
private |
Definition at line 86 of file LogMessageMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 95 of file LogMessageMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 79 of file LogMessageMonitor.h.
Referenced by bookHistograms(), and endJob().
|
private |
Definition at line 98 of file LogMessageMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 97 of file LogMessageMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 78 of file LogMessageMonitor.h.
Referenced by endJob().
|
private |
Definition at line 74 of file LogMessageMonitor.h.
Referenced by analyze(), and LogMessageMonitor().
|
private |
Definition at line 89 of file LogMessageMonitor.h.
Referenced by analyze(), bookHistograms(), LogMessageMonitor(), and ~LogMessageMonitor().
|
private |
Definition at line 76 of file LogMessageMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 88 of file LogMessageMonitor.h.
Referenced by analyze(), and LogMessageMonitor().
|
private |
Definition at line 85 of file LogMessageMonitor.h.
Referenced by bookHistograms().
|
private |
Definition at line 92 of file LogMessageMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 81 of file LogMessageMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 93 of file LogMessageMonitor.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 84 of file LogMessageMonitor.h.
Referenced by bookHistograms().