#include <DQM/SiStripMonitorCluster/interface/SiStripBadComponentInfo.h>
Protected Member Functions | |
void | beginRun (edm::Run const &, edm::EventSetup const &) override |
void | dqmEndJob (DQMStore::IBooker &, DQMStore::IGetter &) override |
void | endRun (edm::Run const &, edm::EventSetup const &) override |
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 | bookBadComponentHistos (DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter) |
void | checkBadComponents (edm::EventSetup const &eSetup) |
void | createSummary (MonitorElement *me, const std::map< std::pair< int, int >, float > &map) |
void | fillBadComponentMaps (int xbin, int component, SiStripQuality::BadComponent &BC) |
Private Attributes | |
MonitorElement * | badAPVME_ |
MonitorElement * | badFiberME_ |
MonitorElement * | badStripME_ |
bool | bookedStatus_ |
unsigned long long | m_cacheID_ |
std::map< std::pair< int, int >, float > | mapBadAPV |
std::map< std::pair< int, int >, float > | mapBadFiber |
std::map< std::pair< int, int >, float > | mapBadStrip |
int | nSubSystem_ |
std::string | qualityLabel_ |
edm::ESHandle< SiStripQuality > | siStripQuality_ |
edm::ESHandle< TrackerTopology > | tTopoHandle_ |
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 Attributes inherited from DQMEDHarvester | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
Description: Checks the # of SiStrip FEDs from DAQ Usage: <usage>
Definition at line 42 of file SiStripBadComponentInfo.h.
SiStripBadComponentInfo::SiStripBadComponentInfo | ( | const edm::ParameterSet & | ps | ) |
Constructor.
Definition at line 23 of file SiStripBadComponentInfo.cc.
References LogDebug.
|
override |
Definition at line 35 of file SiStripBadComponentInfo.cc.
References LogDebug, mapBadAPV, mapBadFiber, and mapBadStrip.
|
overrideprotected |
Definition at line 44 of file SiStripBadComponentInfo.cc.
|
private |
Definition at line 161 of file SiStripBadComponentInfo.cc.
References badAPVME_, badFiberME_, badStripME_, DQMStore::IBooker::book2D(), bookedStatus_, DQMStore::IBooker::cd(), DQMStore::IGetter::dirExists(), mps_fire::i, names, nSubSystem_, DQMStore::IBooker::pwd(), MonitorElement::setAxisTitle(), MonitorElement::setBinLabel(), DQMStore::IBooker::setCurrentFolder(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by dqmEndJob().
|
private |
Definition at line 49 of file SiStripBadComponentInfo.cc.
References SiStripBadStrip::decode(), fillBadComponentMaps(), edm::EventSetup::get(), SiStripQuality::getBadComponentList(), SiStripBadStrip::getDataVectorBegin(), SiStripBadStrip::getRegistryVectorBegin(), SiStripBadStrip::getRegistryVectorEnd(), mps_fire::i, LogDebug, m_cacheID_, mapBadStrip, edm::ESHandle< T >::product(), qualityLabel_, SiStripBadStrip::data::range, siStripQuality_, DetId::subdetId(), StripSubdetector::TEC, TrackerTopology::tecSide(), TrackerTopology::tecWheel(), StripSubdetector::TIB, TrackerTopology::tibLayer(), StripSubdetector::TID, TrackerTopology::tidSide(), TrackerTopology::tidWheel(), StripSubdetector::TOB, TrackerTopology::tobLayer(), tTopoHandle_, and heppy_batch::val.
Referenced by endRun().
|
private |
Definition at line 231 of file SiStripBadComponentInfo.cc.
References DEFINE_FWK_MODULE, MonitorElement::getNbinsY(), mps_fire::i, gen::k, genParticles_cff::map, nSubSystem_, and MonitorElement::setBinContent().
Referenced by dqmEndJob().
|
overrideprotectedvirtual |
Implements DQMEDHarvester.
Definition at line 151 of file SiStripBadComponentInfo.cc.
References badAPVME_, badFiberME_, badStripME_, bookBadComponentHistos(), createSummary(), LogDebug, mapBadAPV, mapBadFiber, and mapBadStrip.
|
overrideprotected |
Definition at line 144 of file SiStripBadComponentInfo.cc.
References checkBadComponents(), and LogDebug.
|
private |
Definition at line 214 of file SiStripBadComponentInfo.cc.
References SiStripQuality::BadComponent::BadApvs, SiStripQuality::BadComponent::BadFibers, KineDebug3::count(), mapBadAPV, mapBadFiber, and heppy_batch::val.
Referenced by checkBadComponents().
|
private |
Definition at line 62 of file SiStripBadComponentInfo.h.
Referenced by bookBadComponentHistos(), and dqmEndJob().
|
private |
Definition at line 63 of file SiStripBadComponentInfo.h.
Referenced by bookBadComponentHistos(), and dqmEndJob().
|
private |
Definition at line 64 of file SiStripBadComponentInfo.h.
Referenced by bookBadComponentHistos(), and dqmEndJob().
|
private |
Definition at line 71 of file SiStripBadComponentInfo.h.
Referenced by bookBadComponentHistos().
|
private |
Definition at line 70 of file SiStripBadComponentInfo.h.
Referenced by checkBadComponents().
|
private |
Definition at line 66 of file SiStripBadComponentInfo.h.
Referenced by dqmEndJob(), fillBadComponentMaps(), and ~SiStripBadComponentInfo().
|
private |
Definition at line 67 of file SiStripBadComponentInfo.h.
Referenced by dqmEndJob(), fillBadComponentMaps(), and ~SiStripBadComponentInfo().
|
private |
Definition at line 68 of file SiStripBadComponentInfo.h.
Referenced by checkBadComponents(), dqmEndJob(), and ~SiStripBadComponentInfo().
|
private |
Definition at line 72 of file SiStripBadComponentInfo.h.
Referenced by bookBadComponentHistos(), and createSummary().
|
private |
Definition at line 73 of file SiStripBadComponentInfo.h.
Referenced by checkBadComponents().
|
private |
Definition at line 75 of file SiStripBadComponentInfo.h.
Referenced by checkBadComponents().
|
private |
Definition at line 76 of file SiStripBadComponentInfo.h.
Referenced by checkBadComponents().