Public Member Functions | |
EventSetupCacheIdentifierChecker (const edm::ParameterSet &) | |
~EventSetupCacheIdentifierChecker () | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
EDConsumerBase () | |
ProductHolderIndex | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndex > &) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) |
virtual void | beginRun (edm::Run const &, edm::EventSetup const &) |
void | check (edm::EventSetup const &) |
void | initialize () |
Private Attributes | |
unsigned int | m_index |
ParameterSet | m_pset |
std::map < eventsetup::EventSetupRecordKey, std::vector< unsigned int > > | m_recordKeysToExpectedCacheIdentifiers |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
Protected Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
CurrentProcessingContext const * | currentContext () const |
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) |
Definition at line 45 of file EventSetupCacheIdentifierChecker.cc.
|
explicit |
Definition at line 83 of file EventSetupCacheIdentifierChecker.cc.
EventSetupCacheIdentifierChecker::~EventSetupCacheIdentifierChecker | ( | ) |
Definition at line 92 of file EventSetupCacheIdentifierChecker.cc.
|
privatevirtual |
Implements edm::EDAnalyzer.
Definition at line 107 of file EventSetupCacheIdentifierChecker.cc.
References check().
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 140 of file EventSetupCacheIdentifierChecker.cc.
References check().
|
privatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 127 of file EventSetupCacheIdentifierChecker.cc.
References check().
|
private |
Definition at line 152 of file EventSetupCacheIdentifierChecker.cc.
References edm::eventsetup::EventSetupRecord::cacheIdentifier(), edm::hlt::Exception, edm::EventSetup::find(), initialize(), m_index, and m_recordKeysToExpectedCacheIdentifiers.
Referenced by analyze(), beginLuminosityBlock(), and beginRun().
|
static |
Definition at line 197 of file EventSetupCacheIdentifierChecker.cc.
References edm::ConfigurationDescriptions::addDefault(), and edm::ParameterSetDescription::addWildcardUntracked().
|
private |
Definition at line 178 of file EventSetupCacheIdentifierChecker.cc.
References edm::eventsetup::heterocontainer::HCTypeTag::findType(), edm::ParameterSet::getParameterNamesForType(), edm::ParameterSet::getUntrackedParameter(), m_pset, m_recordKeysToExpectedCacheIdentifiers, mergeVDriftHistosByStation::name, and edm::eventsetup::EventSetupRecordKey::type().
Referenced by check().
|
private |
Definition at line 68 of file EventSetupCacheIdentifierChecker.cc.
Referenced by check().
|
private |
Definition at line 66 of file EventSetupCacheIdentifierChecker.cc.
Referenced by initialize().
|
private |
Definition at line 67 of file EventSetupCacheIdentifierChecker.cc.
Referenced by check(), and initialize().