Private Member Functions | |
virtual void | delaySettingRecords () override |
FWLiteESSource (const FWLiteESSource &) | |
const FWLiteESSource & | operator= (const FWLiteESSource &) |
virtual void | registerProxies (const edm::eventsetup::EventSetupRecordKey &iRecordKey, KeyedProxies &aProxyList) override |
virtual void | setIntervalFor (const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &) override |
Private Attributes | |
fwlite::EventSetup | m_es |
std::auto_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, boost::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 100 of file FWLiteESSource.cc.
FWLiteESSource::FWLiteESSource | ( | edm::ParameterSet const & | iPS | ) |
Definition at line 149 of file FWLiteESSource.cc.
|
virtual |
Definition at line 160 of file FWLiteESSource.cc.
|
private |
|
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 239 of file FWLiteESSource.cc.
References edm::EventSetupRecordIntervalFinder::findingRecordWithKey(), edm::typelookup::findType(), relval_steps::key, m_es, m_keyToID, fwlite::EventSetup::namesOfAvailableRecords(), fwlite::EventSetup::recordID(), edmStreamStallGrapher::t, and edm::eventsetup::DataProxyProvider::usingRecordWithKey().
|
overridevirtual |
called when a new interval of validity occurs for iRecordType
Implements edm::eventsetup::DataProxyProvider.
Definition at line 180 of file FWLiteESSource.cc.
References edm::eventsetup::DataProxyProvider::invalidateProxies().
|
private |
|
overrideprivatevirtual |
Implements edm::eventsetup::DataProxyProvider.
Definition at line 190 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 220 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 132 of file FWLiteESSource.cc.
Referenced by delaySettingRecords(), registerProxies(), and setIntervalFor().
|
private |
Definition at line 131 of file FWLiteESSource.cc.
|
private |
Definition at line 133 of file FWLiteESSource.cc.
Referenced by delaySettingRecords(), registerProxies(), and setIntervalFor().