Private Member Functions | |
void | delaySettingRecords () override |
FWLiteESSource (const FWLiteESSource &)=delete | |
const FWLiteESSource & | operator= (const FWLiteESSource &)=delete |
void | registerProxies (const edm::eventsetup::EventSetupRecordKey &iRecordKey, KeyedProxies &aProxyList) override |
void | setIntervalFor (const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &) override |
Private Attributes | |
fwlite::EventSetup | m_es |
std::unique_ptr< TFile > | m_file |
std::map< edm::eventsetup::EventSetupRecordKey, fwlite::RecordID > | m_keyToID |
Additional Inherited Members | |
Public Types inherited from edm::eventsetup::DataProxyProvider | |
typedef std::vector< std::pair< DataKey, edm::propagate_const< std::shared_ptr< DataProxy > > > > | KeyedProxies |
typedef std::vector< EventSetupRecordKey > | Keys |
typedef std::map< EventSetupRecordKey, KeyedProxies > | RecordProxies |
Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider | |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions inherited from edm::eventsetup::DataProxyProvider | |
void | eraseAll (const EventSetupRecordKey &iRecordKey) |
deletes all the Proxies in aStream More... | |
void | invalidateProxies (const EventSetupRecordKey &iRecordKey) |
template<class T > | |
void | usingRecord () |
void | usingRecordWithKey (const EventSetupRecordKey &) |
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.
FWLiteESSource::FWLiteESSource | ( | edm::ParameterSet const & | iPS | ) |
Definition at line 148 of file FWLiteESSource.cc.
|
override |
Definition at line 159 of file FWLiteESSource.cc.
|
privatedelete |
|
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 238 of file FWLiteESSource.cc.
References DEFINE_FWK_EVENTSETUP_SOURCE, edm::EventSetupRecordIntervalFinder::findingRecordWithKey(), edm::typelookup::findType(), crabWrapper::key, m_es, m_keyToID, fwlite::EventSetup::namesOfAvailableRecords(), fwlite::EventSetup::recordID(), lumiQTWidget::t, and edm::eventsetup::DataProxyProvider::usingRecordWithKey().
|
overridevirtual |
called when a new interval of validity occurs for iRecordType
Implements edm::eventsetup::DataProxyProvider.
Definition at line 179 of file FWLiteESSource.cc.
References edm::eventsetup::DataProxyProvider::invalidateProxies().
|
privatedelete |
|
overrideprivatevirtual |
Implements edm::eventsetup::DataProxyProvider.
Definition at line 189 of file FWLiteESSource.cc.
References gather_cfg::cout, edm::typelookup::findType(), fwlite::EventSetup::get(), LogDebug, m_es, m_keyToID, edm::eventsetup::EventSetupRecordKey::name(), groupFilesInBlocks::tt, and fwlite::Record::typeAndLabelOfAvailableData().
|
overrideprivatevirtual |
Implements edm::EventSetupRecordIntervalFinder.
Definition at line 219 of file FWLiteESSource.cc.
References edm::IOVSyncValue::endOfTime(), fwlite::Record::endSyncValue(), edm::IOVSyncValue::eventID(), fwlite::IOVSyncValue::eventID(), fwlite::EventSetup::get(), m_es, m_keyToID, edm::EventID::run(), fwlite::Record::startSyncValue(), fwlite::EventSetup::syncTo(), edm::IOVSyncValue::time(), fwlite::IOVSyncValue::time(), and edm::Timestamp::value().
|
private |
Definition at line 131 of file FWLiteESSource.cc.
Referenced by delaySettingRecords(), registerProxies(), and setIntervalFor().
|
private |
Definition at line 130 of file FWLiteESSource.cc.
|
private |
Definition at line 132 of file FWLiteESSource.cc.
Referenced by delaySettingRecords(), registerProxies(), and setIntervalFor().