#include <L1EmulatorErrorFlagClient.h>
Protected Member Functions | |
virtual void | dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &) override |
virtual void | dqmEndLuminosityBlock (DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) |
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) |
Private Member Functions | |
void | initialize () |
private methods More... | |
Float_t | setSummary (DQMStore::IGetter &igetter, const unsigned int &) const |
Private Attributes | |
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::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Definition at line 20 of file L1EmulatorErrorFlagClient.h.
L1EmulatorErrorFlagClient::L1EmulatorErrorFlagClient | ( | const edm::ParameterSet & | parSet | ) |
Constructor.
Definition at line 25 of file L1EmulatorErrorFlagClient.cc.
References initialize().
|
virtual |
|
overrideprotectedvirtual |
Implements DQMEDHarvester.
Definition at line 85 of file L1EmulatorErrorFlagClient.cc.
References DQMStore::IBooker::book1D(), DQMStore::IGetter::get(), MonitorElement::getName(), m_meSummaryErrorFlagMap, m_nrL1Systems, m_systemLabel, DQMStore::IGetter::removeElement(), MonitorElement::setAxisTitle(), MonitorElement::setBinLabel(), and DQMStore::IBooker::setCurrentFolder().
|
protectedvirtual |
Definition at line 105 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().
|
private |
private methods
Definition at line 37 of file L1EmulatorErrorFlagClient.cc.
References m_l1Systems, m_nrL1Systems, m_summaryContent, m_systemErrorFlag, m_systemFolder, m_systemLabel, m_systemLabelExt, m_systemMask, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by L1EmulatorErrorFlagClient().
|
private |
Definition at line 178 of file L1EmulatorErrorFlagClient.cc.
References data, DQMStore::IGetter::get(), MonitorElement::getBinContent(), MonitorElement::getNbinsX(), i, and m_systemErrorFlag.
Referenced by dqmEndLuminosityBlock().
|
private |
Definition at line 40 of file L1EmulatorErrorFlagClient.h.
Referenced by initialize().
|
private |
Definition at line 41 of file L1EmulatorErrorFlagClient.h.
|
private |
Definition at line 69 of file L1EmulatorErrorFlagClient.h.
Referenced by dqmEndJob(), and dqmEndLuminosityBlock().
|
private |
number of L1 trigger systems
Definition at line 57 of file L1EmulatorErrorFlagClient.h.
Referenced by dqmEndJob(), dqmEndLuminosityBlock(), and initialize().
|
private |
Definition at line 46 of file L1EmulatorErrorFlagClient.h.
|
private |
Definition at line 44 of file L1EmulatorErrorFlagClient.h.
|
private |
Definition at line 45 of file L1EmulatorErrorFlagClient.h.
|
private |
Definition at line 43 of file L1EmulatorErrorFlagClient.h.
|
private |
summary report
Definition at line 68 of file L1EmulatorErrorFlagClient.h.
Referenced by dqmEndLuminosityBlock(), and initialize().
|
private |
Definition at line 64 of file L1EmulatorErrorFlagClient.h.
Referenced by initialize(), and setSummary().
|
private |
Definition at line 62 of file L1EmulatorErrorFlagClient.h.
Referenced by initialize().
|
private |
Definition at line 59 of file L1EmulatorErrorFlagClient.h.
Referenced by dqmEndJob(), dqmEndLuminosityBlock(), and initialize().
|
private |
Definition at line 60 of file L1EmulatorErrorFlagClient.h.
Referenced by dqmEndLuminosityBlock(), and initialize().
|
private |
Definition at line 61 of file L1EmulatorErrorFlagClient.h.
Referenced by dqmEndLuminosityBlock(), and initialize().
|
private |
input parameters
Definition at line 39 of file L1EmulatorErrorFlagClient.h.
Referenced by dqmEndLuminosityBlock().