Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::one::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
bool | checkMapsValidity (const std::vector< MonitorElement * > &maps, const std::string &type) const |
void | makeSummary (DQMStore::IGetter &getter, TFileService &fs) const |
void | makeSummaryVsBX (DQMStore::IGetter &getter, TFileService &fs) const |
void | makeSummaryVsCM (DQMStore::IGetter &getter, TFileService &fs) const |
void | makeSummaryVsLumi (DQMStore::IGetter &getter) const |
void | printAndWriteBadModules (const SiStripQuality &quality, const SiStripDetInfo &detInfo) const |
void | printTotalStatistics (const std::array< long, 23 > &layerFound, const std::array< long, 23 > &layerTotal) const |
void | writeBadStripPayload (const SiStripQuality &quality) const |
Private Attributes | |
const bool | autoIneffModTagging_ |
const bool | doStoreOnDB_ |
const bool | isAtPCL_ |
const int | nModsMin_ |
const unsigned int | nTEClayers_ |
const std::string | record_ |
const bool | showRings_ |
std::vector< DetId > | stripDetIds_ |
std::unique_ptr< SiStripQuality > | stripQuality_ |
const edm::ESGetToken < SiStripQuality, SiStripQualityRcd > | stripQualityToken_ |
const double | threshold_ |
const std::string | title_ |
std::unique_ptr< TkDetMap > | tkDetMap_ |
const edm::ESGetToken < TkDetMap, TrackerTopologyRcd > | tkDetMapToken_ |
const edm::ESGetToken < TrackerGeometry, TrackerDigiGeometryRecord > | tkGeomToken_ |
const double | tkMapMin_ |
std::unique_ptr< TrackerTopology > | tTopo_ |
const edm::ESGetToken < TrackerTopology, TrackerTopologyRcd > | tTopoToken_ |
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 | |
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 |
Protected Member Functions inherited from edm::ProducerBase | |
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 ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
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_ |
Definition at line 33 of file SiStripHitEfficiencyHarvester.cc.
|
explicit |
Definition at line 71 of file SiStripHitEfficiencyHarvester.cc.
|
overridedefault |
|
private |
Definition at line 107 of file SiStripHitEfficiencyHarvester.cc.
References submitPVResolutionJobs::count, LogDebug, HcalDetIdTransform::transform(), and x.
Referenced by dqmEndJob().
|
overridevirtual |
Implements DQMEDHarvester.
Definition at line 137 of file SiStripHitEfficiencyHarvester.cc.
References autoIneffModTagging_, dqm::implementation::IBooker::book1D(), checkMapsValidity(), makePileupJSON::denom, doStoreOnDB_, compareTotals::fs, mps_fire::i, isAtPCL_, SiStripDetInfoFileReader::kDefaultFile, phase1PixelTopology::layer, phase1PixelTopology::layerName, LogDebug, LOGPRINT, makeSummary(), makeSummaryVsBX(), makeSummaryVsCM(), makeSummaryVsLumi(), SiStripPI::max, nModsMin_, me0TriggerPseudoDigis_cff::nStrips, nTEClayers_, pileupDistInMC::num, or, printAndWriteBadModules(), printTotalStatistics(), SiStripDetInfoFileReader::read(), showRings_, AlCaHLTBitMon_QueryRunRegistry::string, stripDetIds_, sistrip::STRIPS_PER_APV, threshold_, title_, tkDetMap_, tkMapMin_, tTopo_, and writeBadStripPayload().
|
override |
Definition at line 87 of file SiStripHitEfficiencyHarvester.cc.
References edm::EventSetup::getData(), stripDetIds_, stripQuality_, stripQualityToken_, tkDetMap_, tkDetMapToken_, tkGeomToken_, tTopo_, and tTopoToken_.
|
static |
Definition at line 654 of file SiStripHitEfficiencyHarvester.cc.
References edm::ParameterSetDescription::add(), edm::ParameterSetDescription::addUntracked(), edm::ConfigurationDescriptions::addWithDefaultLabel(), submitPVResolutionJobs::desc, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 386 of file SiStripHitEfficiencyHarvester.cc.
Referenced by dqmEndJob().
|
private |
Definition at line 390 of file SiStripHitEfficiencyHarvester.cc.
Referenced by dqmEndJob().
|
private |
|
private |
Definition at line 394 of file SiStripHitEfficiencyHarvester.cc.
References alignCSCRings::e, diffTreeTool::format(), dqm::implementation::IGetter::get(), dqm::legacy::MonitorElement::getTH1F(), mps_fire::i, LogDebug, or, and showRings_.
Referenced by dqmEndJob().
|
private |
Definition at line 468 of file SiStripHitEfficiencyHarvester.cc.
References SiStripBadStrip::decode(), SiStripQuality::getBadComponentList(), SiStripBadStrip::getDataVectorBegin(), SiStripDetInfo::getNumberOfApvsAndStripLength(), SiStripBadStrip::getRegistryVectorBegin(), SiStripBadStrip::getRegistryVectorEnd(), mps_fire::i, dqmiolumiharvest::j, isotrackApplyRegressor::k, LOGPRINT, SiStripBadStrip::data::range, sistrip::SpyUtilities::range(), SiStripPI::setBadComponents(), contentValuesCheck::ss, str, sistrip::STRIPS_PER_APV, DetId::subdetId(), SiStripSubdetector::TEC, SiStripSubdetector::TIB, SiStripSubdetector::TID, SiStripSubdetector::TOB, and tTopo_.
Referenced by dqmEndJob().
|
private |
Definition at line 321 of file SiStripHitEfficiencyHarvester.cc.
References mps_fire::i, phase1PixelTopology::layerName, LOGPRINT, nTEClayers_, and showRings_.
Referenced by dqmEndJob().
|
private |
Definition at line 370 of file SiStripHitEfficiencyHarvester.cc.
References cond::service::PoolDBOutputService::currentTime(), Exception, SiStripBadStrip::getDataVectorBegin(), SiStripBadStrip::getRegistryVectorBegin(), SiStripBadStrip::getRegistryVectorEnd(), edm::Service< T >::isAvailable(), sistrip::SpyUtilities::range(), record_, and cond::service::PoolDBOutputService::writeOneIOV().
Referenced by dqmEndJob().
|
private |
Definition at line 44 of file SiStripHitEfficiencyHarvester.cc.
Referenced by dqmEndJob().
|
private |
Definition at line 44 of file SiStripHitEfficiencyHarvester.cc.
Referenced by dqmEndJob().
|
private |
Definition at line 43 of file SiStripHitEfficiencyHarvester.cc.
Referenced by dqmEndJob().
|
private |
Definition at line 47 of file SiStripHitEfficiencyHarvester.cc.
Referenced by dqmEndJob().
|
private |
Definition at line 45 of file SiStripHitEfficiencyHarvester.cc.
Referenced by dqmEndJob(), and printTotalStatistics().
|
private |
Definition at line 49 of file SiStripHitEfficiencyHarvester.cc.
Referenced by writeBadStripPayload().
|
private |
Definition at line 44 of file SiStripHitEfficiencyHarvester.cc.
Referenced by dqmEndJob(), makeSummaryVsLumi(), and printTotalStatistics().
|
private |
Definition at line 59 of file SiStripHitEfficiencyHarvester.cc.
Referenced by dqmEndJob(), and endRun().
|
private |
Definition at line 58 of file SiStripHitEfficiencyHarvester.cc.
Referenced by endRun().
|
private |
Definition at line 53 of file SiStripHitEfficiencyHarvester.cc.
Referenced by endRun().
|
private |
Definition at line 46 of file SiStripHitEfficiencyHarvester.cc.
Referenced by dqmEndJob().
|
private |
Definition at line 49 of file SiStripHitEfficiencyHarvester.cc.
Referenced by dqmEndJob().
|
private |
Definition at line 57 of file SiStripHitEfficiencyHarvester.cc.
Referenced by dqmEndJob(), and endRun().
|
private |
Definition at line 52 of file SiStripHitEfficiencyHarvester.cc.
Referenced by endRun().
|
private |
Definition at line 54 of file SiStripHitEfficiencyHarvester.cc.
Referenced by endRun().
|
private |
Definition at line 48 of file SiStripHitEfficiencyHarvester.cc.
Referenced by dqmEndJob().
|
private |
Definition at line 56 of file SiStripHitEfficiencyHarvester.cc.
Referenced by dqmEndJob(), endRun(), and printAndWriteBadModules().
|
private |
Definition at line 51 of file SiStripHitEfficiencyHarvester.cc.
Referenced by endRun().