#include <EventSetupTestHelper.h>
Protected Member Functions | |
KeyedProxiesVector | registerProxies (const eventsetup::EventSetupRecordKey &, unsigned int iovIndex) final |
void | setIntervalFor (const eventsetup::EventSetupRecordKey &, const IOVSyncValue &, ValidityInterval &) final |
Protected Member Functions inherited from edm::eventsetup::DataProxyProvider | |
template<class T > | |
void | usingRecord () |
void | usingRecordWithKey (const EventSetupRecordKey &key) |
Protected Member Functions inherited from edm::EventSetupRecordIntervalFinder | |
template<class T > | |
void | findingRecord () |
void | findingRecordWithKey (const eventsetup::EventSetupRecordKey &) |
Private Attributes | |
std::vector< ESProduceEntry > | proxies_ |
Additional Inherited Members | |
Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider | |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Types inherited from edm::eventsetup::DataProxyProvider | |
using | KeyedProxiesVector = std::vector< std::pair< DataKey, std::shared_ptr< DataProxy > >> |
Definition at line 34 of file EventSetupTestHelper.h.
EventSetupTestHelper::EventSetupTestHelper | ( | std::vector< ESProduceEntry > | iProxies | ) |
Definition at line 22 of file EventSetupTestHelper.cc.
References eostools::move().
|
delete |
std::shared_ptr< eventsetup::DataProxy > EventSetupTestHelper::getProxy | ( | unsigned int | index | ) |
Definition at line 70 of file EventSetupTestHelper.cc.
References proxies_.
|
delete |
|
finalprotectedvirtual |
Implements edm::eventsetup::DataProxyProvider.
Definition at line 59 of file EventSetupTestHelper.cc.
References AlCaHLTBitMon_ParallelJobs::p, and proxies_.
void EventSetupTestHelper::resetAllProxies | ( | ) |
Definition at line 74 of file EventSetupTestHelper.cc.
References AlCaHLTBitMon_ParallelJobs::p, and proxies_.
|
finalprotectedvirtual |
Implements edm::EventSetupRecordIntervalFinder.
Definition at line 34 of file EventSetupTestHelper.cc.
References edm::IOVSyncValue::beginOfTime(), and edm::IOVSyncValue::endOfTime().
|
private |
Definition at line 51 of file EventSetupTestHelper.h.
Referenced by getProxy(), registerProxies(), and resetAllProxies().