34 throw cms::Exception(
"LogicError") <<
"EventSetupImpl::insert Could not find key\n" 35 <<
"Should be impossible. Please contact Framework developer.\n";
50 unsigned int iTransitionID,
77 if (recordImpl !=
nullptr) {
78 oToFill.push_back(recordImpl->key());
85 return lb !=
keysEnd_ && iKey == *lb;
89 std::vector<eventsetup::EventSetupRecordKey>::const_iterator
const& keysEnd) {
ActivityRegistry const * activityRegistry_
void insert(const eventsetup::EventSetupRecordKey &, const eventsetup::EventSetupRecordImpl *)
std::vector< eventsetup::EventSetupRecordKey >::const_iterator keysBegin_
void setKeyIters(std::vector< eventsetup::EventSetupRecordKey >::const_iterator const &keysBegin, std::vector< eventsetup::EventSetupRecordKey >::const_iterator const &keysEnd)
std::vector< eventsetup::EventSetupRecordKey >::const_iterator keysEnd_
bool recordIsProvidedByAModule(eventsetup::EventSetupRecordKey const &) const
void fillAvailableRecordKeys(std::vector< eventsetup::EventSetupRecordKey > &oToFill) const
clears the oToFill vector and then fills it with the keys for all available records ...
EventSetupImpl(EventSetupImpl const &)=delete
eventsetup::EventSetupRecordImpl const * findImpl(const eventsetup::EventSetupRecordKey &) const
void add(const eventsetup::EventSetupRecordImpl &iRecord)
std::optional< eventsetup::EventSetupRecordGeneric > find(const eventsetup::EventSetupRecordKey &, unsigned int iTransitionID, ESProxyIndex const *getTokenIndices) const
std::vector< eventsetup::EventSetupRecordImpl const * > recordImpls_
EventSetupRecordKey const & key() const