27 assert(std::is_sorted(iRecords.begin(), iRecords.end()));
34 std::vector<DataKey>
const& iDataKeys,
35 std::vector<ComponentDescription const*>
const& iComponents) {
37 assert(iDataKeys.size() == iComponents.size());
61 if (itDK ==
dataKeys_.begin() + endOffset
or *itDK != iDK) {
88 if (itDK ==
dataKeys_.begin() + endOffset
or *itDK != iDK) {
std::vector< EventSetupRecordKey > recordKeys_
unsigned int dataKeysInRecord(unsigned int iRecordIndex, EventSetupRecordKey const &iRecord, std::vector< DataKey > const &iDataKeys, std::vector< ComponentDescription const * > const &iComponents)
std::vector< ComponentDescription const * > components_
std::vector< unsigned int > recordOffsets_
std::vector< DataKey > dataKeys_
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e< void, edm::EventID const &, edm::Timestamp const & > We also list in braces which AR_WATCH_USING_METHOD_ is used for those or
ESRecordIndex recordIndexFor(EventSetupRecordKey const &iRK) const noexcept
static constexpr ESProxyIndex missingProxyIndex() noexcept
ESProxyIndex indexInRecord(EventSetupRecordKey const &iRK, DataKey const &iDK) const noexcept
If the index is not found, returns missingProxyIndex()
ComponentDescription const * component(EventSetupRecordKey const &iRK, DataKey const &iDK) const noexcept
ESRecordsToProxyIndices(std::vector< EventSetupRecordKey > iRecords)
static constexpr ESRecordIndex missingRecordIndex() noexcept