#include <CondDBESSource.h>
Classes | |
struct | Stats |
Public Types | |
typedef std::multimap < std::string, ProxyP > | ProxyMap |
typedef std::shared_ptr < cond::DataProxyWrapperBase > | ProxyP |
enum | RefreshPolicy { NOREFRESH, REFRESH_ALWAYS, REFRESH_OPEN_IOVS, REFRESH_EACH_RUN, RECONNECT_EACH_RUN } |
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 |
Protected Member Functions | |
virtual void | newInterval (const edm::eventsetup::EventSetupRecordKey &iRecordType, const edm::ValidityInterval &iInterval) |
called when a new interval of validity occurs for iRecordType More... | |
virtual void | registerProxies (const edm::eventsetup::EventSetupRecordKey &iRecordKey, KeyedProxies &aProxyList) |
virtual void | setIntervalFor (const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &) |
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 &) |
Private Types | |
typedef std::map< std::string, cond::GTEntry_t > | TagCollection |
Private Member Functions | |
void | fillList (const std::string &pfn, std::vector< std::string > &pfnList, const unsigned int listSize, const std::string &type) |
void | fillTagCollectionFromDB (const std::vector< std::string > &connectionStringList, const std::vector< std::string > &prefixList, const std::vector< std::string > &postfixList, const std::vector< std::string > &roottagList, std::map< std::string, cond::GTEntry_t > &replacement, cond::GTMetadata_t >Metadata) |
void | fillTagCollectionFromGT (const std::string &connectionString, const std::string &prefix, const std::string &postfix, const std::string &roottag, std::set< cond::GTEntry_t > &tagcoll, cond::GTMetadata_t >Metadata) |
Private Attributes | |
cond::persistency::ConnectionPool | m_connection |
std::string | m_connectionString |
bool | m_doDump |
unsigned int | m_lastLumi |
std::map< std::string, unsigned int > | m_lastRecordRuns |
unsigned int | m_lastRun |
RefreshPolicy | m_policy |
ProxyMap | m_proxies |
std::map< std::string, std::pair < cond::persistency::Session, std::string > > | m_sessionPool |
Stats | m_stats |
TagCollection | m_tagCollection |
Additional Inherited Members | |
Static Public Member Functions inherited from edm::eventsetup::DataProxyProvider | |
static void | prevalidate (ConfigurationDescriptions &) |
Definition at line 33 of file CondDBESSource.h.
typedef std::multimap< std::string, ProxyP> CondDBESSource::ProxyMap |
Definition at line 37 of file CondDBESSource.h.
typedef std::shared_ptr<cond::DataProxyWrapperBase > CondDBESSource::ProxyP |
Definition at line 36 of file CondDBESSource.h.
|
private |
Definition at line 65 of file CondDBESSource.h.
Enumerator | |
---|---|
NOREFRESH | |
REFRESH_ALWAYS | |
REFRESH_OPEN_IOVS | |
REFRESH_EACH_RUN | |
RECONNECT_EACH_RUN |
Definition at line 39 of file CondDBESSource.h.
|
explicit |
required by eventsetup
Definition at line 100 of file CondDBESSource.cc.
CondDBESSource::~CondDBESSource | ( | ) |
Definition at line 295 of file CondDBESSource.cc.
|
private |
Definition at line 280 of file CondDBESSource.cc.
|
private |
Definition at line 593 of file CondDBESSource.cc.
|
private |
Definition at line 564 of file CondDBESSource.cc.
|
protectedvirtual |
called when a new interval of validity occurs for iRecordType
Implements edm::eventsetup::DataProxyProvider.
Definition at line 555 of file CondDBESSource.cc.
|
protectedvirtual |
Implements edm::eventsetup::DataProxyProvider.
Definition at line 533 of file CondDBESSource.cc.
|
protectedvirtual |
Implements edm::EventSetupRecordIntervalFinder.
Definition at line 328 of file CondDBESSource.cc.
|
private |
Definition at line 58 of file CondDBESSource.h.
|
private |
Definition at line 59 of file CondDBESSource.h.
|
private |
Definition at line 88 of file CondDBESSource.h.
|
private |
Definition at line 85 of file CondDBESSource.h.
|
private |
Definition at line 69 of file CondDBESSource.h.
|
private |
Definition at line 84 of file CondDBESSource.h.
|
private |
Definition at line 86 of file CondDBESSource.h.
|
private |
Definition at line 62 of file CondDBESSource.h.
|
private |
Definition at line 68 of file CondDBESSource.h.
|
private |
Definition at line 82 of file CondDBESSource.h.
|
private |
Definition at line 67 of file CondDBESSource.h.