#include <DQMMessageLogger.h>
Public Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) |
Get the analysis. More... | |
void | beginJob () |
Inizialize parameters for histo binning. More... | |
DQMMessageLogger (const edm::ParameterSet &) | |
Constructor. More... | |
void | endJob () |
Save the histos. More... | |
void | endRun (const edm::Run &r, const edm::EventSetup &c) |
collate categories in summary plots More... | |
virtual | ~DQMMessageLogger () |
Destructor. More... | |
Public Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzer () | |
ModuleDescription const & | moduleDescription () const |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Attributes | |
MonitorElement * | categories_errors |
std::vector< std::string > | categories_vector |
MonitorElement * | categories_warnings |
std::map< std::string, int > | categoryECount |
std::map< std::string, int > | categoryMap |
std::map< std::string, int > | categoryWCount |
std::string | directoryName |
edm::EDGetTokenT< std::vector < edm::ErrorSummaryEntry > > | errorSummary_ |
std::string | metname |
std::map< std::string, int > | moduleMap |
MonitorElement * | modules_errors |
MonitorElement * | modules_warnings |
DQMStore * | theDbe |
MonitorElement * | total_errors |
MonitorElement * | total_warnings |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
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) |
Definition at line 19 of file DQMMessageLogger.h.
DQMMessageLogger::DQMMessageLogger | ( | const edm::ParameterSet & | parameters | ) |
Constructor.
Definition at line 34 of file DQMMessageLogger.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), NULL, and AlCaHLTBitMon_QueryRunRegistry::string.
|
virtual |
Destructor.
Definition at line 54 of file DQMMessageLogger.cc.
|
virtual |
Get the analysis.
Implements edm::EDAnalyzer.
Definition at line 144 of file DQMMessageLogger.cc.
References python.rootplot.argparse::category, alignCSCRings::e, benchmark_cfg::errors, edm::Event::getByToken(), edm::ELseverityLevel::getLevel(), i, edm::HandleBase::isValid(), LogTrace, metname, gen::n, NULL, alignCSCRings::s, and w.
|
virtual |
Inizialize parameters for histo binning.
Reimplemented from edm::EDAnalyzer.
Definition at line 59 of file DQMMessageLogger.cc.
References alignCSCRings::e, i, relval_2017::k, LogTrace, metname, pileupCalc::nbins, NULL, cppFunctionSkipper::operator, GenerateHcalLaserBadRunList::out, and alignCSCRings::s.
|
virtual |
Save the histos.
Reimplemented from edm::EDAnalyzer.
Definition at line 280 of file DQMMessageLogger.cc.
References LogTrace, and metname.
|
virtual |
collate categories in summary plots
Reimplemented from edm::EDAnalyzer.
Definition at line 246 of file DQMMessageLogger.cc.
|
private |
Definition at line 60 of file DQMMessageLogger.h.
|
private |
Definition at line 55 of file DQMMessageLogger.h.
|
private |
Definition at line 61 of file DQMMessageLogger.h.
|
private |
Definition at line 53 of file DQMMessageLogger.h.
|
private |
Definition at line 51 of file DQMMessageLogger.h.
|
private |
Definition at line 52 of file DQMMessageLogger.h.
|
private |
Definition at line 56 of file DQMMessageLogger.h.
|
private |
Definition at line 57 of file DQMMessageLogger.h.
|
private |
Definition at line 48 of file DQMMessageLogger.h.
|
private |
Definition at line 50 of file DQMMessageLogger.h.
|
private |
Definition at line 62 of file DQMMessageLogger.h.
|
private |
Definition at line 63 of file DQMMessageLogger.h.
|
private |
Definition at line 46 of file DQMMessageLogger.h.
|
private |
Definition at line 64 of file DQMMessageLogger.h.
|
private |
Definition at line 65 of file DQMMessageLogger.h.