#include <DQM/TrackingMonitorClient/interface/TrackingCertificationInfo.h>
Classes | |
struct | TrackingLSMEs |
struct | TrackingMEs |
Private Attributes | |
bool | allPixelFEDConnected_ |
bool | checkPixelFEDs_ |
edm::ESHandle< SiStripDetCabling > | detCabling_ |
unsigned long long | m_cacheID_ |
int | nFEDConnected_ |
edm::ParameterSet | pSet_ |
std::vector< std::string > | SubDetFolder |
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 edm::one::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
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::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) |
TrackingCertificationInfo::TrackingCertificationInfo | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 31 of file TrackingCertificationInfo.cc.
References checkPixelFEDs_, gather_cfg::cout, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), pSet_, AlCaHLTBitMon_QueryRunRegistry::string, SubDetFolder, TopFolderName_, TrackingCertificationInfo::TrackingMEs::TrackingFlag, TrackingCertificationInfo::TrackingLSMEs::TrackingFlag, TrackingLSMEsMap, TrackingMEsMap, and verbose_.
|
override |
Destructor.
Definition at line 85 of file TrackingCertificationInfo.cc.
|
overrideprivatevirtual |
BeginJob.
Reimplemented from edm::one::EDProducerBase.
Definition at line 92 of file TrackingCertificationInfo.cc.
|
overrideprivate |
Begin Run.
Definition at line 98 of file TrackingCertificationInfo.cc.
References allPixelFEDConnected_, gather_cfg::cout, detCabling_, edm::EventSetup::find(), edm::eventsetup::heterocontainer::HCTypeTag::findType(), edm::EventSetup::get(), edm::ESHandleBase::isValid(), LogDebug, m_cacheID_, RunInfo::m_fed_in, FEDNumbering::MAXSiPixelFEDID, FEDNumbering::MAXSiStripFEDID, FEDNumbering::MINSiPixelFEDID, FEDNumbering::MINSiStripFEDID, nFEDConnected_, and verbose_.
|
private |
Definition at line 145 of file TrackingCertificationInfo.cc.
References DQMStore::IBooker::book2D(), DQMStore::IBooker::bookFloat(), DQMStore::IBooker::cd(), gather_cfg::cout, TrackingUtility::getTopFolderPath(), MonitorElement::setAxisTitle(), MonitorElement::setBinLabel(), DQMStore::IBooker::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, TopFolderName_, TrackingCertification, trackingCertificationBooked_, TrackingCertificationSummaryMap, TrackingMEsMap, and verbose_.
Referenced by dqmEndJob(), and resetTrackingCertificationMEs().
|
private |
Definition at line 195 of file TrackingCertificationInfo.cc.
References DQMStore::IBooker::bookFloat(), DQMStore::IBooker::cd(), gather_cfg::cout, TrackingUtility::getTopFolderPath(), DQMStore::IBooker::setCurrentFolder(), AlCaHLTBitMon_QueryRunRegistry::string, TopFolderName_, trackingCertificationBooked_, TrackingLSCertification, trackingLSCertificationBooked_, TrackingLSMEsMap, and verbose_.
Referenced by dqmEndLuminosityBlock(), and resetTrackingCertificationMEsAtLumi().
|
overrideprivatevirtual |
EndJob.
Implements DQMEDHarvester.
Definition at line 245 of file TrackingCertificationInfo.cc.
References bookTrackingCertificationMEs(), gather_cfg::cout, fillDummyTrackingCertification(), fillTrackingCertificationMEs(), nFEDConnected_, and verbose_.
|
overrideprivatevirtual |
End Of Luminosity.
Reimplemented from DQMEDHarvester.
Definition at line 232 of file TrackingCertificationInfo.cc.
References bookTrackingCertificationMEsAtLumi(), fillDummyTrackingCertificationAtLumi(), fillTrackingCertificationMEsAtLumi(), and nFEDConnected_.
|
private |
Definition at line 357 of file TrackingCertificationInfo.cc.
References MonitorElement::Fill(), MonitorElement::getNbinsX(), MonitorElement::getNbinsY(), resetTrackingCertificationMEs(), TrackingCertification, trackingCertificationBooked_, TrackingCertificationSummaryMap, and TrackingMEsMap.
Referenced by dqmEndJob().
|
private |
Definition at line 377 of file TrackingCertificationInfo.cc.
References MonitorElement::Fill(), resetTrackingCertificationMEsAtLumi(), TrackingLSCertification, trackingLSCertificationBooked_, and TrackingLSMEsMap.
Referenced by dqmEndLuminosityBlock().
|
private |
Definition at line 262 of file TrackingCertificationInfo.cc.
References allPixelFEDConnected_, DQMStore::IBooker::cd(), checkPixelFEDs_, gather_cfg::cout, MonitorElement::DQM_KIND_REAL, MonitorElement::Fill(), DQMStore::IGetter::getContents(), MonitorElement::getFloatValue(), MonitorElement::getName(), MonitorElement::getTH2F(), TrackingUtility::getTopFolderPath(), MonitorElement::kind(), dataset::name, AlCaHLTBitMon_QueryRunRegistry::string, TopFolderName_, TrackingCertification, trackingCertificationBooked_, TrackingCertificationSummaryMap, TrackingMEsMap, heppy_batch::val, and verbose_.
Referenced by dqmEndJob().
|
private |
Definition at line 392 of file TrackingCertificationInfo.cc.
References DQMStore::IBooker::cd(), gather_cfg::cout, DEFINE_FWK_MODULE, MonitorElement::DQM_KIND_REAL, MonitorElement::Fill(), DQMStore::IGetter::get(), DQMStore::IGetter::getContents(), MonitorElement::getFloatValue(), MonitorElement::getName(), TrackingUtility::getTopFolderPath(), MonitorElement::kind(), dataset::name, MonitorElement::Reset(), resetTrackingCertificationMEsAtLumi(), AlCaHLTBitMon_QueryRunRegistry::string, TopFolderName_, TrackingLSCertification, trackingLSCertificationBooked_, TrackingLSMEsMap, heppy_batch::val, and verbose_.
Referenced by dqmEndLuminosityBlock().
|
private |
Definition at line 333 of file TrackingCertificationInfo.cc.
References bookTrackingCertificationMEs(), MonitorElement::Reset(), TrackingCertification, trackingCertificationBooked_, and TrackingMEsMap.
Referenced by fillDummyTrackingCertification().
|
private |
Definition at line 345 of file TrackingCertificationInfo.cc.
References bookTrackingCertificationMEsAtLumi(), MonitorElement::Reset(), TrackingLSCertification, trackingLSCertificationBooked_, and TrackingLSMEsMap.
Referenced by fillDummyTrackingCertificationAtLumi(), and fillTrackingCertificationMEsAtLumi().
|
private |
Definition at line 99 of file TrackingCertificationInfo.h.
Referenced by beginRun(), and fillTrackingCertificationMEs().
|
private |
Definition at line 103 of file TrackingCertificationInfo.h.
Referenced by fillTrackingCertificationMEs(), and TrackingCertificationInfo().
|
private |
Definition at line 93 of file TrackingCertificationInfo.h.
Referenced by beginRun().
|
private |
Definition at line 105 of file TrackingCertificationInfo.h.
Referenced by beginRun().
|
private |
Definition at line 98 of file TrackingCertificationInfo.h.
Referenced by beginRun(), dqmEndJob(), and dqmEndLuminosityBlock().
|
private |
Definition at line 94 of file TrackingCertificationInfo.h.
Referenced by TrackingCertificationInfo().
|
private |
Definition at line 107 of file TrackingCertificationInfo.h.
Referenced by TrackingCertificationInfo().
|
private |
Definition at line 101 of file TrackingCertificationInfo.h.
Referenced by bookTrackingCertificationMEs(), bookTrackingCertificationMEsAtLumi(), fillTrackingCertificationMEs(), fillTrackingCertificationMEsAtLumi(), and TrackingCertificationInfo().
|
private |
Definition at line 88 of file TrackingCertificationInfo.h.
Referenced by bookTrackingCertificationMEs(), fillDummyTrackingCertification(), fillTrackingCertificationMEs(), and resetTrackingCertificationMEs().
|
private |
Definition at line 96 of file TrackingCertificationInfo.h.
Referenced by bookTrackingCertificationMEs(), bookTrackingCertificationMEsAtLumi(), fillDummyTrackingCertification(), fillTrackingCertificationMEs(), and resetTrackingCertificationMEs().
|
private |
Definition at line 89 of file TrackingCertificationInfo.h.
Referenced by bookTrackingCertificationMEs(), fillDummyTrackingCertification(), and fillTrackingCertificationMEs().
|
private |
Definition at line 91 of file TrackingCertificationInfo.h.
Referenced by bookTrackingCertificationMEsAtLumi(), fillDummyTrackingCertificationAtLumi(), fillTrackingCertificationMEsAtLumi(), and resetTrackingCertificationMEsAtLumi().
|
private |
Definition at line 97 of file TrackingCertificationInfo.h.
Referenced by bookTrackingCertificationMEsAtLumi(), fillDummyTrackingCertificationAtLumi(), fillTrackingCertificationMEsAtLumi(), and resetTrackingCertificationMEsAtLumi().
|
private |
Definition at line 86 of file TrackingCertificationInfo.h.
Referenced by bookTrackingCertificationMEsAtLumi(), fillDummyTrackingCertificationAtLumi(), fillTrackingCertificationMEsAtLumi(), resetTrackingCertificationMEsAtLumi(), and TrackingCertificationInfo().
|
private |
Definition at line 85 of file TrackingCertificationInfo.h.
Referenced by bookTrackingCertificationMEs(), fillDummyTrackingCertification(), fillTrackingCertificationMEs(), resetTrackingCertificationMEs(), and TrackingCertificationInfo().
|
private |
Definition at line 100 of file TrackingCertificationInfo.h.
Referenced by beginRun(), bookTrackingCertificationMEs(), bookTrackingCertificationMEsAtLumi(), dqmEndJob(), fillTrackingCertificationMEs(), fillTrackingCertificationMEsAtLumi(), and TrackingCertificationInfo().