Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | addDetIdsFromExcludedFEDs (const std::vector< uint32_t > &allDetIds) |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
unsigned int | fedFromDetId (const uint32_t &detid) |
std::unique_ptr< SiStripBadStrip > | getNewObject (const edm::EventSetup &iSetup) |
Private Attributes | |
const edm::ESGetToken< SiStripBadStrip, SiStripBadStripRcd > | badStripToken_ |
const edm::ESGetToken< SiStripDetCabling, SiStripDetCablingRcd > | cablingToken_ |
const SiStripDetCabling * | detCabling_ |
std::vector< uint32_t > | detIdsToExclude_ |
std::vector< uint32_t > | detIdsToInclude_ |
std::vector< unsigned int > | fedsToExclude_ |
std::vector< unsigned int > | fedsToInclude_ |
const bool | printDebug_ |
const std::string | record_ |
Additional Inherited Members | |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
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) |
Definition at line 29 of file SiStripBadChannelPatcher.cc.
|
inlineexplicit |
Definition at line 31 of file SiStripBadChannelPatcher.cc.
|
overridedefault |
|
private |
Definition at line 102 of file SiStripBadChannelPatcher.cc.
References submitPVResolutionJobs::count, detIdsToInclude_, fedFromDetId(), and fedsToInclude_.
Referenced by getNewObject().
|
overrideprivatevirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 112 of file SiStripBadChannelPatcher.cc.
References cond::service::PoolDBOutputService::currentTime(), getNewObject(), edm::Service< T >::isAvailable(), record_, and cond::service::PoolDBOutputService::writeOneIOV().
|
private |
Definition at line 77 of file SiStripBadChannelPatcher.cc.
References detCabling_, sistrip::FED_ID_MAX, SiStripDetCabling::getConnections(), LogDebug, and sistrip::NOT_A_FEDID.
Referenced by addDetIdsFromExcludedFEDs(), and getNewObject().
|
static |
Definition at line 63 of file SiStripBadChannelPatcher.cc.
References edm::ConfigurationDescriptions::addWithDefaultLabel(), submitPVResolutionJobs::desc, and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 129 of file SiStripBadChannelPatcher.cc.
References addDetIdsFromExcludedFEDs(), badStripToken_, cablingToken_, submitPVResolutionJobs::count, TauDecayModes::dec, detCabling_, detIdsToExclude_, detIdsToInclude_, fedFromDetId(), fedsToExclude_, SiStripDetInfo::getAllDetIds(), edm::EventSetup::getData(), l1ctLayer2EG_cff::id, SiStripDetInfoFileReader::kDefaultFile, LogDebug, dqmiodumpmetadata::n, getGTfromDQMFile::obj, jetsAK4_Puppi_cff::payload, printDebug_, FastTimerService_cff::range, SiStripDetInfoFileReader::read(), contentValuesCheck::ss, and sistrip::STRIPS_PER_APV.
Referenced by analyze().
|
private |
ES token for the bad strips
Definition at line 58 of file SiStripBadChannelPatcher.cc.
Referenced by getNewObject().
|
private |
ES token for the cabling
Definition at line 59 of file SiStripBadChannelPatcher.cc.
Referenced by getNewObject().
|
private |
Definition at line 51 of file SiStripBadChannelPatcher.cc.
Referenced by fedFromDetId(), and getNewObject().
|
private |
Definition at line 54 of file SiStripBadChannelPatcher.cc.
Referenced by getNewObject().
|
private |
Definition at line 55 of file SiStripBadChannelPatcher.cc.
Referenced by addDetIdsFromExcludedFEDs(), and getNewObject().
|
private |
Definition at line 56 of file SiStripBadChannelPatcher.cc.
Referenced by getNewObject().
|
private |
Definition at line 57 of file SiStripBadChannelPatcher.cc.
Referenced by addDetIdsFromExcludedFEDs().
|
private |
Definition at line 53 of file SiStripBadChannelPatcher.cc.
Referenced by getNewObject().
|
private |
Definition at line 52 of file SiStripBadChannelPatcher.cc.
Referenced by analyze().