CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes
edm::EventSetupCacheIdentifierChecker Class Reference
Inheritance diagram for edm::EventSetupCacheIdentifierChecker:
edm::EDAnalyzer edm::EDConsumerBase

Public Member Functions

 EventSetupCacheIdentifierChecker (const edm::ParameterSet &)
 
 ~EventSetupCacheIdentifierChecker () override
 
- Public Member Functions inherited from edm::EDAnalyzer
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzer ()
 
SerialTaskQueueglobalLuminosityBlocksQueue ()
 
SerialTaskQueueglobalRunsQueue ()
 
ModuleDescription const & moduleDescription () const
 
std::string workerType () const
 
 ~EDAnalyzer () override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase &&)=default
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESProxyIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex > const & esGetTokenRecordIndicesVector (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

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 wantsInputProcessBlocks ()
 
static bool wantsProcessBlocks ()
 
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 = InEvent>
EDConsumerBaseAdaptor< B > consumes (edm::InputTag tag) noexcept
 
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<Transition Tr = Transition::Event>
constexpr auto esConsumes () noexcept
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag) noexcept
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
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)
 

Detailed Description

Definition at line 43 of file EventSetupCacheIdentifierChecker.cc.

Constructor & Destructor Documentation

◆ EventSetupCacheIdentifierChecker()

EventSetupCacheIdentifierChecker::EventSetupCacheIdentifierChecker ( const edm::ParameterSet iConfig)
explicit

Definition at line 80 of file EventSetupCacheIdentifierChecker.cc.

81  : m_pset(iConfig), m_index(0) {
82  //now do what ever initialization is needed
83 }

◆ ~EventSetupCacheIdentifierChecker()

EventSetupCacheIdentifierChecker::~EventSetupCacheIdentifierChecker ( )
override

Definition at line 85 of file EventSetupCacheIdentifierChecker.cc.

85  {
86  // do anything here that needs to be done at desctruction time
87  // (e.g. close files, deallocate resources etc.)
88 }

Member Function Documentation

◆ analyze()

void EventSetupCacheIdentifierChecker::analyze ( const edm::Event iEvent,
const edm::EventSetup iSetup 
)
overrideprivatevirtual

Implements edm::EDAnalyzer.

Definition at line 95 of file EventSetupCacheIdentifierChecker.cc.

95  {
96  check(iSetup);
97 }

References check().

◆ beginLuminosityBlock()

void EventSetupCacheIdentifierChecker::beginLuminosityBlock ( edm::LuminosityBlock const &  ,
edm::EventSetup const &  iSetup 
)
overrideprivatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 121 of file EventSetupCacheIdentifierChecker.cc.

122  {
123  check(iSetup);
124 }

References check().

◆ beginRun()

void EventSetupCacheIdentifierChecker::beginRun ( edm::Run const &  ,
edm::EventSetup const &  iSetup 
)
overrideprivatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 112 of file EventSetupCacheIdentifierChecker.cc.

112 { check(iSetup); }

References check().

◆ check()

void EventSetupCacheIdentifierChecker::check ( edm::EventSetup const &  iSetup)
private

Definition at line 132 of file EventSetupCacheIdentifierChecker.cc.

132  {
134  initialize();
135  }
136  using namespace edm::eventsetup;
137 
139  it != itEnd;
140  ++it) {
141  auto pRecord = iSetup.find(it->first);
142  if (not pRecord) {
143  edm::LogWarning("RecordNotInIOV") << "The EventSetup Record '" << it->first.name()
144  << "' is not available for this IOV.";
145  }
146  if (it->second.size() <= m_index) {
147  throw cms::Exception("TooFewCacheIDs")
148  << "The vector of cacheIdentifiers for the record " << it->first.name() << " is too short";
149  }
150  if (pRecord && pRecord->cacheIdentifier() != it->second[m_index]) {
151  throw cms::Exception("IncorrectCacheID")
152  << "The Record " << it->first.name() << " was supposed to have cacheIdentifier: " << it->second[m_index]
153  << " but instead has " << pRecord->cacheIdentifier();
154  }
155  }
156  ++m_index;
157 }

References Exception, edm::EventSetup::find(), initialize(), m_index, and m_recordKeysToExpectedCacheIdentifiers.

Referenced by analyze(), beginLuminosityBlock(), and beginRun().

◆ fillDescriptions()

void EventSetupCacheIdentifierChecker::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 177 of file EventSetupCacheIdentifierChecker.cc.

