Go to the documentation of this file.
34 throw cms::Exception(
"LogicError") <<
"EventSetupImpl::insert Could not find key\n"
35 <<
"Should be impossible. Please contact Framework developer.\n";
46 unsigned int iTransitionID,
80 if (recordImpl !=
nullptr) {
81 oToFill.push_back(recordImpl->key());
88 return lb !=
keysEnd_ && iKey == *lb;
101 std::vector<eventsetup::EventSetupRecordKey>::const_iterator
const& keysEnd) {
eventsetup::EventSetupRecordImpl const * findImpl(const eventsetup::EventSetupRecordKey &) const
void fillAvailableRecordKeys(std::vector< eventsetup::EventSetupRecordKey > &oToFill) const
clears the oToFill vector and then fills it with the keys for all available records
std::optional< eventsetup::EventSetupRecordGeneric > find(const eventsetup::EventSetupRecordKey &, unsigned int iTransitionID, ESProxyIndex const *getTokenIndices) const
bool validRecord(eventsetup::EventSetupRecordKey const &iKey) const
constexpr Value_t value() const noexcept
std::vector< eventsetup::EventSetupRecordKey >::const_iterator keysEnd_
void setKeyIters(std::vector< eventsetup::EventSetupRecordKey >::const_iterator const &keysBegin, std::vector< eventsetup::EventSetupRecordKey >::const_iterator const &keysEnd)
EventSetupRecordKey const & key() const
void insertRecordImpl(const eventsetup::EventSetupRecordKey &, const eventsetup::EventSetupRecordImpl *)
std::vector< eventsetup::EventSetupRecordKey >::const_iterator keysBegin_
bool recordIsProvidedByAModule(eventsetup::EventSetupRecordKey const &) const
std::vector< eventsetup::EventSetupRecordImpl const * > recordImpls_
void addRecordImpl(const eventsetup::EventSetupRecordImpl &iRecord)