#include <DQM/TrackingMonitorClient/interface/TrackingCertificationInfo.h>
Classes | |
struct | TrackingLSMEs |
struct | TrackingMEs |
Private Attributes | |
bool | allPixelFEDConnected_ |
bool | checkPixelFEDs_ |
const SiStripDetCabling * | detCabling_ |
edm::ESGetToken< SiStripDetCabling, SiStripDetCablingRcd > | detCablingToken_ |
edm::ESWatcher< SiStripDetCablingRcd > | fedDetCablingWatcher_ |
unsigned long long | m_cacheID_ |
int | nFEDConnected_ |
edm::ParameterSet | pSet_ |
edm::ESGetToken< RunInfo, RunInfoRcd > | runInfoToken_ |
std::vector< std::string > | SubDetFolder |
const RunInfo * | sumFED_ = nullptr |
std::string | TopFolderName_ |
MonitorElement * | TrackingCertification |
bool | trackingCertificationBooked_ |
MonitorElement * | TrackingCertificationSummaryMap |
MonitorElement * | TrackingLSCertification |
bool | trackingLSCertificationBooked_ |
std::map< std::string, TrackingLSMEs > | TrackingLSMEsMap |
std::map< std::string, TrackingMEs > | TrackingMEsMap |
bool | verbose_ |
Additional Inherited Members | |
Public Types inherited from DQMEDHarvester | |
typedef dqm::harvesting::DQMStore | DQMStore |
typedef dqm::harvesting::MonitorElement | MonitorElement |
Public Types inherited from edm::one::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
template<typename T > | |
using | BranchAliasSetterT = ProductRegistryHelper::BranchAliasSetterT< T > |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex > > |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
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) |
Protected Attributes inherited from DQMEDHarvester | |
DQMStore * | dqmstore_ |
edm::GetterOfProducts< DQMToken > | jobmegetter_ |
edm::EDPutTokenT< DQMToken > | jobToken_ |
edm::GetterOfProducts< DQMToken > | lumimegetter_ |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::GetterOfProducts< DQMToken > | runmegetter_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
TrackingCertificationInfo::TrackingCertificationInfo | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 29 of file TrackingCertificationInfo.cc.
References checkPixelFEDs_, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), pSet_, AlCaHLTBitMon_QueryRunRegistry::string, SubDetFolder, TopFolderName_, TrackingCertificationInfo::TrackingMEs::TrackingFlag, TrackingCertificationInfo::TrackingLSMEs::TrackingFlag, TrackingLSMEsMap, TrackingCertification_cfi::TrackingLSQualityMEs, TrackingMEsMap, and verbose_.
|
override |
|
overrideprivatevirtual |
BeginJob.
Reimplemented from edm::one::EDProducerBase.
Definition at line 91 of file TrackingCertificationInfo.cc.
|
overrideprivate |
Begin Run.
Definition at line 95 of file TrackingCertificationInfo.cc.
References allPixelFEDConnected_, detCabling_, detCablingToken_, edm::EventSetup::get(), edm::EventSetup::getData(), edm::EventSetup::getHandle(), edm::ESHandleBase::isValid(), LogDebug, m_cacheID_, RunInfo::m_fed_in, FEDNumbering::MAXSiPixelFEDID, FEDNumbering::MAXSiStripFEDID, FEDNumbering::MINSiPixelFEDID, FEDNumbering::MINSiStripFEDID, nFEDConnected_, edm::ESHandle< T >::product(), runInfoToken_, and sumFED_.
|
private |
Definition at line 135 of file TrackingCertificationInfo.cc.
References dqm::implementation::IBooker::book2D(), dqm::implementation::IBooker::bookFloat(), dqm::implementation::NavigatorBase::cd(), TrackingUtility::getTopFolderPath(), dqm::impl::MonitorElement::setAxisTitle(), dqm::impl::MonitorElement::setBinLabel(), dqm::implementation::NavigatorBase::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, TopFolderName_, TrackingCertification, trackingCertificationBooked_, TrackingCertificationSummaryMap, TrackingMEsMap, and verbose_.
Referenced by dqmEndJob(), and resetTrackingCertificationMEs().
|
private |
Definition at line 193 of file TrackingCertificationInfo.cc.
References dqm::implementation::IBooker::bookFloat(), dqm::implementation::NavigatorBase::cd(), TrackingUtility::getTopFolderPath(), dqm::implementation::NavigatorBase::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, TopFolderName_, trackingCertificationBooked_, TrackingLSCertification, trackingLSCertificationBooked_, TrackingLSMEsMap, and verbose_.
Referenced by dqmEndLuminosityBlock(), and resetTrackingCertificationMEsAtLumi().
|
overrideprivatevirtual |
EndJob.
Implements DQMEDHarvester.
Definition at line 259 of file TrackingCertificationInfo.cc.
References bookTrackingCertificationMEs(), fillDummyTrackingCertification(), fillTrackingCertificationMEs(), and nFEDConnected_.
|
overrideprivatevirtual |
End Of Luminosity.
Reimplemented from DQMEDHarvester.
Definition at line 242 of file TrackingCertificationInfo.cc.
References bookTrackingCertificationMEsAtLumi(), fillDummyTrackingCertificationAtLumi(), fillTrackingCertificationMEsAtLumi(), and nFEDConnected_.
|
private |
Definition at line 392 of file TrackingCertificationInfo.cc.
References dqm::impl::MonitorElement::Fill(), dqm::impl::MonitorElement::getNbinsX(), dqm::impl::MonitorElement::getNbinsY(), resetTrackingCertificationMEs(), TrackingCertification, trackingCertificationBooked_, TrackingCertificationSummaryMap, and TrackingMEsMap.
Referenced by dqmEndJob().
|
private |
Definition at line 411 of file TrackingCertificationInfo.cc.
References dqm::impl::MonitorElement::Fill(), resetTrackingCertificationMEsAtLumi(), TrackingLSCertification, trackingLSCertificationBooked_, and TrackingLSMEsMap.
Referenced by dqmEndLuminosityBlock().
|
private |
Definition at line 275 of file TrackingCertificationInfo.cc.
References allPixelFEDConnected_, dqm::implementation::NavigatorBase::cd(), checkPixelFEDs_, dqm::impl::MonitorElement::Fill(), dqm::implementation::IGetter::getContents(), dqm::legacy::MonitorElement::getTH2F(), TrackingUtility::getTopFolderPath(), hlt_dqm_clientPB-live_cfg::me, Skims_PA_cff::name, MonitorElementData::REAL, AlCaHLTBitMon_QueryRunRegistry::string, TopFolderName_, TrackingCertification, trackingCertificationBooked_, TrackingCertificationSummaryMap, TrackingMEsMap, heppy_batch::val, and verbose_.
Referenced by dqmEndJob().
|
private |
Definition at line 427 of file TrackingCertificationInfo.cc.
References dqm::implementation::NavigatorBase::cd(), dqm::impl::MonitorElement::Fill(), dqm::implementation::IGetter::get(), dqm::implementation::IGetter::getContents(), dqm::impl::MonitorElement::getFloatValue(), TrackingUtility::getTopFolderPath(), dqm::impl::MonitorElement::kind(), hlt_dqm_clientPB-live_cfg::me, Skims_PA_cff::name, MonitorElementData::REAL, dqm::impl::MonitorElement::Reset(), resetTrackingCertificationMEsAtLumi(), AlCaHLTBitMon_QueryRunRegistry::string, TopFolderName_, TrackingLSCertification, trackingLSCertificationBooked_, TrackingLSMEsMap, heppy_batch::val, and verbose_.
Referenced by dqmEndLuminosityBlock().
|
private |
Definition at line 364 of file TrackingCertificationInfo.cc.
References bookTrackingCertificationMEs(), dqm::impl::MonitorElement::Reset(), TrackingCertification, trackingCertificationBooked_, and TrackingMEsMap.
Referenced by fillDummyTrackingCertification().
|
private |
Definition at line 378 of file TrackingCertificationInfo.cc.
References bookTrackingCertificationMEsAtLumi(), dqm::impl::MonitorElement::Reset(), TrackingLSCertification, trackingLSCertificationBooked_, and TrackingLSMEsMap.
Referenced by fillDummyTrackingCertificationAtLumi(), and fillTrackingCertificationMEsAtLumi().
|
private |
Definition at line 97 of file TrackingCertificationInfo.h.
Referenced by beginRun(), and fillTrackingCertificationMEs().
|
private |
Definition at line 101 of file TrackingCertificationInfo.h.
Referenced by fillTrackingCertificationMEs(), and TrackingCertificationInfo().
|
private |
Definition at line 109 of file TrackingCertificationInfo.h.
Referenced by beginRun().
|
private |
Definition at line 107 of file TrackingCertificationInfo.h.
Referenced by beginRun().
|
private |
Definition at line 108 of file TrackingCertificationInfo.h.
|
private |
Definition at line 103 of file TrackingCertificationInfo.h.
Referenced by beginRun().
|
private |
Definition at line 96 of file TrackingCertificationInfo.h.
Referenced by beginRun(), dqmEndJob(), and dqmEndLuminosityBlock().
|
private |
Definition at line 92 of file TrackingCertificationInfo.h.
Referenced by TrackingCertificationInfo().
|
private |
Definition at line 105 of file TrackingCertificationInfo.h.
Referenced by beginRun().
|
private |
Definition at line 111 of file TrackingCertificationInfo.h.
Referenced by TrackingCertificationInfo().
|
private |
Definition at line 106 of file TrackingCertificationInfo.h.
Referenced by beginRun().
|
private |
Definition at line 99 of file TrackingCertificationInfo.h.
Referenced by bookTrackingCertificationMEs(), bookTrackingCertificationMEsAtLumi(), fillTrackingCertificationMEs(), fillTrackingCertificationMEsAtLumi(), and TrackingCertificationInfo().
|
private |
Definition at line 87 of file TrackingCertificationInfo.h.
Referenced by bookTrackingCertificationMEs(), fillDummyTrackingCertification(), fillTrackingCertificationMEs(), and resetTrackingCertificationMEs().
|
private |
Definition at line 94 of file TrackingCertificationInfo.h.
Referenced by bookTrackingCertificationMEs(), bookTrackingCertificationMEsAtLumi(), fillDummyTrackingCertification(), fillTrackingCertificationMEs(), and resetTrackingCertificationMEs().
|
private |
Definition at line 88 of file TrackingCertificationInfo.h.
Referenced by bookTrackingCertificationMEs(), fillDummyTrackingCertification(), and fillTrackingCertificationMEs().
|
private |
Definition at line 90 of file TrackingCertificationInfo.h.
Referenced by bookTrackingCertificationMEsAtLumi(), fillDummyTrackingCertificationAtLumi(), fillTrackingCertificationMEsAtLumi(), and resetTrackingCertificationMEsAtLumi().
|
private |
Definition at line 95 of file TrackingCertificationInfo.h.
Referenced by bookTrackingCertificationMEsAtLumi(), fillDummyTrackingCertificationAtLumi(), fillTrackingCertificationMEsAtLumi(), and resetTrackingCertificationMEsAtLumi().
|
private |
Definition at line 85 of file TrackingCertificationInfo.h.
Referenced by bookTrackingCertificationMEsAtLumi(), fillDummyTrackingCertificationAtLumi(), fillTrackingCertificationMEsAtLumi(), resetTrackingCertificationMEsAtLumi(), and TrackingCertificationInfo().
|
private |
Definition at line 84 of file TrackingCertificationInfo.h.
Referenced by bookTrackingCertificationMEs(), fillDummyTrackingCertification(), fillTrackingCertificationMEs(), resetTrackingCertificationMEs(), and TrackingCertificationInfo().
|
private |
Definition at line 98 of file TrackingCertificationInfo.h.
Referenced by bookTrackingCertificationMEs(), bookTrackingCertificationMEsAtLumi(), fillTrackingCertificationMEs(), fillTrackingCertificationMEsAtLumi(), and TrackingCertificationInfo().