177  {
178  //The following says we do not know what parameters are allowed so do no validation
179  // Please change this to state exactly what you do use, even if it is no parameters
181  desc.addWildcardUntracked<std::vector<unsigned int> >("*")->setComment(
182  "The label is the name of an EventSetup Record while the vector contains the expected cacheIdentifier values for "
183  "each beginRun, beginLuminosityBlock and event transition");
184  descriptions.addDefault(desc);
185 }

References edm::ConfigurationDescriptions::addDefault(), and submitPVResolutionJobs::desc.

◆ initialize()

void EventSetupCacheIdentifierChecker::initialize ( )
private

Definition at line 159 of file EventSetupCacheIdentifierChecker.cc.

159  {
160  std::vector<std::string> recordNames{m_pset.getParameterNamesForType<std::vector<unsigned int> >(false)};
161 
162  for (auto const& name : recordNames) {
164  if (recordKey.type() == eventsetup::EventSetupRecordKey::TypeTag()) {
165  //record not found
166  edm::LogWarning("DataGetter") << "Record \"" << name << "\" does not exist " << std::endl;
167 
168  continue;
169  }
170 
172  std::make_pair(recordKey, m_pset.getUntrackedParameter<std::vector<unsigned int> >(name)));
173  }
174 }

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().

Member Data Documentation

◆ m_index

unsigned int edm::EventSetupCacheIdentifierChecker::m_index
private

Definition at line 65 of file EventSetupCacheIdentifierChecker.cc.

Referenced by check().

◆ m_pset

ParameterSet edm::EventSetupCacheIdentifierChecker::m_pset
private

Definition at line 63 of file EventSetupCacheIdentifierChecker.cc.

Referenced by initialize().

◆ m_recordKeysToExpectedCacheIdentifiers

std::map<eventsetup::EventSetupRecordKey, std::vector<unsigned int> > edm::EventSetupCacheIdentifierChecker::m_recordKeysToExpectedCacheIdentifiers
private

Definition at line 64 of file EventSetupCacheIdentifierChecker.cc.

Referenced by check(), and initialize().

edm::eventsetup::heterocontainer::HCTypeTag::findType
static HCTypeTag findType(char const *iTypeName)
find a type based on the types name, if not found will return default HCTypeTag
Definition: HCTypeTag.cc:121
edm::EventSetupCacheIdentifierChecker::initialize
void initialize()
Definition: EventSetupCacheIdentifierChecker.cc:159
edm::EventSetupCacheIdentifierChecker::m_pset
ParameterSet m_pset
Definition: EventSetupCacheIdentifierChecker.cc:63
edm::ParameterSetDescription
Definition: ParameterSetDescription.h:52
edm::ParameterSet::getUntrackedParameter
T getUntrackedParameter(std::string const &, T const &) const
edm::LogWarning
Log< level::Warning, false > LogWarning
Definition: MessageLogger.h:122
edm::eventsetup::EventSetupRecordKey
Definition: EventSetupRecordKey.h:30
edm::eventsetup::EventSetupRecordKey::TypeTag
heterocontainer::HCTypeTag TypeTag
Definition: EventSetupRecordKey.h:32
edm::EventSetupCacheIdentifierChecker::check
void check(edm::EventSetup const &)
Definition: EventSetupCacheIdentifierChecker.cc:132
edm::ParameterSet::getParameterNamesForType
std::vector< std::string > getParameterNamesForType(bool trackiness=true) const
Definition: ParameterSet.h:179
edm::EventSetupCacheIdentifierChecker::m_recordKeysToExpectedCacheIdentifiers
std::map< eventsetup::EventSetupRecordKey, std::vector< unsigned int > > m_recordKeysToExpectedCacheIdentifiers
Definition: EventSetupCacheIdentifierChecker.cc:64
submitPVResolutionJobs.desc
string desc
Definition: submitPVResolutionJobs.py:251
Exception
Definition: hltDiff.cc:246
Skims_PA_cff.name
name
Definition: Skims_PA_cff.py:17
edm::eventsetup
Definition: ES_DDDetector.cc:16
edm::ConfigurationDescriptions::addDefault
void addDefault(ParameterSetDescription const &psetDescription)
Definition: ConfigurationDescriptions.cc:99
edm::EventSetupCacheIdentifierChecker::m_index
unsigned int m_index
Definition: EventSetupCacheIdentifierChecker.cc:65