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 &) override |
virtual void | beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) override |
virtual void | beginRun (edm::Run const &, edm::EventSetup const &) override |
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 |
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 44 of file EventSetupCacheIdentifierChecker.cc.
|
explicit |
Definition at line 82 of file EventSetupCacheIdentifierChecker.cc.
EventSetupCacheIdentifierChecker::~EventSetupCacheIdentifierChecker | ( | ) |
Definition at line 91 of file EventSetupCacheIdentifierChecker.cc.
|
overrideprivatevirtual |
Implements edm::EDAnalyzer.
Definition at line 106 of file EventSetupCacheIdentifierChecker.cc.
References check().
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 139 of file EventSetupCacheIdentifierChecker.cc.
References check().
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 126 of file EventSetupCacheIdentifierChecker.cc.
References check().
|
private |
Definition at line 151 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 196 of file EventSetupCacheIdentifierChecker.cc.
References edm::ConfigurationDescriptions::addDefault(), and edm::ParameterSetDescription::addWildcardUntracked().
|
private |
Definition at line 177 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 67 of file EventSetupCacheIdentifierChecker.cc.
Referenced by check().
|
private |
Definition at line 65 of file EventSetupCacheIdentifierChecker.cc.
Referenced by initialize().
|
private |
Definition at line 66 of file EventSetupCacheIdentifierChecker.cc.
Referenced by check(), and initialize().