#include <L1TEMTFEventInfoClient.h>
Protected Member Functions | |
void | dqmEndJob (DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter) override |
end job More... | |
void | dqmEndLuminosityBlock (DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter, const edm::LuminosityBlock &, const edm::EventSetup &) override |
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 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) |
Private Member Functions | |
void | book (DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter) |
book histograms More... | |
void | dumpContentMonitorElements (DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter) |
dump the content of the monitoring elements defined in this module More... | |
void | initialize () |
private methods More... | |
void | readQtResults (DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter) |
read quality test results More... | |
Private Attributes | |
std::vector< int > | m_deadDisable |
std::vector< std::string > | m_deadFolder |
std::vector< std::string > | m_deadLabel |
std::vector< std::vector< unsigned int > > | m_deadQtSummaryEnabled |
std::vector< std::vector< std::string > > | m_deadQualityTestHist |
std::vector< std::vector< std::string > > | m_deadQualityTestName |
std::vector< edm::ParameterSet > | m_deadStrip |
std::vector< std::string > | m_disableDeadStrip |
std::vector< std::string > | m_disableHitObjects |
std::vector< std::string > | m_disableNoisyStrip |
std::vector< std::string > | m_disableTrackObjects |
std::string | m_histDir |
std::vector< int > | m_hitDisable |
std::vector< std::string > | m_hitFolder |
std::vector< std::string > | m_hitLabel |
std::vector< edm::ParameterSet > | m_hitObjects |
std::vector< std::vector< unsigned int > > | m_hitQtSummaryEnabled |
std::vector< std::vector< std::string > > | m_hitQualityTestHist |
std::vector< std::vector< std::string > > | m_hitQualityTestName |
MonitorElement * | m_meReportSummary |
a summary report More... | |
std::vector< MonitorElement * > | m_meReportSummaryContent |
monitor elements to report content for all quality tests More... | |
MonitorElement * | m_meReportSummaryMap |
report summary map More... | |
MonitorElement * | m_meReportSummaryMap_chamberStrip |
std::string | m_monitorDir |
std::vector< int > | m_noisyDisable |
std::vector< std::string > | m_noisyFolder |
std::vector< std::string > | m_noisyLabel |
std::vector< std::vector< unsigned int > > | m_noisyQtSummaryEnabled |
std::vector< std::vector< std::string > > | m_noisyQualityTestHist |
std::vector< std::vector< std::string > > | m_noisyQualityTestName |
std::vector< edm::ParameterSet > | m_noisyStrip |
size_t | m_nrDeadStrip |
number of L1 trigger dead strips More... | |
size_t | m_nrHitObjects |
number of L1 trigger objects More... | |
size_t | m_nrNoisyStrip |
number of L1 trigger noisy strips More... | |
size_t | m_nrTrackObjects |
number of L1 trigger systems More... | |
Float_t | m_reportSummary |
summary report More... | |
bool | m_runInEndJob |
bool | m_runInEndLumi |
bool | m_runInEndRun |
bool | m_runInEventLoop |
std::vector< int > | m_summaryContent |
Float_t | m_summarySum |
size_t | m_totalNrQtSummaryEnabled |
std::vector< int > | m_trackDisable |
std::vector< std::string > | m_trackLabel |
std::vector< std::string > | m_trackLabelExt |
std::vector< edm::ParameterSet > | m_trackObjects |
std::vector< std::vector< unsigned int > > | m_trackQtSummaryEnabled |
std::vector< std::vector< std::string > > | m_trackQualityTestHist |
std::vector< std::vector< std::string > > | m_trackQualityTestName |
bool | m_verbose |
input parameters More... | |
Description: fill L1 report summary for trigger L1T and emulator L1TEMU DQM.
Implementation: <TODO: enter implementation details>
Re-designed and fully rewritten class. Original version and authors: see CVS history
Description: see header file.
Definition at line 29 of file L1TEMTFEventInfoClient.h.
L1TEMTFEventInfoClient::L1TEMTFEventInfoClient | ( | const edm::ParameterSet & | parSet | ) |
Constructor.
Definition at line 17 of file L1TEMTFEventInfoClient.cc.
References initialize().
|
override |
|
private |
book histograms
Definition at line 427 of file L1TEMTFEventInfoClient.cc.
References dqm::implementation::IBooker::book2D(), dqm::implementation::IBooker::bookFloat(), gather_cfg::cout, dqm::qstatus::DISABLED, dqm::impl::MonitorElement::Fill(), m_deadLabel, m_deadQualityTestName, m_hitLabel, m_hitQualityTestName, m_meReportSummary, m_meReportSummaryContent, m_meReportSummaryMap, m_meReportSummaryMap_chamberStrip, m_monitorDir, m_noisyLabel, m_noisyQualityTestName, m_nrDeadStrip, m_nrHitObjects, m_nrNoisyStrip, m_nrTrackObjects, m_summaryContent, m_trackLabel, m_trackQualityTestName, m_verbose, SiStripPI::max, python.rootplot.root2matplotlib::replace(), dqm::impl::MonitorElement::setAxisTitle(), dqm::impl::MonitorElement::setBinLabel(), dqm::implementation::NavigatorBase::setCurrentFolder(), dqm::impl::MonitorElement::setTitle(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by dqmEndJob(), and dqmEndLuminosityBlock().
|
overrideprotectedvirtual |
end job
Implements DQMEDHarvester.
Definition at line 336 of file L1TEMTFEventInfoClient.cc.
References book(), gather_cfg::cout, dumpContentMonitorElements(), m_verbose, and readQtResults().
|
overrideprotectedvirtual |
Reimplemented from DQMEDHarvester.
Definition at line 319 of file L1TEMTFEventInfoClient.cc.
References book(), gather_cfg::cout, dumpContentMonitorElements(), m_runInEndLumi, m_verbose, and readQtResults().
|
private |
dump the content of the monitoring elements defined in this module
Definition at line 349 of file L1TEMTFEventInfoClient.cc.
References gather_cfg::cout, dqm::implementation::IGetter::get(), dqm::impl::MonitorElement::getName(), compareTotals::hist, m_hitDisable, m_hitLabel, m_meReportSummaryContent, m_meReportSummaryMap, m_monitorDir, m_nrHitObjects, m_nrTrackObjects, m_summaryContent, m_trackDisable, m_trackLabel, m_verbose, and hlt_dqm_clientPB-live_cfg::me.
Referenced by dqmEndJob(), and dqmEndLuminosityBlock().
|
private |
private methods
initialize properly all elements
Definition at line 46 of file L1TEMTFEventInfoClient.cc.
References gather_cfg::cout, m_deadDisable, m_deadLabel, m_deadQtSummaryEnabled, m_deadQualityTestHist, m_deadQualityTestName, m_deadStrip, m_disableDeadStrip, m_disableHitObjects, m_disableNoisyStrip, m_disableTrackObjects, m_hitDisable, m_hitLabel, m_hitObjects, m_hitQtSummaryEnabled, m_hitQualityTestHist, m_hitQualityTestName, m_meReportSummaryContent, m_monitorDir, m_noisyDisable, m_noisyLabel, m_noisyQtSummaryEnabled, m_noisyQualityTestHist, m_noisyQualityTestName, m_noisyStrip, m_nrDeadStrip, m_nrHitObjects, m_nrNoisyStrip, m_nrTrackObjects, m_summaryContent, m_totalNrQtSummaryEnabled, m_trackDisable, m_trackLabel, m_trackObjects, m_trackQtSummaryEnabled, m_trackQualityTestHist, m_trackQualityTestName, m_verbose, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by L1TEMTFEventInfoClient().
|
private |
read quality test results
Definition at line 623 of file L1TEMTFEventInfoClient.cc.
References gather_cfg::cout, dqm::qstatus::DISABLED, dqm::impl::MonitorElement::Fill(), nano_mu_digi_cff::float, dqm::implementation::IGetter::get(), MonitorElementData::QReport::getMessage(), dqm::impl::MonitorElement::getQReport(), dqm::impl::MonitorElement::getQReports(), MonitorElementData::QReport::getQTresult(), MonitorElementData::QReport::getStatus(), dqm::qstatus::INVALID, m_deadQtSummaryEnabled, m_deadQualityTestHist, m_deadQualityTestName, m_hitQtSummaryEnabled, m_hitQualityTestHist, m_hitQualityTestName, m_meReportSummary, m_meReportSummaryContent, m_meReportSummaryMap, m_meReportSummaryMap_chamberStrip, m_noisyQtSummaryEnabled, m_noisyQualityTestHist, m_noisyQualityTestName, m_nrDeadStrip, m_nrHitObjects, m_nrNoisyStrip, m_nrTrackObjects, m_reportSummary, m_summaryContent, m_summarySum, m_totalNrQtSummaryEnabled, m_trackQtSummaryEnabled, m_trackQualityTestHist, m_trackQualityTestName, m_verbose, dqm::impl::MonitorElement::setBinContent(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by dqmEndJob(), and dqmEndLuminosityBlock().
|
private |
Definition at line 122 of file L1TEMTFEventInfoClient.h.
Referenced by initialize().
|
private |
Definition at line 124 of file L1TEMTFEventInfoClient.h.
|
private |
Definition at line 123 of file L1TEMTFEventInfoClient.h.
Referenced by book(), and initialize().
|
private |
Definition at line 128 of file L1TEMTFEventInfoClient.h.
Referenced by initialize(), and readQtResults().
|
private |
Definition at line 127 of file L1TEMTFEventInfoClient.h.
Referenced by initialize(), and readQtResults().
|
private |
Definition at line 126 of file L1TEMTFEventInfoClient.h.
Referenced by book(), initialize(), and readQtResults().
|
private |
Definition at line 64 of file L1TEMTFEventInfoClient.h.
Referenced by initialize().
|
private |
Definition at line 66 of file L1TEMTFEventInfoClient.h.
Referenced by initialize().
|
private |
Definition at line 61 of file L1TEMTFEventInfoClient.h.
Referenced by initialize().
|
private |
Definition at line 65 of file L1TEMTFEventInfoClient.h.
Referenced by initialize().
|
private |
Definition at line 60 of file L1TEMTFEventInfoClient.h.
Referenced by initialize().
|
private |
Definition at line 51 of file L1TEMTFEventInfoClient.h.
|
private |
Definition at line 106 of file L1TEMTFEventInfoClient.h.
Referenced by dumpContentMonitorElements(), and initialize().
|
private |
Definition at line 108 of file L1TEMTFEventInfoClient.h.
|
private |
Definition at line 107 of file L1TEMTFEventInfoClient.h.
Referenced by book(), dumpContentMonitorElements(), and initialize().
|
private |
Definition at line 59 of file L1TEMTFEventInfoClient.h.
Referenced by initialize().
|
private |
Definition at line 112 of file L1TEMTFEventInfoClient.h.
Referenced by initialize(), and readQtResults().
|
private |
Definition at line 111 of file L1TEMTFEventInfoClient.h.
Referenced by initialize(), and readQtResults().
|
private |
Definition at line 110 of file L1TEMTFEventInfoClient.h.
Referenced by book(), initialize(), and readQtResults().
|
private |
a summary report
Definition at line 137 of file L1TEMTFEventInfoClient.h.
Referenced by book(), and readQtResults().
|
private |
monitor elements to report content for all quality tests
Definition at line 140 of file L1TEMTFEventInfoClient.h.
Referenced by book(), dumpContentMonitorElements(), initialize(), and readQtResults().
|
private |
report summary map
Definition at line 143 of file L1TEMTFEventInfoClient.h.
Referenced by book(), dumpContentMonitorElements(), and readQtResults().
|
private |
Definition at line 144 of file L1TEMTFEventInfoClient.h.
Referenced by book(), and readQtResults().
|
private |
Definition at line 50 of file L1TEMTFEventInfoClient.h.
Referenced by book(), dumpContentMonitorElements(), and initialize().
|
private |
Definition at line 114 of file L1TEMTFEventInfoClient.h.
Referenced by initialize().
|
private |
Definition at line 116 of file L1TEMTFEventInfoClient.h.
|
private |
Definition at line 115 of file L1TEMTFEventInfoClient.h.
Referenced by book(), and initialize().
|
private |
Definition at line 120 of file L1TEMTFEventInfoClient.h.
Referenced by initialize(), and readQtResults().
|
private |
Definition at line 119 of file L1TEMTFEventInfoClient.h.
Referenced by initialize(), and readQtResults().
|
private |
Definition at line 118 of file L1TEMTFEventInfoClient.h.
Referenced by book(), initialize(), and readQtResults().
|
private |
Definition at line 63 of file L1TEMTFEventInfoClient.h.
Referenced by initialize().
|
private |
number of L1 trigger dead strips
Definition at line 92 of file L1TEMTFEventInfoClient.h.
Referenced by book(), initialize(), and readQtResults().
|
private |
number of L1 trigger objects
Definition at line 86 of file L1TEMTFEventInfoClient.h.
Referenced by book(), dumpContentMonitorElements(), initialize(), and readQtResults().
|
private |
number of L1 trigger noisy strips
Definition at line 89 of file L1TEMTFEventInfoClient.h.
Referenced by book(), initialize(), and readQtResults().
|
private |
number of L1 trigger systems
Definition at line 83 of file L1TEMTFEventInfoClient.h.
Referenced by book(), dumpContentMonitorElements(), initialize(), and readQtResults().
|
private |
summary report
Definition at line 132 of file L1TEMTFEventInfoClient.h.
Referenced by readQtResults().
|
private |
Definition at line 56 of file L1TEMTFEventInfoClient.h.
|
private |
Definition at line 54 of file L1TEMTFEventInfoClient.h.
Referenced by dqmEndLuminosityBlock().
|
private |
Definition at line 55 of file L1TEMTFEventInfoClient.h.
|
private |
Definition at line 53 of file L1TEMTFEventInfoClient.h.
|
private |
Definition at line 134 of file L1TEMTFEventInfoClient.h.
Referenced by book(), dumpContentMonitorElements(), initialize(), and readQtResults().
|
private |
Definition at line 133 of file L1TEMTFEventInfoClient.h.
Referenced by readQtResults().
|
private |
total number of quality tests enabled for summary report for L1 trigger systems and L1 trigger objects
Definition at line 96 of file L1TEMTFEventInfoClient.h.
Referenced by initialize(), and readQtResults().
|
private |
Definition at line 100 of file L1TEMTFEventInfoClient.h.
Referenced by dumpContentMonitorElements(), and initialize().
|
private |
Definition at line 98 of file L1TEMTFEventInfoClient.h.
Referenced by book(), dumpContentMonitorElements(), and initialize().
|
private |
Definition at line 99 of file L1TEMTFEventInfoClient.h.
|
private |
Definition at line 58 of file L1TEMTFEventInfoClient.h.
Referenced by initialize().
|
private |
Definition at line 104 of file L1TEMTFEventInfoClient.h.
Referenced by initialize(), and readQtResults().
|
private |
Definition at line 103 of file L1TEMTFEventInfoClient.h.
Referenced by initialize(), and readQtResults().
|
private |
Definition at line 102 of file L1TEMTFEventInfoClient.h.
Referenced by book(), initialize(), and readQtResults().
|
private |
input parameters
Definition at line 49 of file L1TEMTFEventInfoClient.h.
Referenced by book(), dqmEndJob(), dqmEndLuminosityBlock(), dumpContentMonitorElements(), initialize(), and readQtResults().