Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider | |
static void | prevalidate (ConfigurationDescriptions &) |
Private Member Functions | |
bool | isConcurrentFinder () const override |
void | setIntervalFor (edm::eventsetup::EventSetupRecordKey const &, edm::IOVSyncValue const &, edm::ValidityInterval &) override |
Private Attributes | |
const bool | concurrentFinder_ |
const bool | findForRecordA_ |
const bool | iovIsTime_ |
std::set< edm::IOVSyncValue > | setOfInvalidIOV_ |
std::set< edm::IOVSyncValue > | setOfIOV_ |
const bool | testForceESSourceMode_ |
edm::ValidityInterval | validityInterval_ |
edm::WallclockTimer | wallclockTimer_ |
Additional Inherited Members | |
Protected Types inherited from edm::ESProxyFactoryProducer | |
using | EventSetupRecordKey = eventsetup::EventSetupRecordKey |
Protected Types inherited from edm::eventsetup::DataProxyProvider | |
using | KeyedProxiesVector = std::vector< std::pair< DataKey, std::shared_ptr< DataProxy > >> |
Protected Member Functions inherited from edm::EventSetupRecordIntervalFinder | |
template<class T > | |
void | findingRecord () |
void | findingRecordWithKey (const eventsetup::EventSetupRecordKey &) |
Protected Member Functions inherited from edm::ESProducer | |
template<typename T > | |
auto | setWhatProduced (T *iThis, const es::Label &iLabel={}) |
template<typename T > | |
auto | setWhatProduced (T *iThis, const char *iLabel) |
template<typename T > | |
auto | setWhatProduced (T *iThis, const std::string &iLabel) |
template<typename T , typename TDecorator > | |
auto | setWhatProduced (T *iThis, const TDecorator &iDec, const es::Label &iLabel={}) |
template<typename T , typename TReturn , typename TRecord > | |
auto | setWhatProduced (T *iThis, TReturn(T ::*iMethod)(const TRecord &), const es::Label &iLabel={}) |
template<typename T , typename TReturn , typename TRecord , typename TArg > | |
auto | setWhatProduced (T *iThis, TReturn(T ::*iMethod)(const TRecord &), const TArg &iDec, const es::Label &iLabel={}) |
template<typename TFunc > | |
auto | setWhatProduced (TFunc &&func, const es::Label &iLabel={}) |
template<typename TReturn , typename TRecord , typename TFunc , typename TDecorator > | |
ESConsumesCollectorT< TRecord > | setWhatProduced (TFunc &&func, TDecorator &&iDec, const es::Label &iLabel={}) |
void | usesResources (std::vector< std::string > const &) |
Protected Member Functions inherited from edm::ESProxyFactoryProducer | |
template<class TFactory > | |
void | registerFactory (std::unique_ptr< TFactory > iFactory, const std::string &iLabel=std::string()) |
virtual void | registerFactoryWithKey (const EventSetupRecordKey &iRecord, std::unique_ptr< eventsetup::ProxyFactoryBase > iFactory, const std::string &iLabel=std::string()) |
KeyedProxiesVector | registerProxies (const EventSetupRecordKey &, unsigned int iovIndex) override |
Protected Member Functions inherited from edm::eventsetup::DataProxyProvider | |
template<class T > | |
void | usingRecord () |
void | usingRecordWithKey (const EventSetupRecordKey &key) |
Definition at line 35 of file ConcurrentIOVESSource.cc.
edmtest::ConcurrentIOVESSource::ConcurrentIOVESSource | ( | edm::ParameterSet const & | pset | ) |
Definition at line 68 of file ConcurrentIOVESSource.cc.
References findForRecordA_, iovIsTime_, produceA(), muonDTDigis_cfi::pset, setOfInvalidIOV_, setOfIOV_, edm::ESProducer::setWhatProduced(), edm::WallclockTimer::start(), groupFilesInBlocks::temp, heppy_batch::val, and wallclockTimer_.
|
static |
Definition at line 138 of file ConcurrentIOVESSource.cc.
References edm::ConfigurationDescriptions::addDefault(), and submitPVResolutionJobs::desc.
|
inlineoverrideprivatevirtual |
Reimplemented from edm::EventSetupRecordIntervalFinder.
Definition at line 49 of file ConcurrentIOVESSource.cc.
References concurrentFinder_.
std::unique_ptr< IOVTestInfo > edmtest::ConcurrentIOVESSource::produce | ( | ESTestRecordI const & | record | ) |
Definition at line 100 of file ConcurrentIOVESSource.cc.
References concurrentFinder_, data, Exception, edm::WallclockTimer::realTime(), AlCaHarvesting_cff::record, validityInterval_, and wallclockTimer_.
std::unique_ptr< ESTestDataA > edmtest::ConcurrentIOVESSource::produceA | ( | ESTestRecordA const & | record | ) |
Definition at line 123 of file ConcurrentIOVESSource.cc.
References Exception, edm::ValidityInterval::first(), edm::ValidityInterval::last(), edm::IOVSyncValue::luminosityBlockNumber(), edm::WallclockTimer::realTime(), AlCaHarvesting_cff::record, testForceESSourceMode_, and wallclockTimer_.
Referenced by ConcurrentIOVESSource().
|
overrideprivatevirtual |
Implements edm::EventSetupRecordIntervalFinder.
Definition at line 150 of file ConcurrentIOVESSource.cc.
References edm::IOVSyncValue::endOfTime(), writeEcalDQMStatus::interval, edm::ValidityInterval::invalidInterval(), iovIsTime_, edm::EventID::maxEventNumber(), setOfInvalidIOV_, setOfIOV_, and validityInterval_.
|
private |
Definition at line 56 of file ConcurrentIOVESSource.cc.
Referenced by isConcurrentFinder(), and produce().
|
private |
Definition at line 58 of file ConcurrentIOVESSource.cc.
Referenced by ConcurrentIOVESSource().
|
private |
Definition at line 53 of file ConcurrentIOVESSource.cc.
Referenced by ConcurrentIOVESSource(), and setIntervalFor().
|
private |
Definition at line 55 of file ConcurrentIOVESSource.cc.
Referenced by ConcurrentIOVESSource(), and setIntervalFor().
|
private |
Definition at line 54 of file ConcurrentIOVESSource.cc.
Referenced by ConcurrentIOVESSource(), and setIntervalFor().
|
private |
Definition at line 57 of file ConcurrentIOVESSource.cc.
Referenced by produceA().
|
private |
Definition at line 65 of file ConcurrentIOVESSource.cc.
Referenced by produce(), and setIntervalFor().
|
private |
Definition at line 59 of file ConcurrentIOVESSource.cc.
Referenced by ConcurrentIOVESSource(), produce(), and produceA().