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 &) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) override |
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 |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Protected Member Functions inherited from edm::EDConsumerBase | |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (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) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
Definition at line 43 of file EventSetupCacheIdentifierChecker.cc.
|
explicit |
Definition at line 80 of file EventSetupCacheIdentifierChecker.cc.
|
override |
Definition at line 85 of file EventSetupCacheIdentifierChecker.cc.
|
overrideprivatevirtual |
Implements edm::EDAnalyzer.
Definition at line 95 of file EventSetupCacheIdentifierChecker.cc.
References check().
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 121 of file EventSetupCacheIdentifierChecker.cc.
References check().
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 112 of file EventSetupCacheIdentifierChecker.cc.
References check().
|
private |
Definition at line 132 of file EventSetupCacheIdentifierChecker.cc.
References Exception, edm::EventSetup::find(), initialize(), m_index, and m_recordKeysToExpectedCacheIdentifiers.
Referenced by analyze(), beginLuminosityBlock(), and beginRun().
|
static |
Definition at line 177 of file EventSetupCacheIdentifierChecker.cc.
References edm::ConfigurationDescriptions::addDefault(), and edm::ParameterSetDescription::addWildcardUntracked().
|
private |
Definition at line 159 of file EventSetupCacheIdentifierChecker.cc.
References edm::eventsetup::heterocontainer::HCTypeTag::findType(), edm::ParameterSet::getParameterNamesForType(), edm::ParameterSet::getUntrackedParameter(), m_pset, m_recordKeysToExpectedCacheIdentifiers, Skims_PA_cff::name, and edm::eventsetup::EventSetupRecordKey::type().
Referenced by check().
|
private |
Definition at line 65 of file EventSetupCacheIdentifierChecker.cc.
Referenced by check().
|
private |
Definition at line 63 of file EventSetupCacheIdentifierChecker.cc.
Referenced by initialize().
|
private |
Definition at line 64 of file EventSetupCacheIdentifierChecker.cc.
Referenced by check(), and initialize().