Public Types | |
using | EventSetupRecordKey = edm::eventsetup::EventSetupRecordKey |
Private Member Functions | |
void | delaySettingRecords () override |
KeyedProxiesVector | registerProxies (const EventSetupRecordKey &, unsigned int iovIndex) override |
void | setIntervalFor (const EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &) override |
Private Attributes | |
fwlite::EventSetup | m_es |
std::unique_ptr< TFile > | m_file |
std::map< EventSetupRecordKey, fwlite::RecordID > | m_keyToID |
std::mutex | m_mutex |
edm::SerialTaskQueue | m_queue |
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 >>> |
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 &) |
Description: [one line class summary]
Usage: <usage>
Definition at line 99 of file FWLiteESSource.cc.
Definition at line 106 of file FWLiteESSource.cc.
FWLiteESSource::FWLiteESSource | ( | edm::ParameterSet const & | iPS | ) |
Definition at line 123 of file FWLiteESSource.cc.
|
delete |
|
override |
Definition at line 126 of file FWLiteESSource.cc.
|
overrideprivatevirtual |
override this method if you need to delay setting what records you will be using until after all modules are loaded
Reimplemented from edm::EventSetupRecordIntervalFinder.
Definition at line 166 of file FWLiteESSource.cc.
References edm::EventSetupRecordIntervalFinder::findingRecordWithKey(), edm::typelookup::findType(), submitPVResolutionJobs::key, m_es, m_keyToID, fwlite::EventSetup::namesOfAvailableRecords(), fwlite::EventSetup::recordID(), submitPVValidationJobs::t, and edm::eventsetup::DataProxyProvider::usingRecordWithKey().
|
delete |
|
overrideprivatevirtual |
Implements edm::eventsetup::DataProxyProvider.
Definition at line 128 of file FWLiteESSource.cc.
References gather_cfg::cout, edm::typelookup::findType(), fwlite::EventSetup::get(), LogDebug, m_es, m_keyToID, m_mutex, m_queue, edm::eventsetup::EventSetupRecordKey::name(), groupFilesInBlocks::tt, and fwlite::Record::typeAndLabelOfAvailableData().
|
overrideprivatevirtual |
Implements edm::EventSetupRecordIntervalFinder.
Definition at line 153 of file FWLiteESSource.cc.
References edm::IOVSyncValue::endOfTime(), fwlite::Record::endSyncValue(), fwlite::IOVSyncValue::eventID(), edm::IOVSyncValue::eventID(), fwlite::EventSetup::get(), m_es, m_keyToID, edm::EventID::run(), fwlite::Record::startSyncValue(), fwlite::EventSetup::syncTo(), fwlite::IOVSyncValue::time(), edm::IOVSyncValue::time(), and edm::Timestamp::value().
|
private |
Definition at line 117 of file FWLiteESSource.cc.
Referenced by delaySettingRecords(), registerProxies(), and setIntervalFor().
|
private |
Definition at line 116 of file FWLiteESSource.cc.
|
private |
Definition at line 118 of file FWLiteESSource.cc.
Referenced by delaySettingRecords(), registerProxies(), and setIntervalFor().
|
private |
Definition at line 120 of file FWLiteESSource.cc.
Referenced by registerProxies().
|
private |
Definition at line 119 of file FWLiteESSource.cc.
Referenced by registerProxies().