#include <L1EmulatorErrorFlagClient.h>
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) |
analyze More... | |
void | beginJob () |
begin job More... | |
void | beginLuminosityBlock (const edm::LuminosityBlock &, const edm::EventSetup &) |
void | beginRun (const edm::Run &, const edm::EventSetup &) |
begin run More... | |
void | endJob () |
end job More... | |
void | endLuminosityBlock (const edm::LuminosityBlock &, const edm::EventSetup &) |
end luminosity block More... | |
void | endRun (const edm::Run &, const edm::EventSetup &) |
end run More... | |
void | initialize () |
private methods More... | |
Float_t | setSummary (const unsigned int &) const |
Private Attributes | |
DQMStore * | m_dbe |
std::vector< edm::ParameterSet > | m_l1Systems |
std::vector< std::string > | m_maskL1Systems |
MonitorElement * | m_meSummaryErrorFlagMap |
size_t | m_nrL1Systems |
number of L1 trigger systems More... | |
bool | m_runInEndJob |
bool | m_runInEndLumi |
bool | m_runInEndRun |
bool | m_runInEventLoop |
std::vector< Float_t > | m_summaryContent |
summary report More... | |
std::vector< std::string > | m_systemErrorFlag |
std::vector< std::string > | m_systemFolder |
std::vector< std::string > | m_systemLabel |
std::vector< std::string > | m_systemLabelExt |
std::vector< int > | m_systemMask |
bool | m_verbose |
input parameters More... | |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
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 L1EmulatorErrorFlagClient.h.
L1EmulatorErrorFlagClient::L1EmulatorErrorFlagClient | ( | const edm::ParameterSet & | parSet | ) |
Constructor.
Definition at line 25 of file L1EmulatorErrorFlagClient.cc.
References initialize().
|
virtual |
|
privatevirtual |
|
privatevirtual |
begin job
Reimplemented from edm::EDAnalyzer.
Definition at line 93 of file L1EmulatorErrorFlagClient.cc.
References DQMStore::book1D(), DQMStore::get(), MonitorElement::getName(), m_dbe, m_meSummaryErrorFlagMap, m_nrL1Systems, m_systemLabel, cppFunctionSkipper::operator, DQMStore::removeElement(), MonitorElement::setAxisTitle(), MonitorElement::setBinLabel(), and DQMStore::setCurrentFolder().
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 126 of file L1EmulatorErrorFlagClient.cc.
|
privatevirtual |
begin run
Reimplemented from edm::EDAnalyzer.
Definition at line 119 of file L1EmulatorErrorFlagClient.cc.
|
privatevirtual |
end job
Reimplemented from edm::EDAnalyzer.
Definition at line 218 of file L1EmulatorErrorFlagClient.cc.
|
privatevirtual |
end luminosity block
Reimplemented from edm::EDAnalyzer.
Definition at line 131 of file L1EmulatorErrorFlagClient.cc.
References gather_cfg::cout, m_meSummaryErrorFlagMap, m_nrL1Systems, m_summaryContent, m_systemLabel, m_systemLabelExt, m_systemMask, m_verbose, MonitorElement::setBinContent(), and setSummary().
|
privatevirtual |
end run
Reimplemented from edm::EDAnalyzer.
Definition at line 213 of file L1EmulatorErrorFlagClient.cc.
|
private |
private methods
Definition at line 39 of file L1EmulatorErrorFlagClient.cc.
References m_dbe, m_l1Systems, m_nrL1Systems, m_summaryContent, m_systemErrorFlag, m_systemFolder, m_systemLabel, m_systemLabelExt, m_systemMask, cppFunctionSkipper::operator, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by L1EmulatorErrorFlagClient().
|
private |
Definition at line 223 of file L1EmulatorErrorFlagClient.cc.
References data, DQMStore::get(), MonitorElement::getBinContent(), MonitorElement::getNbinsX(), i, m_dbe, and m_systemErrorFlag.
Referenced by endLuminosityBlock().
|
private |
Definition at line 91 of file L1EmulatorErrorFlagClient.h.
Referenced by beginJob(), initialize(), and setSummary().
|
private |
Definition at line 58 of file L1EmulatorErrorFlagClient.h.
Referenced by initialize().
|
private |
Definition at line 59 of file L1EmulatorErrorFlagClient.h.
|
private |
Definition at line 87 of file L1EmulatorErrorFlagClient.h.
Referenced by beginJob(), and endLuminosityBlock().
|
private |
number of L1 trigger systems
Definition at line 75 of file L1EmulatorErrorFlagClient.h.
Referenced by beginJob(), endLuminosityBlock(), and initialize().
|
private |
Definition at line 64 of file L1EmulatorErrorFlagClient.h.
|
private |
Definition at line 62 of file L1EmulatorErrorFlagClient.h.
|
private |
Definition at line 63 of file L1EmulatorErrorFlagClient.h.
|
private |
Definition at line 61 of file L1EmulatorErrorFlagClient.h.
|
private |
summary report
Definition at line 86 of file L1EmulatorErrorFlagClient.h.
Referenced by endLuminosityBlock(), and initialize().
|
private |
Definition at line 82 of file L1EmulatorErrorFlagClient.h.
Referenced by initialize(), and setSummary().
|
private |
Definition at line 80 of file L1EmulatorErrorFlagClient.h.
Referenced by initialize().
|
private |
Definition at line 77 of file L1EmulatorErrorFlagClient.h.
Referenced by beginJob(), endLuminosityBlock(), and initialize().
|
private |
Definition at line 78 of file L1EmulatorErrorFlagClient.h.
Referenced by endLuminosityBlock(), and initialize().
|
private |
Definition at line 79 of file L1EmulatorErrorFlagClient.h.
Referenced by endLuminosityBlock(), and initialize().
|
private |
input parameters
Definition at line 57 of file L1EmulatorErrorFlagClient.h.
Referenced by endLuminosityBlock().