ATLAS Offline Software
Loading...
Searching...
No Matches
SGImplSvc Class Referencefinal

The Athena Transient Store API. More...

#include <SGImplSvc.h>

Inheritance diagram for SGImplSvc:

Public Member Functions

 SGImplSvc (const SGImplSvc &)=delete
SGImplSvcoperator= (const SGImplSvc &)=delete
Basic Client Interface: data object access
StatusCode retrieve (CLID clid, SG::detail::IteratorBase &cibegin, SG::detail::IteratorBase &ciend) const
 Retrieve all objects of type T: returns an SG::ConstIterator range.
Advanced Client Interface: data object registration
StatusCode recordAddress (const std::string &skey, CxxUtils::RefCountedPtr< IOpaqueAddress > pAddress, bool clearAddressFlag=true)
 Create a proxy object using an IOpaqueAddress and a transient key.
StatusCode recordAddress (CxxUtils::RefCountedPtr< IOpaqueAddress > pAddress, bool clearAddressFlag=true)
 Create a proxy object using an IOpaqueAddress.
StatusCode symLink (const void *p2BRegistered, CLID linkID)
 make a soft link to the object T* already registered
StatusCode symLink (const CLID id, const std::string &key, const CLID linkid)
 make a soft link to the object pointed by id/key
StatusCode setAlias (CLID clid, const std::string &key, const std::string &aliasKey)
 make an alias to a DataObject (provide data type and old key)
StatusCode setAlias (const void *p2BAliased, const std::string &aliasKey)
 make an alias to a DataObject (provide only valid pointer)
StatusCode setAlias (SG::DataProxy *proxy, const std::string &aliasKey)
 make an alias to a DataObject (provide valid proxy)
StatusCode setConst (const void *pointer)
 prevent downstream clients from modifying the pointed-at dobj
StatusCode remove (const void *pObject)
 Remove pObject, will remove its proxy if not reset only.
StatusCode removeDataAndProxy (const void *pObject)
 Remove pObject and its proxy no matter what.
bool transientSwap (const CLID &id, const std::string &keyA, const std::string &keyB)
 swap the content of 2 keys payload A indexed by keyA will now be accessed via keyB and vice versa Note that the swap is invalidated at event boundaries and/or when somebody clear the store.
Advanced Client Interface: data object access
DataObject * typeless_retrievePrivateCopy (const CLID clid, const std::string &key)
CLID clid (const std::string &key) const
 Retrieve the main CLID of the object recorded in StoreGate with the given "key" WARNING: slow!
std::vector< CLIDclids (const std::string &key) const
 Retrieve all the CLID s (including symlinks) of the object recorded in StoreGate with the given "key" WARNING: slow!
int typeCount (const CLID &id) const
 Return the number of instances of type T (input CLID)
bool contains (const CLID id, const std::string &key) const
 Look up a keyed object in TDS by CLID.
bool transientContains (const CLID id, const std::string &key) const
 Look up a transient data object in TDS only by CLID.
std::string dump () const
 dump objects in store.
void setStoreID (StoreID::type id)
 set store ID. request forwarded to DataStore:
StoreID::type storeID () const
 get store ID. request forwarded to DataStore:
void keys (const CLID &id, std::vector< std::string > &vkeys, bool includeAlias=false, bool onlyValid=true)
 provide list of all StoreGate keys associated with an object.
virtual::IProxyDict * hiveProxyDict () override final
 implements IHiveStore interface for compat with Hive
virtual SG::DataProxyproxy (const void *const pTransient) const override final
 get proxy for a given data object address in memory
virtual SG::DataProxyproxy (const CLID &id) const final
 get default proxy with given id.
virtual SG::DataProxyproxy (const CLID &id, const std::string &key) const override final
 get proxy with given id and key. Returns 0 to flag failure
virtual SG::DataProxyproxy (const CLID &id, const char *key) const final
 get proxy with given id and key.
virtual StatusCode addToStore (CLID id, SG::DataProxy *proxy) override final
 Raw addition of a proxy to the store.
virtual SG::DataProxyrecordObject (SG::DataObjectSharedPtr< DataObject > obj, const std::string &key, bool allowMods, bool returnExisting) override final
 Record an object in the store.
virtual SG::DataProxyproxy_exact (SG::sgkey_t sgkey) const override final
 Get proxy given a hashed key+clid.
more proxy dictionary functionality
virtual SG::DataProxyproxy (const CLID &id, bool checkValid) const
 get default proxy with given id, optionally checking validity.
virtual SG::DataProxyproxy (const CLID &id, const std::string &key, bool checkValid) const
 get proxy with given id and key, optionally checking validity.
virtual SG::DataProxyproxy (const CLID &id, const char *key, bool checkValid) const
 get proxy with given id and key, optionally checking validity.
virtual std::vector< const SG::DataProxy * > proxies () const override final
 return the list of all current proxies in store
std::vector< CLIDclids () const
 Return all CLIDs in the store.
SG::DataProxytransientProxy (const CLID &id, const std::string &key) const
 get proxy with given id and key.
DataObject * accessData (const CLID &id) const
 find proxy and access its data. Returns 0 to flag failure
DataObject * accessData (const CLID &id, const std::string &key) const
 find proxy and access its data. Returns 0 to flag failure
void setProxyProviderSvc (IProxyProviderSvc *pPPSvc)
 associate ProxyProviderSvc to this store
IProxyProviderSvcproxyProviderSvc ()
 Return current ProxyProviderSvc.
virtual SG::SourceID sourceID (const std::string &key="EventSelector") const override
 Return the metadata source ID for the current event slot.
ElementLink remapping
void remap_impl (sgkey_t source, sgkey_t target, off_t index_offset)
 Declare a remapping.
virtual bool tryELRemap (sgkey_t sgkey_in, size_t index_in, sgkey_t &sgkey_out, size_t &index_out) override final
 Test to see if the target of an ElementLink has moved.
Gaudi Standard Service constructors/destructors
 SGImplSvc (const std::string &name, ISvcLocator *svc)
 Standard Constructor.
virtual ~SGImplSvc () override final
 Standard Destructor.
Gaudi IService implementation
virtual StatusCode initialize () override final
 Service initialization.
virtual StatusCode reinitialize () override final
 Service reinitialization.
virtual StatusCode start () override final
 Service start.
virtual StatusCode stop () override final
 Service stop.
virtual StatusCode finalize () override final
 Service finalization.
Gaudi IIncidentListener implementation
virtual void handle (const Incident &) override final
 triggered by Incident service
StatusCode loadEventProxies ()
 load proxies at begin event

String <-> int key conversions. IStringPool implementation

typedef IStringPool::sgkey_t sgkey_t
virtual sgkey_t stringToKey (const std::string &str, CLID clid) override final
 Find the key for a string/CLID pair.
virtual const std::string * keyToString (sgkey_t key) const override final
 Find the string corresponding to a given key.
virtual const std::string * keyToString (sgkey_t key, CLID &clid) const override final
 Find the string and CLID corresponding to a given key.
virtual void registerKey (sgkey_t key, const std::string &str, CLID clidid) override final
 Remember an additional mapping from key to string/CLID.
bool mergeStringPool (const SGImplSvc &other)
 Merge the string pool from another store into this one.

IHiveStoreMgr implementation

typedef std::recursive_mutex mutex_t
typedef std::lock_guard< mutex_tlock_t
class IOVDbSvc
 access clearProxyPayload
class IOVSvcTool
class AthenaOutputStream
 access proxyRange()
class StoreGateSvc
class SG::VarHandleBase
 access typeless_record
class ActiveStoreSvc
PyObjectAthenaInternal::recordObjectToStore (StoreGateSvc *, PyObject *, PyObject *, bool, bool, bool)
void AthenaInternal::py_sg_clearProxyPayload (StoreGateSvc *, SG::DataProxy *)
ServiceHandle< IClassIDSvc > m_pCLIDSvc
ServiceHandle< IConversionSvc > m_pDataLoader
ServiceHandle< IProxyProviderSvcm_pPPSHandle
IProxyProviderSvcm_pPPS
ServiceHandle< IHistorySvc > m_pHistorySvc
SG::DataStorem_pStore
std::list< DataObject * > m_trash
 The Recycle Bin.
ServiceHandle< IIncidentSvc > m_pIncSvc
 property
bool m_DumpStore
 Dump Property flag: triggers dump() at EndEvent.
bool m_ActivateHistory
 Activate the history service.
bool m_DumpArena
 DumpArena Property flag : trigger m_arena->report() at clearStore.
StringArrayProperty m_folderNameList
 FolderNameList Property.
ServiceHandle< IIOVSvcm_pIOVSvc
 get the IOVSvc "just in time" (breaks recursion at initialize)
bool m_storeLoaded
 FIXME hack needed by loadEventProxies.
SG::StringPool m_stringpool
SG::RemapImplm_remap_impl
SG::Arena m_arena
 Allocation arena to associate with this store.
int m_slotNumber
 The Hive slot number for this store, or -1 if this isn't a Hive store.
int m_numSlots
 The total number of slots. 1 if this isn't a Hive store.
std::map< std::thread::id, std::vector< IResetable * > > m_newBoundHandles
 Keep track of proxies bound since the last call to commitNewDataObjects or clearStore.
mutex_t m_mutex
mutex_t m_remapMutex
mutex_t m_stringPoolMutex
virtual StatusCode clearStore (bool forceRemove=false) override final
 clear DataStore contents: called by the event loop mgrs
virtual void commitNewDataObjects () override final
 Reset handles added since the last call to commit.
void setSlotNumber (int slot, int numSlots)
 Set the Hive slot number for this store.
virtual void boundHandle (IResetable *handle) override final
 Tell the store that a proxy has been bound to a handle.
virtual void unboundHandle (IResetable *handle) override final
 Tell the store that a handle has been unbound from a proxy.
virtual StatusCode createObj (IConverter *cvt, IOpaqueAddress *addr, DataObject *&refpObject) override
 Call converter to create an object, with locking.
StatusCode record_HistObj (const CLID &id, const std::string &key, const std::string &store, bool allowMods, bool resetOnly=true)
StatusCode typeless_record (DataObject *obj, const std::string &key, const void *const raw_ptr, bool allowMods, bool resetOnly=true, bool noHist=false)
 type-less recording of an object with a key, allow possibility of specifying const-access and history record
StatusCode typeless_overwrite (const CLID &id, DataObject *obj, const std::string &key, const void *const raw_ptr, bool allowMods, bool noHist=false, const std::type_info *tinfo=0)
 same as typeless_record, allows to overwrite an object in memory or on disk
StatusCode typeless_record (DataObject *obj, const std::string &key, const void *const raw_ptr, bool allowMods, bool resetOnly, bool noHist, const std::type_info *tinfo)
StatusCode typeless_record (DataObject *obj, const std::string &key, const void *const raw_ptr, bool allowMods, bool resetOnly, bool noHist, const std::type_info *tinfo, SG::DataProxy **proxy_ret, bool noOverwrite)
SG::DataProxyrecord_impl (DataObject *obj, const std::string &key, const void *const raw_ptr, bool allowMods, bool resetOnly, bool allowOverwrite, const std::type_info *tinfo)
 real recording of an object with a key, allow possibility of specifying const-access
void releaseObject (const CLID &id, const std::string &key)
 release object held by proxy, if any.
void clearProxyPayload (SG::DataProxy *)
 use to reset a proxy (clearing the data object it contains) Unlike DataProxy::reset this method correctly updates SGSvc internals
SG::DataProxylocatePersistent (const SG::TransientAddress *tAddr, bool checkValid=false) const
StatusCode proxyRange (const CLID &id, SG::ConstProxyIterator &beg, SG::ConstProxyIterator &end) const
 return a range to all proxies of a given CLID
SG::DataStorestore ()
const SG::DataStorestore () const
bool isSymLinked (const CLID &linkID, SG::DataProxy *dp)
StatusCode addSymLink (const CLID &linkid, SG::DataProxy *dp)
StatusCode addAlias (const std::string &aliasKey, SG::DataProxy *dp)
std::string createKey (const CLID &dataID)
 creates a key internally if none specified by client
SG::DataProxysetupProxy (const CLID &dataID, const std::string &gK, DataObject *pDObj, bool allowMods, bool resetOnly)
 try to locate a proxy or create it if needed
void recycle (DataObject *pBadDObj)
 put a bad (unrecordable) dobj away
void emptyTrash ()
 throw away bad objects
bool bindHandleToProxy (const CLID &id, const std::string &key, IResetable *ir, SG::DataProxy *&dp)
 name says it all
bool bindHandleToProxyAndRegister (const CLID &id, const std::string &key, IResetable *ir, SG::DataProxy *&dp)
 Also do registration with IOVSvc.
StatusCode removeProxy (SG::DataProxy *proxy, const void *pTrans, bool forceRemove=false)
 remove proxy from store, unless it is reset only.
StatusCode t2pRegister (const void *const pTrans, SG::DataProxy *const pPers)
 forwarded to DataStore
void t2pRemove (const void *const pTrans)
 forwarded to DataStore
void msg_update_handler (Gaudi::Details::PropertyBase &outputLevel)
 callback for output level property
bool associateAux_impl (SG::AuxVectorBase *ptr, const std::string &key, CLID auxclid) const
bool associateAux_impl (SG::AuxElement *ptr, const std::string &key, CLID auxclid) const
void addAutoSymLinks (const std::string &key, CLID clid, SG::DataProxy *dp, const std::type_info *tinfo, bool warn_nobib=true)
 Add automatically-made symlinks for DP.
void makeCurrent ()
 The current store is becoming the active store.

Detailed Description

The Athena Transient Store API.

Parameters
Dumpproperty (default false): set to call dump() at EndEvent
FolderNameListproperty (default ""): data folders to be created in this store
Author
ATLAS Collaboration

Definition at line 105 of file SGImplSvc.h.

Member Typedef Documentation

◆ lock_t

typedef std::lock_guard<mutex_t> SGImplSvc::lock_t
private

Definition at line 699 of file SGImplSvc.h.

◆ mutex_t

typedef std::recursive_mutex SGImplSvc::mutex_t
private

Definition at line 698 of file SGImplSvc.h.

◆ sgkey_t

Definition at line 334 of file SGImplSvc.h.

Constructor & Destructor Documentation

◆ SGImplSvc() [1/2]

SGImplSvc::SGImplSvc ( const SGImplSvc & )
delete

◆ SGImplSvc() [2/2]

SGImplSvc::SGImplSvc ( const std::string & name,
ISvcLocator * svc )

Standard Constructor.

Definition at line 102 of file SGImplSvc.cxx.

103 : base_class(name, svc),
104 m_pCLIDSvc("ClassIDSvc", name),
105 m_pDataLoader("EventPersistencySvc", name),
106 m_pPPSHandle("ProxyProviderSvc", name),
107 m_pPPS(nullptr),
108 m_pHistorySvc("HistorySvc", name),
109 m_pStore(new DataStore(*this)),
110 m_pIncSvc("IncidentSvc", name),
111 m_DumpStore(false),
112 m_ActivateHistory(false),
113 m_DumpArena(false),
114 m_pIOVSvc("IOVSvc", name),
115 m_storeLoaded(false),
116 m_remap_impl (new SG::RemapImpl),
117 m_arena (name),
118 m_slotNumber(-1),
119 m_numSlots(1)
120{
121 //our properties
122 declareProperty("ProxyProviderSvc", m_pPPSHandle);
123 declareProperty("Dump", m_DumpStore);
124 declareProperty("ActivateHistory", m_ActivateHistory);
125 declareProperty("DumpArena", m_DumpArena);
126 //StoreGateSvc properties
127 declareProperty("IncidentSvc", m_pIncSvc);
128 //add handler for Service base class property
129 m_outputLevel.declareUpdateHandler(&SGImplSvc::msg_update_handler, this);
130
131 SG::ArenaHeader* header = SG::ArenaHeader::defaultHeader();
132 header->addArena (&m_arena);
133}
SG::RemapImpl * m_remap_impl
Definition SGImplSvc.h:681
int m_slotNumber
The Hive slot number for this store, or -1 if this isn't a Hive store.
Definition SGImplSvc.h:687
ServiceHandle< IProxyProviderSvc > m_pPPSHandle
Definition SGImplSvc.h:656
bool m_DumpStore
Dump Property flag: triggers dump() at EndEvent.
Definition SGImplSvc.h:667
bool m_ActivateHistory
Activate the history service.
Definition SGImplSvc.h:668
void msg_update_handler(Gaudi::Details::PropertyBase &outputLevel)
callback for output level property
bool m_DumpArena
DumpArena Property flag : trigger m_arena->report() at clearStore.
Definition SGImplSvc.h:669
SG::Arena m_arena
Allocation arena to associate with this store.
Definition SGImplSvc.h:684
IProxyProviderSvc * m_pPPS
Definition SGImplSvc.h:659
SG::DataStore * m_pStore
Definition SGImplSvc.h:663
ServiceHandle< IHistorySvc > m_pHistorySvc
Definition SGImplSvc.h:661
ServiceHandle< IIOVSvc > m_pIOVSvc
get the IOVSvc "just in time" (breaks recursion at initialize)
Definition SGImplSvc.h:675
int m_numSlots
The total number of slots. 1 if this isn't a Hive store.
Definition SGImplSvc.h:690
bool m_storeLoaded
FIXME hack needed by loadEventProxies.
Definition SGImplSvc.h:677
ServiceHandle< IClassIDSvc > m_pCLIDSvc
Definition SGImplSvc.h:653
ServiceHandle< IIncidentSvc > m_pIncSvc
property
Definition SGImplSvc.h:666
ServiceHandle< IConversionSvc > m_pDataLoader
Definition SGImplSvc.h:654
static ArenaHeader * defaultHeader()
Return the global default Header instance.

◆ ~SGImplSvc()

SGImplSvc::~SGImplSvc ( )
finaloverridevirtual

Standard Destructor.

Definition at line 137 of file SGImplSvc.cxx.

137 {
138 SG::ArenaHeader* header = SG::ArenaHeader::defaultHeader();
139 header->delArena (&m_arena);
140
141 delete m_pStore;
142 delete m_remap_impl;
143}

Member Function Documentation

◆ accessData() [1/2]

DataObject * SGImplSvc::accessData ( const CLID & id) const

find proxy and access its data. Returns 0 to flag failure

Definition at line 951 of file SGImplSvc.cxx.

952{
953 lock_t lock (m_mutex);
954 DataProxy* theProxy(proxy(id, true));
955 return (0 == theProxy) ? 0 : theProxy->accessData();
956}
virtual SG::DataProxy * proxy(const void *const pTransient) const override final
get proxy for a given data object address in memory
mutex_t m_mutex
Definition SGImplSvc.h:700
std::lock_guard< mutex_t > lock_t
Definition SGImplSvc.h:699

◆ accessData() [2/2]

DataObject * SGImplSvc::accessData ( const CLID & id,
const std::string & key ) const

find proxy and access its data. Returns 0 to flag failure

Definition at line 959 of file SGImplSvc.cxx.

960{
961 lock_t lock (m_mutex);
962 DataProxy* theProxy(proxy(id, key, true));
963 return (0 == theProxy) ? 0 : theProxy->accessData();
964}

◆ addAlias()

StatusCode SGImplSvc::addAlias ( const std::string & aliasKey,
SG::DataProxy * dp )
private

Definition at line 659 of file SGImplSvc.cxx.

660{
661 if (0 == proxy) {
662 warning() << "addAlias: no target DataProxy given, Cannot alias to a non-existing object"
663 << endmsg;
664 return StatusCode::FAILURE;
665 }
666
667 // add key to proxy and to ProxyStore
668 return m_pStore->addAlias(aliasKey, proxy);
669}
#define endmsg

◆ addAutoSymLinks()

void SGImplSvc::addAutoSymLinks ( const std::string & key,
CLID clid,
SG::DataProxy * dp,
const std::type_info * tinfo,
bool warn_nobib = true )
private

Add automatically-made symlinks for DP.

Definition at line 1634 of file SGImplSvc.cxx.

1639{
1640 // Automatically make all legal base class symlinks
1641 if (!tinfo) {
1643 }
1644 const SG::BaseInfoBase* bib = nullptr;
1645 if (tinfo) {
1646 bib = SG::BaseInfoBase::find (*tinfo);
1647 }
1648 if (!bib) {
1649 // Could succeed where the previous fails if clid for DataVector<T>
1650 // but tinfo is for ConstDataVector<DataVector<T> >.
1652 }
1653 if ( bib ) {
1654 const std::vector<CLID>& bases = bib->get_bases();
1655 for ( std::size_t i = 0, iMax = bases.size(); i < iMax; ++i ) {
1656 if ( bases[i] != clid ) {
1657 if ( addSymLink( bases[i], dp ).isSuccess() ) {
1658 // register with t2p
1659 if (dp->object())
1660 this->t2pRegister( SG::DataProxy_cast( dp, bases[i] ), dp ).ignore();
1661 }
1662 else {
1663 warning() << "record_impl: Doing auto-symlinks for object with CLID "
1664 << clid
1665 << " and SG key " << key
1666 << ": Proxy already set for base CLID " << bases[i]
1667 << "; not making auto-symlink." << endmsg;
1668 }
1669 }
1670 }
1671
1672 // Handle copy conversions.
1673 {
1674 for (CLID copy_clid : bib->get_copy_conversions()) {
1675 if (m_pStore->addSymLink (copy_clid, dp).isFailure()) {
1676 warning() << "record_impl: Doing auto-symlinks for object with CLID "
1677 << clid
1678 << " and SG key " << key
1679 << ": Proxy already set for copy-conversion CLID "
1680 << copy_clid
1681 << "; not making auto-symlink." << endmsg;
1682 }
1683 }
1684 }
1685 }
1686 else {
1687 if (warn_nobib) {
1688 warning() << "record_impl: Could not find suitable SG::BaseInfoBase for CLID ["
1689 << clid << "] (" << key << ") !\t"
1690 << "No auto-symlink established !"
1691 << endmsg;
1692 }
1693 }
1694}
uint32_t CLID
The Class ID type.
static const std::type_info * CLIDToTypeinfo(CLID clid)
Translate between CLID and type_info.
StatusCode t2pRegister(const void *const pTrans, SG::DataProxy *const pPers)
forwarded to DataStore
CLID clid(const std::string &key) const
Retrieve the main CLID of the object recorded in StoreGate with the given "key" WARNING: slow!
StatusCode addSymLink(const CLID &linkid, SG::DataProxy *dp)
static const BaseInfoBase * find(CLID clid)
Find the BaseInfoBase instance for clid.
Definition BaseInfo.cxx:570
const std::vector< CLID > & get_bases() const
Return the class IDs of all known bases of T (that have class IDs).
Definition BaseInfo.cxx:304
std::vector< CLID > get_copy_conversions() const
Return known copy conversions.
Definition BaseInfo.cxx:455
DATA * DataProxy_cast(DataProxy *proxy)
cast the proxy into the concrete data object it proxies

◆ addSymLink()

StatusCode SGImplSvc::addSymLink ( const CLID & linkid,
SG::DataProxy * dp )
private

Definition at line 579 of file SGImplSvc.cxx.

580{
581 if (0 == dp) {
582 warning() << "addSymLink: no target DataProxy found. Sorry, can't link to a non-existing data object"
583 << endmsg;
584 return StatusCode::FAILURE;
585 }
586 StatusCode sc = m_pStore->addSymLink(linkid, dp);
587
588 // If the symlink is a derived->base conversion, then we may have
589 // a different transient pointer for the symlink.
590 if (sc.isSuccess() && dp->object()) {
591 void* baseptr = SG::DataProxy_cast (dp, linkid);
592 if (baseptr)
593 this->t2pRegister (baseptr, dp).ignore();
594 }
595 return sc;
596}
static Double_t sc
::StatusCode StatusCode
StatusCode definition for legacy code.

◆ addToStore()

StatusCode SGImplSvc::addToStore ( CLID id,
SG::DataProxy * proxy )
finaloverridevirtual

Raw addition of a proxy to the store.

Parameters
idCLID of object being added.
proxyproxy to add.

Definition at line 773 of file SGImplSvc.cxx.

774{
775 lock_t lock (m_mutex);
776 return m_pStore->addToStore (id, proxy);
777}

◆ associateAux_impl() [1/2]

bool SGImplSvc::associateAux_impl ( SG::AuxElement * ptr,
const std::string & key,
CLID auxclid ) const
private

Definition at line 1874 of file SGImplSvc.cxx.

1877{
1878 lock_t lock (m_mutex);
1879 SG_MSG_VERBOSE("called associateAux_impl for key " + key);
1880 // no Aux store set yet
1881 if (!ptr->hasStore()) {
1882 SG::DataProxy* dp = proxy (auxclid, key + "Aux.", true);
1883 if (dp) {
1884 if (!dp->isConst()) {
1885 SG::IAuxStore* pAux = SG::DataProxy_cast<SG::IAuxStore> (dp);
1886 if (pAux) {
1887 ptr->setStore (pAux);
1888 return true;
1889 }
1890 }
1891
1892 const SG::IConstAuxStore* pAux = SG::DataProxy_cast<SG::IConstAuxStore> (dp);
1893 if (pAux) {
1894 ptr->setStore (pAux);
1895 return true;
1896 }
1897 }
1898 }
1899 return false;
1900}
void * ptr(T *p)
Definition SGImplSvc.cxx:74

◆ associateAux_impl() [2/2]

bool SGImplSvc::associateAux_impl ( SG::AuxVectorBase * ptr,
const std::string & key,
CLID auxclid ) const
private

Definition at line 1839 of file SGImplSvc.cxx.

1842{
1843 // If we already have the aux store (as should usually be the case), return
1844 // without taking out the SG lock. Otherwise, we can deadlock
1845 // if another thread is also trying to dereference a link to the aux store.
1846 // (Should _not_ be holding the SG lock when dereferencing the link!)
1847 if (ptr->hasStore()) return true;
1848
1849 lock_t lock (m_mutex);
1850 SG_MSG_VERBOSE("called associateAux_impl for key " + key);
1851 // no Aux store set yet
1852 if (!ptr->hasStore()) {
1853 SG::DataProxy* dp = proxy (auxclid, key + "Aux.", true);
1854 if (dp) {
1855 if (!dp->isConst()) {
1856 SG::IAuxStore* pAux = SG::DataProxy_cast<SG::IAuxStore> (dp);
1857 if (pAux) {
1858 ptr->setStore (pAux);
1859 return true;
1860 }
1861 }
1862
1863 const SG::IConstAuxStore* pAux = SG::DataProxy_cast<SG::IConstAuxStore> (dp);
1864 if (pAux) {
1865 ptr->setStore (pAux);
1866 return true;
1867 }
1868 }
1869 }
1870 return false;
1871}

◆ bindHandleToProxy()

bool SGImplSvc::bindHandleToProxy ( const CLID & id,
const std::string & key,
IResetable * ir,
SG::DataProxy *& dp )
private

name says it all

Definition at line 1334 of file SGImplSvc.cxx.

1336{
1337 lock_t lock (m_mutex);
1338
1339 dp = m_pStore->proxy (id, key);
1340 if (dp == nullptr && m_pPPS != nullptr) {
1341 dp = m_pPPS->retrieveProxy(id, key, *m_pStore);
1342 }
1343
1344 if (0 == dp) return false;
1345
1346 if (! dp->bindHandle(ir) ) {
1347 fatal() << "DataHandle at " << hex << ir << dec
1348 << " already bound to DataProxy with key " << ir->key()
1349 << ". Cannot bind to proxy " << dp->name() << " as well\n"
1350 << " You have probably registered multiple callbacks via regFcn with the same DataHandle using different keys (DataProxies)\n"
1351 << endmsg;
1352 return false;
1353 }
1354
1355 //already done in DataHandleBase::setState dp->addRef();
1356
1357#ifndef NDEBUG
1358 SG_MSG_DEBUG(" Bound handle " << MSG::hex << ir << " to proxy "
1359 << dp << MSG::dec);
1360#endif
1361 return true;
1362}
int ir
counter of the current depth
Definition fastadd.cxx:49

◆ bindHandleToProxyAndRegister()

bool SGImplSvc::bindHandleToProxyAndRegister ( const CLID & id,
const std::string & key,
IResetable * ir,
SG::DataProxy *& dp )
private

Also do registration with IOVSvc.

Definition at line 1366 of file SGImplSvc.cxx.

1368{
1369 lock_t lock (m_mutex);
1370 bool ret = bindHandleToProxy (id, key, ir, dp);
1371 if (ret) {
1372 StatusCode sc = m_pIOVSvc->regProxy(dp,key);
1373 if (sc.isFailure()) return false;
1374 }
1375 return true;
1376}
bool bindHandleToProxy(const CLID &id, const std::string &key, IResetable *ir, SG::DataProxy *&dp)
name says it all

◆ boundHandle()

void SGImplSvc::boundHandle ( IResetable * handle)
finaloverridevirtual

Tell the store that a proxy has been bound to a handle.

Parameters
proxyThe proxy that was bound. The default implementation does nothing.

Definition at line 1715 of file SGImplSvc.cxx.

1716{
1717 m_newBoundHandles[std::this_thread::get_id()].push_back (handle);
1718}
virtual void handle(const Incident &) override final
triggered by Incident service
std::map< std::thread::id, std::vector< IResetable * > > m_newBoundHandles
Keep track of proxies bound since the last call to commitNewDataObjects or clearStore.
Definition SGImplSvc.h:696

◆ clearProxyPayload()

void SGImplSvc::clearProxyPayload ( SG::DataProxy * dp)
private

use to reset a proxy (clearing the data object it contains) Unlike DataProxy::reset this method correctly updates SGSvc internals

Definition at line 1521 of file SGImplSvc.cxx.

1521 {
1522 lock_t lock (m_mutex);
1523
1524 // Remove transient pointer entries for this proxy.
1525 // But do that only if the proxy has a valid object.
1526 // Otherwise, we could trigger I/O --- which we don't want since it's useless
1527 // (we'd just destroy the object immediately). In some cases it can also
1528 // lead to a deadlock (see ATR-24482).
1529 if (dp->isValidObject()) {
1530 SG::DataProxy::CLIDCont_t clids = dp->transientID();
1531 SG::DataProxy::CLIDCont_t::const_iterator i(clids.begin()), e(clids.end());
1532 while (i != e) {
1533 t2pRemove(SG::DataProxy_cast (dp, *i++));
1534 }
1535 }
1536
1537 bool hard_reset = (m_numSlots > 1);
1538 dp->reset (hard_reset);
1539}
std::vector< CLID > clids(const std::string &key) const
Retrieve all the CLID s (including symlinks) of the object recorded in StoreGate with the given "key"...
void t2pRemove(const void *const pTrans)
forwarded to DataStore
TransientAddress::TransientClidSet CLIDCont_t
Definition DataProxy.h:54

◆ clearStore()

StatusCode SGImplSvc::clearStore ( bool forceRemove = false)
finaloverridevirtual

clear DataStore contents: called by the event loop mgrs

Parameters
forceRemoveif true remove proxies ignoring their resetOnly flag

Definition at line 268 of file SGImplSvc.cxx.

269{
270#ifdef DEBUG_SGIMPL
271 dbg::print(stderr, "SGImplSvc::clearStore(forceRemove={}) on {}\n", forceRemove, name());
272#endif
273 {
274 if (m_DumpArena) {
275 std::ostringstream s;
276 m_arena.report(s);
277 info() << "Report for Arena: " << m_arena.name() << '\n'
278 << s.str() << endmsg;
279 }
280 }
281 {
282 lock_t lock (m_mutex);
283 emptyTrash();
284 for (auto& p : m_newBoundHandles)
285 p.second.clear();
286 assert(m_pStore);
287 debug() << "Clearing store with forceRemove="
288 << forceRemove << endmsg;
289 bool hard_reset = (m_numSlots > 1);
290 m_pStore->clearStore(forceRemove, hard_reset, &msgStream(MSG::DEBUG));
291 m_storeLoaded=false; //FIXME hack needed by loadEventProxies
292 }
293 {
294 lock_t remap_lock (m_remapMutex);
295 m_remap_impl->m_remaps.clear();
296 m_arena.reset();
297 }
298
299 return StatusCode::SUCCESS;
300}
const bool debug
mutex_t m_remapMutex
Definition SGImplSvc.h:701
void emptyTrash()
throw away bad objects
void print(std::FILE *stream, std::format_string< Args... > fmt, Args &&... args)
Definition SGImplSvc.cxx:70

◆ clid()

CLID SGImplSvc::clid ( const std::string & key) const

Retrieve the main CLID of the object recorded in StoreGate with the given "key" WARNING: slow!

Definition at line 1600 of file SGImplSvc.cxx.

1601{
1602 lock_t lock (m_mutex);
1604 store()->tRange(s_iter, s_end).ignore();
1605
1606 for ( ; s_iter != s_end; ++s_iter ) {
1607 if ( s_iter->second.find( key ) != s_iter->second.end() ) {
1608 return s_iter->first;
1609 }
1610 }
1611
1612 return CLID_NULL;
1613}
SG::DataStore * store()
StatusCode tRange(ConstStoreIterator &f, ConstStoreIterator &e) const
Return an iterator over the StoreMap:
StoreMap::const_iterator ConstStoreIterator

◆ clids() [1/2]

std::vector< CLID > SGImplSvc::clids ( ) const

Return all CLIDs in the store.

Definition at line 922 of file SGImplSvc.cxx.

923{
924 lock_t lock (m_mutex);
925
926 using std::distance;
927 DataStore::ConstStoreIterator s_iter, s_end;
928 store()->tRange(s_iter, s_end).ignore();
929
930 std::vector<CLID> clids;
931 clids.reserve( distance( s_iter, s_end ) );
932
933 for (; s_iter != s_end; ++s_iter ) {
934 const CLID id = s_iter->first;
935 clids.push_back (id);
936 }
937
938 return clids;
939}
StoreMap::const_iterator ConstStoreIterator
float distance(const Amg::Vector3D &p1, const Amg::Vector3D &p2)
calculates the distance between two point in 3D space

◆ clids() [2/2]

std::vector< CLID > SGImplSvc::clids ( const std::string & key) const

Retrieve all the CLID s (including symlinks) of the object recorded in StoreGate with the given "key" WARNING: slow!

Definition at line 1616 of file SGImplSvc.cxx.

1617{
1618 lock_t lock (m_mutex);
1619 std::vector<CLID> clids;
1621 store()->tRange(s_iter, s_end).ignore();
1622
1623 for ( ; s_iter != s_end; ++s_iter ) {
1624 if ( s_iter->second.find( key ) != s_iter->second.end() ) {
1625 clids.push_back(s_iter->first);
1626 }
1627 }
1628
1629 return clids;
1630}

◆ commitNewDataObjects()

void SGImplSvc::commitNewDataObjects ( )
finaloverridevirtual

Reset handles added since the last call to commit.

Definition at line 1697 of file SGImplSvc.cxx.

1697 {
1698 lock_t lock (m_mutex);
1699
1700 // Reset handles added since the last call to commit.
1701 bool hard_reset = (m_numSlots > 1);
1702 std::vector<IResetable*> handles;
1703 m_newBoundHandles[std::this_thread::get_id()].swap (handles);
1704 for (IResetable* h : handles)
1705 h->reset (hard_reset);
1706}

◆ contains()

bool SGImplSvc::contains ( const CLID id,
const std::string & key ) const

Look up a keyed object in TDS by CLID.

returns false if object not available in TDS or persistent stores Usage: if (!p_store->contains(FooID, "fooKey")) { ... }

Definition at line 679 of file SGImplSvc.cxx.

680{
681 try {
682 return (0 != proxy(id, key, true));
683 } catch(...) { return false; }
684}

◆ createKey()

string SGImplSvc::createKey ( const CLID & dataID)
private

creates a key internally if none specified by client

Definition at line 262 of file SGImplSvc.cxx.

263{
264 return std::to_string(m_pStore->typeCount(id) + 1);
265}

◆ createObj()

StatusCode SGImplSvc::createObj ( IConverter * cvt,
IOpaqueAddress * addr,
DataObject *& refpObject )
overridevirtual

Call converter to create an object, with locking.

Parameters
cvtThe converter to call.
addrOpaque address information for the object to create.
refpObjectReference to location of the pointer of the created object.

This calls the createObj method on cvt to create the referenced transient object, locking the store during the call.

Definition at line 1758 of file SGImplSvc.cxx.

1761{
1762 // This lock was here originally, but is probably not really needed ---
1763 // both DataProxy and the I/O components have their own locks.
1764 // Further, this was observed to cause deadlocks for the detector store,
1765 // and would in general be expected to be a contention issue.
1766 //lock_t lock (m_mutex);
1767 return cvt->createObj (addr, refpObject);
1768}

◆ dump()

string SGImplSvc::dump ( ) const

dump objects in store.

request forwarded to DataStore this is triggered at EndEvent setting the Dump property to true

Definition at line 501 of file SGImplSvc.cxx.

502{
503 lock_t lock (m_mutex);
504 auto out_buffer = std::string{};
505 auto out = std::back_inserter(out_buffer);
506 const std::string me = name();
507 std::format_to(out, "{}: <<<<<<<<<<<<<<<<< Data Store Dump >>>>>>>>>>>>>>> \n", me);
508 std::format_to(out, "{}: SGImplSvc()::dump() which is {} \n", me, m_storeLoaded ? "LOADED" : "NOT LOADED");
509
510 DataStore::ConstStoreIterator s_iter, s_end;
511 store()->tRange(s_iter, s_end).ignore();
512
513 for (; s_iter != s_end; ++s_iter)
514 {
515
516 CLID id = s_iter->first;
517 int nProxy = store()->typeCount(id);
518 std::string tname;
519 m_pCLIDSvc->getTypeNameOfID(id, tname).ignore();
520 std::format_to(out, "{}: Found {} {} for ClassID {} ({}): \n", me, nProxy, ((nProxy == 1) ? "proxy" : "proxies"), id, tname);
521
522 // loop over each type:
523 SG::ConstProxyIterator p_iter = (s_iter->second).begin();
524 SG::ConstProxyIterator p_end = (s_iter->second).end();
525
526 while (p_iter != p_end) {
527 const DataProxy& dp(*p_iter->second);
528 std::format_to(out, "{}: flags: ({:7s}, {:8s}, {:6s}) --- data: {:10p} --- key: {}\n", me,
529 (dp.isValid() ? "valid" : "INVALID"),
530 (dp.isConst() ? "locked" : "UNLOCKED"),
531 (dp.isResetOnly() ? "reset" : "DELETE"),
532 dbg::ptr(dp.object()), p_iter->first);
533 ++p_iter;
534 }
535 }
536 std::format_to(out, "{}: <<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>> \n", me);
537 return out_buffer;
538}
int typeCount(const CLID &id) const
Count number of object of a given type in store.
ProxyMap::const_iterator ConstProxyIterator
Definition ProxyMap.h:24

◆ emptyTrash()

void SGImplSvc::emptyTrash ( )
private

throw away bad objects

Definition at line 1323 of file SGImplSvc.cxx.

1323 {
1324 lock_t lock (m_mutex);
1325 while (!m_trash.empty()) {
1326 m_trash.front()->release(); //delete the bad data object
1327 m_trash.pop_front(); //remove pointer from list
1328 }
1329}
std::list< DataObject * > m_trash
The Recycle Bin.
Definition SGImplSvc.h:664

◆ finalize()

StatusCode SGImplSvc::finalize ( )
finaloverridevirtual

Service finalization.

Definition at line 303 of file SGImplSvc.cxx.

303 {
304 verbose() << "Finalizing " << name() << endmsg ;
305
306 // Incident service may not work in finalize.
307 // Clear this, so that we won't try to send an incident from clearStore.
308 (m_pIncSvc.release()).ignore();
309
310 const bool FORCEREMOVE(true);
311 clearStore(FORCEREMOVE).ignore();
312
313 m_stringpool.clear();
314 delete m_pStore;
315 m_pStore = nullptr;
316 delete m_remap_impl;
317 m_remap_impl = 0;
318 m_arena.erase();
319
320 return Service::finalize();
321}
SG::StringPool m_stringpool
Definition SGImplSvc.h:679
virtual StatusCode clearStore(bool forceRemove=false) override final
clear DataStore contents: called by the event loop mgrs
bool verbose
Definition hcg.cxx:73

◆ handle()

void SGImplSvc::handle ( const Incident & inc)
finaloverridevirtual

triggered by Incident service

Definition at line 232 of file SGImplSvc.cxx.

232 {
233
234 if (inc.type() == "EndEvent") {
235 if (m_DumpStore) {
236 SG_MSG_DEBUG("Dumping StoreGate Contents");
237 info() << '\n' << dump() << endl
238 << endmsg;
239 }
240 }
241}
std::string dump() const
dump objects in store.

◆ hiveProxyDict()

virtual::IProxyDict * SGImplSvc::hiveProxyDict ( )
inlinefinaloverride

implements IHiveStore interface for compat with Hive

Definition at line 227 of file SGImplSvc.h.

227 {
228 return this;
229 }

◆ initialize()

StatusCode SGImplSvc::initialize ( )
finaloverridevirtual

Service initialization.

Definition at line 147 of file SGImplSvc.cxx.

147 {
148
149 verbose() << "Initializing " << name() << endmsg;
150
151 CHECK( Service::initialize() );
152
153 if (!m_pStore)
154 m_pStore = new DataStore (*this);
155 if (!m_remap_impl)
156 m_remap_impl = new SG::RemapImpl;
157
158 //properties accessible from now on
159
161 // If this is the default event store (StoreGateSvc), then declare
162 // our arena as the default for memory allocations.
163 if (this->storeID() == StoreID::EVENT_STORE) {
164 m_arena.makeCurrent();
166 }
167 // set up the incident service:
168 if (!(m_pIncSvc.retrieve()).isSuccess()) {
169 error() << "Could not locate IncidentSvc "
170 << endmsg;
171 return StatusCode::FAILURE;
172 }
173
174 // We explicitly do not retrieve m_pIOVSvc and rely on retrieval
175 // on first use to avoid an initialization loop here.
176
177 CHECK( m_pDataLoader.retrieve() );
178 CHECK( m_pCLIDSvc.retrieve() );
179
180 if (!m_pPPSHandle.empty()) {
181 CHECK( m_pPPSHandle.retrieve() );
183 }
184
185 if ( m_pPPS && (m_pPPS->preLoadProxies(*m_pStore)).isFailure() )
186 {
187 SG_MSG_DEBUG(" Failed to preLoad proxies");
188 return StatusCode::FAILURE;
189 }
190
191 // Get hold of History Service
192 if (m_ActivateHistory) {
193 CHECK( m_pHistorySvc.retrieve() );
194 }
195
196 return StatusCode::SUCCESS;
197}
#define CHECK(...)
Evaluate an expression and check for errors.
StoreID::type storeID() const
get store ID. request forwarded to DataStore:
static IProxyDict * setStore(IProxyDict *store)
Set the current store.
void setStoreID(StoreID::type id)
@ EVENT_STORE
Definition StoreID.h:26
static StoreID::type findStoreID(const std::string &storeName)
Definition StoreID.cxx:21

◆ isSymLinked()

bool SGImplSvc::isSymLinked ( const CLID & linkID,
SG::DataProxy * dp )
private

Definition at line 494 of file SGImplSvc.cxx.

495{
496 return (0 != dp) ? dp->transientID(linkID) : false;
497}

◆ keys()

void SGImplSvc::keys ( const CLID & id,
std::vector< std::string > & vkeys,
bool includeAlias = false,
bool onlyValid = true )

provide list of all StoreGate keys associated with an object.

usage: p_store->keys(CLID, vkeys, optionalFlags);

Parameters
idCLID for which we are requesting list of keys
vkeyswill be filled with the (possibly empty) list of keys
includeAlias(default false) add alias keys as well
onlyValid(default true) add only keys of valid dobjs

Definition at line 485 of file SGImplSvc.cxx.

488{
489 lock_t lock (m_mutex);
490 return store()->keys(id, vkeys, includeAlias, onlyValid);
491}
void keys(const CLID &id, std::vector< std::string > &vkeys, bool includeAlias, bool onlyValid)

◆ keyToString() [1/2]

const std::string * SGImplSvc::keyToString ( sgkey_t key) const
finaloverridevirtual

Find the string corresponding to a given key.

Parameters
keyThe key to look up.
Returns
Pointer to the string found, or null. We can find keys as long as the corresponding string was given to either stringToKey() or registerKey().

Definition at line 1429 of file SGImplSvc.cxx.

1430{
1432 return m_stringpool.keyToString (key);
1433}
mutex_t m_stringPoolMutex
Definition SGImplSvc.h:702

◆ keyToString() [2/2]

const std::string * SGImplSvc::keyToString ( sgkey_t key,
CLID & clid ) const
finaloverridevirtual

Find the string and CLID corresponding to a given key.

Parameters
keyThe key to look up.
clid[out]The found CLID.
Returns
Pointer to the string found, or null. We can find keys as long as the corresponding string was given to either stringToKey() or registerKey().

Definition at line 1445 of file SGImplSvc.cxx.

1446{
1448 return m_stringpool.keyToString (key, clid);
1449}

◆ loadEventProxies()

StatusCode SGImplSvc::loadEventProxies ( )

load proxies at begin event

Definition at line 243 of file SGImplSvc.cxx.

243 {
244 lock_t lock (m_mutex);
245 StatusCode sc(StatusCode::SUCCESS);
246 //FIXME this should probably be dealt with by the providers
247 if (0 != m_pPPS && !m_storeLoaded) {
248 m_storeLoaded = true;
249 sc=m_pPPS->loadProxies(*m_pStore);
250#ifdef DEBUG_SGIMPL
251 dbg::print(stderr, "SGImplSvc::loadEventProxies() LOADED PROXIES on {}\n", name());
252 }
253 else {
254 dbg::print(stderr, "SGImplSvc::loadEventProxies() PROXIES ALREADY LOADED on {}\n", name());
255#endif
256 }
257 return sc;
258}

◆ locatePersistent()

DataProxy * SGImplSvc::locatePersistent ( const SG::TransientAddress * tAddr,
bool checkValid = false ) const
private

Definition at line 1204 of file SGImplSvc.cxx.

1206{
1207 DataProxy* dp = m_pStore->proxy(tAddr);
1208
1209 if (checkValid && 0 != dp) {
1210 return dp->isValid() ? dp : 0;
1211 } else {
1212 return dp;
1213 }
1214}

◆ makeCurrent()

void SGImplSvc::makeCurrent ( )
private

The current store is becoming the active store.

Switch the allocation arena, if needed. Only intended to be called by ActiveStoreSvc.

Switch the allocation arena, if needed, and call SG::CurrentEventStore::setStore.

Definition at line 1739 of file SGImplSvc.cxx.

1740{
1741 lock_t lock (m_mutex);
1742 m_arena.makeCurrent();
1744}

◆ mergeStringPool()

bool SGImplSvc::mergeStringPool ( const SGImplSvc & other)

Merge the string pool from another store into this one.

Parameters
otherThe other store.

In case of collisions, the colliding entries are skipped, and false is returned. If no collisions, then true is returned.

Definition at line 1487 of file SGImplSvc.cxx.

1488{
1489 // We should hold m_stringPoolMutex before touching the pool.
1490 // But if we acquire the locks for both this and the other store,
1491 // we risk a deadlock. So first copy the other pool, so that we
1492 // don't need to hold both locks at the same time.
1493 SG::StringPool tmp;
1494 {
1495 lock_t lock (other.m_stringPoolMutex);
1496 tmp = other.m_stringpool;
1497 }
1499 return m_stringpool.merge (tmp);
1500}

◆ msg_update_handler()

void SGImplSvc::msg_update_handler ( Gaudi::Details::PropertyBase & outputLevel)
private

callback for output level property

Definition at line 1264 of file SGImplSvc.cxx.

1265{
1266 setUpMessaging();
1267 updateMsgStreamOutputLevel( outputLevel() );
1268 msgSvc()->setOutputLevel(name(), outputLevel());
1269}

◆ operator=()

SGImplSvc & SGImplSvc::operator= ( const SGImplSvc & )
delete

◆ proxies()

std::vector< const SG::DataProxy * > SGImplSvc::proxies ( ) const
finaloverridevirtual

return the list of all current proxies in store

Definition at line 912 of file SGImplSvc.cxx.

913{
914 lock_t lock (m_mutex);
915 const std::vector<SG::DataProxy*>& proxies = store()->proxies();
916 std::vector<const SG::DataProxy*> ret (proxies.begin(), proxies.end());
917 return ret;
918}
virtual std::vector< const SG::DataProxy * > proxies() const override final
return the list of all current proxies in store
const std::vector< DataProxy * > & proxies() const
All proxies managed by this store.

◆ proxy() [1/7]

DataProxy * SGImplSvc::proxy ( const CLID & id) const
finalvirtual

get default proxy with given id.

Returns 0 to flag failure Deprecated for the event store.

Definition at line 706 of file SGImplSvc.cxx.

707{
708 return proxy(id, false);
709}

◆ proxy() [2/7]

DataProxy * SGImplSvc::proxy ( const CLID & id,
bool checkValid ) const
virtual

get default proxy with given id, optionally checking validity.

Returns
0 to flag failure

Check if it is valid

Definition at line 712 of file SGImplSvc.cxx.

713{
714 DataProxy* dp = nullptr;
715 {
716 lock_t lock (m_mutex);
717 dp = m_pStore->proxy(id);
718 if (0 == dp && 0 != m_pPPS) {
719 SG::DataStore* pStore ATLAS_THREAD_SAFE = m_pStore;
720 dp = m_pPPS->retrieveProxy(id, string("DEFAULT"), *pStore);
721 }
722 }
724 // Be sure to release the lock before this.
725 // isValid() may call back to the store, so we could otherwise deadlock..
726 if (checkValid && 0 != dp) {
727 // FIXME: For keyless retrieve, this checks only the first instance
728 // of the CLID in store. If that happens to be invalid, but the second
729 // is valid - this does not work (when checkValid is requested).
730 return dp->isValid() ? dp : 0;
731 }
732 return dp;
733}
#define ATLAS_THREAD_SAFE

◆ proxy() [3/7]

virtual SG::DataProxy * SGImplSvc::proxy ( const CLID & id,
const char * key ) const
inlinefinalvirtual

get proxy with given id and key.

Returns 0 to flag failure (overload to prevent a char* to be interpreted as a bool.)

Definition at line 244 of file SGImplSvc.h.

245 { return this->proxy(id, std::string(key)); }

◆ proxy() [4/7]

virtual SG::DataProxy * SGImplSvc::proxy ( const CLID & id,
const char * key,
bool checkValid ) const
inlinevirtual

get proxy with given id and key, optionally checking validity.

Returns
0 to flag failure (overload to prevent a char* to be interpreted as a bool.)

Definition at line 296 of file SGImplSvc.h.

297 { return this->proxy(id, std::string(key), checkValid); }

◆ proxy() [5/7]

DataProxy * SGImplSvc::proxy ( const CLID & id,
const std::string & key ) const
finaloverridevirtual

get proxy with given id and key. Returns 0 to flag failure

Definition at line 736 of file SGImplSvc.cxx.

737{
738 return proxy(id, key, false);
739}

◆ proxy() [6/7]

DataProxy * SGImplSvc::proxy ( const CLID & id,
const std::string & key,
bool checkValid ) const
virtual

get proxy with given id and key, optionally checking validity.

Returns
0 to flag failure

Definition at line 742 of file SGImplSvc.cxx.

743{
744 DataProxy* dp = nullptr;
745 {
746 lock_t lock (m_mutex);
747 dp = m_pStore->proxy(id, key);
748#ifdef DEBUG_SGIMPL
749 if (!dp) dbg::print(stderr, "::SGImplSvc::proxy(name={}, key={}): data proxy is null, m_pPPS is {}\n", this->name(), key, m_pPPS == 0 ? "NULL" : "NOT NULL");
750#endif
751 if (0 == dp && 0 != m_pPPS) {
752 SG::DataStore* pStore ATLAS_THREAD_SAFE = m_pStore;
753 dp = m_pPPS->retrieveProxy(id, key, *pStore);
754#ifdef DEBUG_SGIMPL
755 if (!dp) dbg::print(stderr, "::SGImplSvc::proxy(name={}, key={}): data proxy is still null\n", this->name(), key);
756#endif
757 }
758 }
759 // Be sure to release the lock before this.
760 // isValid() may call back to the store, so we could otherwise deadlock..
761 if (checkValid && 0 != dp && !(dp->isValid())) {
762 dp = 0;
763 }
764 return dp;
765}

◆ proxy() [7/7]

DataProxy * SGImplSvc::proxy ( const void *const pTransient) const
finaloverridevirtual

get proxy for a given data object address in memory

Definition at line 697 of file SGImplSvc.cxx.

698{
699 // No lock needed here --- the T2pmap held by DataStore has its own locking
700 // (and we were seeing contention here).
701 //lock_t lock (m_mutex);
702 return m_pStore->locatePersistent(pTransient);
703}

◆ proxy_exact()

SG::DataProxy * SGImplSvc::proxy_exact ( SG::sgkey_t sgkey) const
finaloverridevirtual

Get proxy given a hashed key+clid.

Find an exact match; no handling of aliases, etc. Returns 0 to flag failure.

Definition at line 889 of file SGImplSvc.cxx.

890{
891 return m_pStore->proxy_exact_unlocked (sgkey, m_mutex);
892}

◆ proxyProviderSvc()

IProxyProviderSvc * SGImplSvc::proxyProviderSvc ( )

Return current ProxyProviderSvc.

◆ proxyRange()

StatusCode SGImplSvc::proxyRange ( const CLID & id,
SG::ConstProxyIterator & beg,
SG::ConstProxyIterator & end ) const
private

return a range to all proxies of a given CLID

Definition at line 1272 of file SGImplSvc.cxx.

1274 {
1275 lock_t lock (m_mutex);
1276 return m_pStore->pRange(id,begin,end);
1277}

◆ record_HistObj()

StatusCode SGImplSvc::record_HistObj ( const CLID & id,
const std::string & key,
const std::string & store,
bool allowMods,
bool resetOnly = true )
private

Definition at line 1381 of file SGImplSvc.cxx.

1383 {
1384
1385 DataHistory *dho;
1386 dho = m_pHistorySvc->createDataHistoryObj( id, key, store );
1387
1388 std::string idname;
1389 StatusCode sc = m_pCLIDSvc->getTypeNameOfID(id, idname);
1390 if (sc.isFailure() || idname.empty() ) {
1391 idname = std::to_string(id);
1392 }
1393 idname += '/';
1394 idname += key;
1395
1396 DataObject* obj = SG::asStorable(dho);
1397
1398 const bool ALLOWOVERWRITE(false);
1399 if (record_impl(obj, idname, dho, allowMods, resetOnly, ALLOWOVERWRITE,
1400 &typeid(DataHistory)) == nullptr)
1401 return StatusCode::FAILURE;
1402 return StatusCode::SUCCESS;
1403}
SG::DataProxy * record_impl(DataObject *obj, const std::string &key, const void *const raw_ptr, bool allowMods, bool resetOnly, bool allowOverwrite, const std::type_info *tinfo)
real recording of an object with a key, allow possibility of specifying const-access
DataObject * asStorable(SG::DataObjectSharedPtr< T > pObject)

◆ record_impl()

SG::DataProxy * SGImplSvc::record_impl ( DataObject * obj,
const std::string & key,
const void *const raw_ptr,
bool allowMods,
bool resetOnly,
bool allowOverwrite,
const std::type_info * tinfo )
private

real recording of an object with a key, allow possibility of specifying const-access

Definition at line 1076 of file SGImplSvc.cxx.

1080{
1081 CLID clid = pDObj->clID();
1082 std::string rawKey(key);
1083 bool isVKey(SG::VersionedKey::isVersionedKey(key));
1084 if (isVKey) {
1085 //FIXME VersionedKeys will need to be handled more efficiently
1086 SG::VersionedKey vk(rawKey);
1087 DataProxy *dp(proxy(clid, vk.key()));
1088 if (dp) {
1089 //proxies primary key
1090 const std::string& pTAName(dp->name());
1091 //original key as versioned
1092 SG::VersionedKey primaryVK(pTAName);
1093
1094 //if the existing matching object has no version
1095 //create a versioned alias for the original unversioned key
1096 //so it will remain accessible
1097 if (!SG::VersionedKey::isVersionedKey(pTAName)) {
1098 if (!(this->addAlias(primaryVK.rawVersionKey(), dp)).isSuccess()) {
1099 warning() << "record_impl: Could not setup alias key "
1100 << primaryVK.rawVersionKey()
1101 << " for unversioned object " << pTAName
1102 << endmsg;
1103 return nullptr;
1104 }
1105 }
1106 if (vk.isAuto()) {
1107 //make a new versioned key incrementing the existing version
1108 SG::VersionedKey newVK(primaryVK.key(), primaryVK.version()+1);
1109 //FIXME this will fail in a confusing way if version+1 is in use
1110 //FIXME need a better error message below, probably looking at all
1111 //FIXME aliases
1112 rawKey = newVK.rawVersionKey();
1113 }
1114 }
1115 }
1116 if (!allowOverwrite && m_pPPS) {
1117 //do not overwrite a persistent object
1118 DataProxy* dp = m_pStore->proxy (clid, rawKey);
1119 if (!dp) {
1120 dp = m_pPPS->retrieveProxy(clid, rawKey, *m_pStore);
1121 }
1122 if (dp && dp->provider()) {
1123 std::string clidTypeName;
1124 m_pCLIDSvc->getTypeNameOfID(clid, clidTypeName).ignore();
1125 warning() << "record_impl: you are recording an object with key "
1126 << rawKey << ", type " << clidTypeName
1127 << " (CLID " << clid << ')'
1128 << "\n There is already a persistent version of this object. Recording a duplicate may lead to unreproducible results and it is deprecated."
1129 << endmsg;
1130 }
1131 }
1132 //now check whether raw_ptr has already been recorded
1133 //We need to do this before we create the bucket, the proxy etc
1134 SG::DataProxy* dp(proxy(raw_ptr));
1135 if (0 != dp) {
1136 std::string clidTypeName;
1137 m_pCLIDSvc->getTypeNameOfID(clid, clidTypeName).ignore();
1138 warning() << "record_impl: failed for key="<< rawKey << ", type "
1139 << clidTypeName
1140 << " (CLID " << clid << ')'
1141 << "\n object @" << raw_ptr
1142 << " already in store with key="<< dp->name()
1143 << ". Will not record a duplicate! "
1144 << endmsg;
1145 if (pDObj != dp->object()) {
1146 DataBucketBase* pDBB(dynamic_cast<DataBucketBase*>(pDObj));
1147 if (!pDBB) std::abort();
1148 pDBB->relinquish(); //don't own the data obj already recorded!
1149 }
1150 this->recycle(pDObj);
1151 return nullptr;
1152 }
1153
1154
1155 // setup the proxy
1156 dp = setupProxy( clid, rawKey, pDObj, allowMods, resetOnly );
1157 if ( 0 == dp ) {
1158 std::string clidTypeName;
1159 m_pCLIDSvc->getTypeNameOfID(clid, clidTypeName).ignore();
1160 warning() << "record_impl: Problem setting up the proxy for object @"
1161 << raw_ptr
1162 << "\n recorded with key " << rawKey
1163 << " of type " << clidTypeName
1164 << " (CLID " << clid << ") in DataObject @" << pDObj
1165 << endmsg;
1166
1167 return nullptr;
1168 }
1169
1170 // record in t2p:
1171 if ( !(this->t2pRegister( raw_ptr, dp )).isSuccess() ) {
1172 std::string clidTypeName;
1173 m_pCLIDSvc->getTypeNameOfID(clid, clidTypeName).ignore();
1174 warning() << "record_impl: can not add to t2p map object @" <<raw_ptr
1175 << "\n with key " << rawKey
1176 << " of type " << clidTypeName
1177 << " (CLID " << clid << ')'
1178 << endmsg;
1179 return nullptr;
1180 }
1181
1182 addAutoSymLinks (rawKey, clid, dp, tinfo);
1183
1184 //handle versionedKeys: we register an alias with the "true" key
1185 //unless an object as already been recorded with that key.
1186 //Notice that addAlias overwrites any existing alias, so a generic
1187 //retrieve will always return the last version added
1188 //FIXME not the one with the highest version
1189 if (isVKey) {
1190 SG::VersionedKey vk(rawKey);
1191 if (!(this->addAlias(vk.key(), dp)).isSuccess()) {
1192 warning() << "record_impl: Could not setup alias key " << vk.key()
1193 << " for VersionedKey " << rawKey
1194 << ". Generic access to this object with clid" << clid
1195 << " will not work"
1196 << endmsg;
1197 }
1198 }
1199
1200 return dp;
1201}
void addAutoSymLinks(const std::string &key, CLID clid, SG::DataProxy *dp, const std::type_info *tinfo, bool warn_nobib=true)
Add automatically-made symlinks for DP.
SG::DataProxy * setupProxy(const CLID &dataID, const std::string &gK, DataObject *pDObj, bool allowMods, bool resetOnly)
try to locate a proxy or create it if needed
void recycle(DataObject *pBadDObj)
put a bad (unrecordable) dobj away
StatusCode addAlias(const std::string &aliasKey, SG::DataProxy *dp)
static bool isVersionedKey(const char *)
quickly determine whether a string has the right format to be a VK

◆ recordAddress() [1/2]

StatusCode SGImplSvc::recordAddress ( const std::string & skey,
CxxUtils::RefCountedPtr< IOpaqueAddress > pAddress,
bool clearAddressFlag = true )

Create a proxy object using an IOpaqueAddress and a transient key.

Definition at line 336 of file SGImplSvc.cxx.

339{
340 lock_t lock (m_mutex);
341 assert(0 != pAddress);
342 CLID dataID = pAddress->clID();
343
344 if (dataID == 0)
345 {
346 warning() << "recordAddress: Invalid Class ID found in IOpaqueAddress @"
347 << pAddress.get() << ". IOA will not be recorded"
348 << endmsg;
349 return StatusCode::FAILURE;
350 }
351
352 //do not overwrite a persistent object
353 if (m_pPPS) {
354 DataProxy* dp = m_pStore->proxy (dataID, skey);
355 if (!dp) {
356 dp = m_pPPS->retrieveProxy(dataID, skey, *m_pStore);
357 }
358 if (dp && dp->provider()) {
359 std::string clidTypeName;
360 m_pCLIDSvc->getTypeNameOfID(dataID, clidTypeName).ignore();
361 warning() << "recordAddress: failed for key="<< skey << ", type "
362 << clidTypeName
363 << " (CLID " << dataID << ')'
364 << "\n there is already a persistent version of this object. Will not record a duplicate! "
365 << endmsg;
366 return StatusCode::FAILURE;
367 }
368 }
369
370 // Check if a key already exists
371 DataProxy* dp = m_pStore->proxy_exact(dataID, skey);
372 if (0 == dp && 0 != m_pPPS) {
373 dp = m_pPPS->retrieveProxy(dataID, skey, *m_pStore);
374 }
375
376 // Now treat the various cases:
377 if (0 == dp)
378 {
379 // create the proxy object and register it
380 dp = new DataProxy (TransientAddress (dataID, skey,
381 std::move(pAddress),
382 clearAddressFlag),
383 m_pDataLoader.get(), true, true);
384 m_pStore->addToStore(dataID, dp).ignore();
385
386 addAutoSymLinks (skey, dataID, dp, 0, false);
387 }
388 else if ((0 != dp) && (0 == dp->address()))
389 // Note: intentionally not checking dp->isValidAddress()
390 {
391 // Update proxy with IOpaqueAddress
392 dp->setAddress(std::move(pAddress));
393 }
394 else
395 {
396 string errType;
397 m_pCLIDSvc->getTypeNameOfID(dataID, errType).ignore();
398 warning() << "recordAddress: preexisting proxy @" << dp
399 << " with non-NULL IOA found for key "
400 << skey << " type " << errType << " (" << dataID << "). \n"
401 << "Cannot record IOpaqueAddress @" << pAddress.get()
402 << endmsg;
403 return StatusCode::FAILURE;
404 }
405
406 return StatusCode::SUCCESS;
407
408}
T * get()
Get the pointer.

◆ recordAddress() [2/2]

StatusCode SGImplSvc::recordAddress ( CxxUtils::RefCountedPtr< IOpaqueAddress > pAddress,
bool clearAddressFlag = true )

Create a proxy object using an IOpaqueAddress.

Definition at line 414 of file SGImplSvc.cxx.

416{
417 lock_t lock (m_mutex);
418 assert(0 != pAddress);
419
420 CLID dataID = pAddress->clID();
421
422 string gK = (pAddress->par())[1]; // transient name by convention
423 if (gK.empty()) gK = (pAddress->par())[0]; // FIXME backward compatibility
424 if (gK.empty()) gK = createKey(dataID);
425
426 return this->recordAddress(gK, std::move(pAddress), clearAddressFlag);
427}
std::string createKey(const CLID &dataID)
creates a key internally if none specified by client
StatusCode recordAddress(const std::string &skey, CxxUtils::RefCountedPtr< IOpaqueAddress > pAddress, bool clearAddressFlag=true)
Create a proxy object using an IOpaqueAddress and a transient key.

◆ recordObject()

SG::DataProxy * SGImplSvc::recordObject ( SG::DataObjectSharedPtr< DataObject > obj,
const std::string & key,
bool allowMods,
bool returnExisting )
finaloverridevirtual

Record an object in the store.

Parameters
objThe data object to store.
keyThe key as which it should be stored.
allowModsIf false, the object will be recorded as const.
returnExistingIf true, return proxy if this key already exists. If the object has been recorded under a different key, then make an alias. If the object has been recorded under a different clid, then make a link.

Full-blown record. obj should usually be something deriving from SG::DataBucket.

Returns the proxy for the recorded object; nullptr on failure. If the requested CLID/key combination already exists in the store, the behavior is controlled by returnExisting. If true, then the existing proxy is returned; otherwise, nullptr is returned. In either case, obj is destroyed.

Definition at line 800 of file SGImplSvc.cxx.

804{
805 lock_t lock (m_mutex);
806 const void* raw_ptr = obj.get();
807 const std::type_info* tinfo = nullptr;
808
809 if (DataBucketBase* bucket = dynamic_cast<DataBucketBase*> (obj.get())) {
810 raw_ptr = bucket->object();
811 tinfo = &bucket->tinfo();
812 }
813
814 if (returnExisting) {
815 SG::DataProxy* proxy = this->proxy (obj->clID(), key);
816 if (proxy && proxy->isValid()) return proxy;
817
818 // Look for the same object recorded under a different key/clid.
819 proxy = this->proxy (raw_ptr);
820 if (proxy && proxy->isValid()) {
821 if (proxy->transientID (obj->clID())) {
822 // CLID matches. Make an alias.
823 if (addAlias (key, proxy).isFailure()) {
824 CLID clid = proxy->clID();
825 std::string clidTypeName;
826 m_pCLIDSvc->getTypeNameOfID(clid, clidTypeName).ignore();
827 warning() << "SGImplSvc::recordObject: addAlias fails for object "
828 << clid << "[" << clidTypeName << "] " << proxy->name()
829 << " and new key " << key
830 << endmsg;
831
832 proxy = nullptr;
833 }
834 }
835
836 else if (key == proxy->name() || proxy->hasAlias(key) > 0)
837 {
838 // key matches. Make a symlink.
839 if (addSymLink (obj->clID(), proxy).isFailure()) {
840 CLID clid = proxy->clID();
841 std::string clidTypeName;
842 m_pCLIDSvc->getTypeNameOfID(clid, clidTypeName).ignore();
843 CLID newclid = obj->clID();
844 std::string newclidTypeName;
845 m_pCLIDSvc->getTypeNameOfID(newclid, newclidTypeName).ignore();
846 error() << "SGImplSvc::recordObject: addSymLink fails for object "
847 << clid << "[" << clidTypeName << "] " << proxy->name()
848 << " and new clid " << newclid << "[" << newclidTypeName << "]"
849 << endmsg;
850 proxy = nullptr;
851 }
852 }
853
854 else {
855 CLID clid = proxy->clID();
856 std::string clidTypeName;
857 m_pCLIDSvc->getTypeNameOfID(clid, clidTypeName).ignore();
858 CLID newclid = obj->clID();
859 std::string newclidTypeName;
860 m_pCLIDSvc->getTypeNameOfID(newclid, newclidTypeName).ignore();
861 error() << "SGImplSvc::recordObject: existing object found with "
862 << clid << "[" << clidTypeName << "] " << proxy->name()
863 << " but neither clid " << newclid << "[" << newclidTypeName << "]"
864 << " nor key " << key << " match."
865 << endmsg;
866 proxy = nullptr;
867 }
868
869 return proxy;
870 }
871 }
872
873 const bool resetOnly = true;
874 const bool noHist = false;
875 SG::DataProxy* proxy = nullptr;
876 if (this->typeless_record (obj.get(), key, raw_ptr,
877 allowMods, resetOnly, noHist, tinfo,
878 &proxy, true).isFailure())
879 {
880 return nullptr;
881 }
882 return proxy;
883}
StatusCode typeless_record(DataObject *obj, const std::string &key, const void *const raw_ptr, bool allowMods, bool resetOnly=true, bool noHist=false)
type-less recording of an object with a key, allow possibility of specifying const-access and history...

◆ recycle()

void SGImplSvc::recycle ( DataObject * pBadDObj)
private

put a bad (unrecordable) dobj away

Definition at line 1316 of file SGImplSvc.cxx.

1316 {
1317 assert(pBadDObj);
1318 pBadDObj->addRef();
1319 m_trash.push_back(pBadDObj);
1320}

◆ registerKey()

void SGImplSvc::registerKey ( sgkey_t key,
const std::string & str,
CLID clid )
finaloverridevirtual

Remember an additional mapping from key to string/CLID.

Parameters
keyThe key to enter.
strThe string to enter.
clidThe CLID associated with the string.
Returns
True if successful; false if the key already corresponds to a different string.

This registers an additional mapping from a key to a string; it can be found later through lookup() on the string. Logs an error if key already corresponds to a different string.

Definition at line 1464 of file SGImplSvc.cxx.

1467{
1469 if (!m_stringpool.registerKey (key, str, clid)) {
1470 CLID clid2;
1471 const std::string* str2 = m_stringpool.keyToString (key, clid2);
1472 REPORT_MESSAGE (MSG::WARNING) << "The numeric key " << key
1473 << " maps to multiple string key/CLID pairs: "
1474 << *str2 << "/" << clid2 << " and "
1475 << str << "/" << clid;
1476 }
1477}
#define REPORT_MESSAGE(LVL)
Report a message.

◆ reinitialize()

StatusCode SGImplSvc::reinitialize ( )
finaloverridevirtual

Service reinitialization.

Definition at line 324 of file SGImplSvc.cxx.

324 {
325 verbose() << "Reinitializing " << name() << endmsg ;
326 const bool FORCEREMOVE(true);
327 clearStore(FORCEREMOVE).ignore();
328 //not in v20r2p2! return Service::reinitialize();
329 return StatusCode::SUCCESS;
330}

◆ releaseObject()

void SGImplSvc::releaseObject ( const CLID & id,
const std::string & key )
private

release object held by proxy, if any.

Gives up ownership (somebody else must take charge)

Definition at line 1504 of file SGImplSvc.cxx.

1504 {
1505 lock_t lock (m_mutex);
1506 DataProxy *pP(0);
1507 if (0 != (pP = proxy(id, key))) {
1508 // remove all entries from t2p map
1509 SG::DataProxy::CLIDCont_t clids = pP->transientID();
1510 SG::DataProxy::CLIDCont_t::const_iterator i(clids.begin()), e(clids.end());
1511 while (i != e) t2pRemove(SG::DataProxy_cast (pP, *i++));
1512 DataBucketBase *pDBB(dynamic_cast<DataBucketBase*>(pP->object()));
1513 //tell the bucket to let go of the data object
1514 if (0 != pDBB) pDBB->relinquish(); //somebody else better took ownership
1515 bool hard_reset = (m_numSlots > 1);
1516 pP->reset (hard_reset);
1517 }
1518}

◆ remap_impl()

void SGImplSvc::remap_impl ( sgkey_t source,
sgkey_t target,
off_t index_offset )

Declare a remapping.

source Key hash of the container being remapped.

target Key hash of the container being remapped to.

index_offset Amount by which the index should be adjusted between the two containers.

Definition at line 1549 of file SGImplSvc.cxx.

1552{
1553 lock_t lock (m_remapMutex);
1554 SG::RemapImpl::remap_t payload;
1555 payload.target = target;
1556 payload.index_offset = index_offset;
1557 m_remap_impl->m_remaps[source] = payload;
1558}

◆ remove()

StatusCode SGImplSvc::remove ( const void * pObject)

Remove pObject, will remove its proxy if not reset only.

Definition at line 1299 of file SGImplSvc.cxx.

1300{
1301 lock_t lock (m_mutex);
1302 return removeProxy(proxy(pObject), pObject);
1303}
StatusCode removeProxy(SG::DataProxy *proxy, const void *pTrans, bool forceRemove=false)
remove proxy from store, unless it is reset only.

◆ removeDataAndProxy()

StatusCode SGImplSvc::removeDataAndProxy ( const void * pObject)

Remove pObject and its proxy no matter what.

Definition at line 1308 of file SGImplSvc.cxx.

1309{
1310 lock_t lock (m_mutex);
1311 const bool FORCEREMOVE(true);
1312 return removeProxy(proxy(pObject), pObject, FORCEREMOVE);
1313}

◆ removeProxy()

StatusCode SGImplSvc::removeProxy ( SG::DataProxy * proxy,
const void * pTrans,
bool forceRemove = false )
private

remove proxy from store, unless it is reset only.

provide pTrans!=0 (must match proxy...) to save time

Parameters
forceRemoveremove the proxy no matter what

Definition at line 1217 of file SGImplSvc.cxx.

1219{
1220 lock_t lock (m_mutex);
1221 // check if valid proxy
1222 if (0 == proxy) return StatusCode::FAILURE;
1223
1224 if (0 == pTrans) {
1225 DataBucketBase* bucket = dynamic_cast<DataBucketBase*>(proxy->object());
1226 if (bucket) pTrans = bucket->object();
1227 }
1228
1229 // remove all entries from t2p map
1230 // --- only if the proxy actually has an object!
1231 // otherwise, we can trigger I/O.
1232 // besides being useless here, we can get deadlocks if we
1233 // call into the I/O code while holding the SG lock.
1234 if (proxy->isValidObject()) {
1235 this->t2pRemove(pTrans);
1236 SG::DataProxy::CLIDCont_t clids = proxy->transientID();
1237 for (SG::DataProxy::CLIDCont_t::const_iterator i = clids.begin();
1238 i != clids.end();
1239 ++i)
1240 {
1241 void* ptr = SG::DataProxy_cast (proxy, *i);
1242 this->t2pRemove(ptr);
1243 }
1244 }
1245
1246 // remove from store
1247 return m_pStore->removeProxy(proxy, forceRemove, true);
1248}
virtual void * object()=0

◆ retrieve()

StatusCode SGImplSvc::retrieve ( CLID clid,
SG::detail::IteratorBase & cibegin,
SG::detail::IteratorBase & ciend ) const

Retrieve all objects of type T: returns an SG::ConstIterator range.

Definition at line 1808 of file SGImplSvc.cxx.

1811{
1812 lock_t lock (m_mutex);
1815
1816 if (!(proxyRange(clid,first,end)).isSuccess()) {
1817 std::string typnam;
1818 m_pCLIDSvc->getTypeNameOfID(clid, typnam).ignore();
1819 SG_MSG_DEBUG("retrieve(range): no object found "
1820 << " of type " << typnam
1821 << "(CLID " << clid << ')');
1822 }
1823
1824 (ciend.setState(end, end, true)).ignore();
1825
1826 if (!(cibegin.setState(first, end, true)).isSuccess()) {
1827 std::string typnam;
1828 m_pCLIDSvc->getTypeNameOfID(clid, typnam).ignore();
1829 SG_MSG_DEBUG("retrieve(range): Can't initialize iterator for object range "
1830 << " of type " << typnam
1831 << "(CLID " << clid << ')');
1832 return StatusCode::FAILURE;
1833 }
1834
1835 return StatusCode::SUCCESS;
1836}
StatusCode proxyRange(const CLID &id, SG::ConstProxyIterator &beg, SG::ConstProxyIterator &end) const
return a range to all proxies of a given CLID
StatusCode setState(SG::ConstProxyIterator itr, SG::ConstProxyIterator itrEnd, bool isConst)
Reset state of the iterator.
bool first
Definition DeMoScan.py:534

◆ setAlias() [1/3]

StatusCode SGImplSvc::setAlias ( CLID clid,
const std::string & key,
const std::string & aliasKey )

make an alias to a DataObject (provide data type and old key)

Definition at line 626 of file SGImplSvc.cxx.

628{
629 lock_t lock (m_mutex);
630
631 SG::DataProxy* dp(0);
632 dp = proxy(clid, key);
633 if (0 == dp) {
634 error() << "setAlias: problem setting alias "
635 << std::string(aKey) << '\n'
636 << "DataObject does not exist, record before setting alias."
637 << endmsg;
638 return StatusCode::FAILURE;
639 }
640
641 StatusCode sc = addAlias(aKey, dp);
642 if (sc.isFailure()) {
643 error() << "setAlias: problem setting alias "
644 << (std::string)aKey << '\n'
645 << "DataObject does not exist, record before setting alias."
646 << endmsg;
647 return StatusCode::FAILURE;
648 }
649
650 return StatusCode::SUCCESS;
651}

◆ setAlias() [2/3]

StatusCode SGImplSvc::setAlias ( const void * p2BAliased,
const std::string & aliasKey )

make an alias to a DataObject (provide only valid pointer)

Definition at line 599 of file SGImplSvc.cxx.

600{
601 lock_t lock (m_mutex);
602
603 SG::DataProxy* dp(0);
604 dp = proxy(pObject);
605 if (0 == dp) {
606 error() << "setAlias: problem setting alias "
607 << aliasKey << '\n'
608 << "DataObject does not exist, record before setting alias."
609 << endmsg;
610 return StatusCode::FAILURE;
611 }
612
613 StatusCode sc = addAlias(aliasKey, dp);
614 if (sc.isFailure()) {
615 error() << "setAlias: problem setting alias "
616 << aliasKey << '\n'
617 << "DataObject does not exist, record before setting alias."
618 << endmsg;
619 return StatusCode::FAILURE;
620 }
621
622 return StatusCode::SUCCESS;
623}

◆ setAlias() [3/3]

StatusCode SGImplSvc::setAlias ( SG::DataProxy * proxy,
const std::string & aliasKey )

make an alias to a DataObject (provide valid proxy)

Definition at line 653 of file SGImplSvc.cxx.

654{
655 return addAlias( aliasKey, proxy );
656}

◆ setConst()

StatusCode SGImplSvc::setConst ( const void * pointer)

prevent downstream clients from modifying the pointed-at dobj

Definition at line 1279 of file SGImplSvc.cxx.

1280{
1281 lock_t lock (m_mutex);
1282 // Check if DataProxy does not exist
1283 DataProxy * dp = proxy(pObject);
1284
1285 if (0 == dp)
1286 {
1287 warning() << "setConst: NO Proxy for the dobj you want to set const"
1288 << endmsg;
1289 return StatusCode::FAILURE;
1290 }
1291
1292 dp->setConst();
1293 return StatusCode::SUCCESS;
1294}

◆ setProxyProviderSvc()

void SGImplSvc::setProxyProviderSvc ( IProxyProviderSvc * pPPSvc)

associate ProxyProviderSvc to this store

◆ setSlotNumber()

void SGImplSvc::setSlotNumber ( int slot,
int numSlots )

Set the Hive slot number for this store.

Parameters
slotThe slot number. -1 means that this isn't a Hive store.
numSlotsThe total number of slots. Should be 1 for the non-Hive case.

Definition at line 901 of file SGImplSvc.cxx.

902{
903 m_slotNumber = slot;
904 m_numSlots = numSlots;
905
906 SG::ArenaHeader* header = SG::ArenaHeader::defaultHeader();
907 header->setArenaForSlot (slot, &m_arena);
908}

◆ setStoreID()

void SGImplSvc::setStoreID ( StoreID::type id)

set store ID. request forwarded to DataStore:

set store id in DataStore:

Definition at line 471 of file SGImplSvc.cxx.

472{
473 lock_t lock (m_mutex);
474 store()->setStoreID(id);
475}

◆ setupProxy()

DataProxy * SGImplSvc::setupProxy ( const CLID & dataID,
const std::string & gK,
DataObject * pDObj,
bool allowMods,
bool resetOnly )
private

try to locate a proxy or create it if needed

Definition at line 429 of file SGImplSvc.cxx.

433 {
434 // locate the proxy
435 DataProxy* dp = m_pStore->proxy_exact(dataID, gK);
436
437 if (0 != dp) { //proxy found
438 if (0 != dp->object())
439 {
440 // Case 0: duplicated proxy
441 warning() << " setupProxy:: error setting up proxy for key "
442 << gK << " and clid " << dataID
443 << "\n Pre-existing valid DataProxy @"<< dp
444 << " found in Store for key " << dp->object()->name()
445 << " with clid " << dp->object()->clID()
446 << endmsg;
447 recycle(pDObj); // commit this object to trash
448 dp = 0;
449 } else {
450 // Case 1: Proxy found... if not valid, update it:
451 dp->setObject(pDObj);
452 if (!allowMods) dp->setConst();
453 }
454 } else {
455 // Case 2: No Proxy found:
456 dp = new DataProxy(pDObj,
457 TransientAddress(dataID, gK),
458 !allowMods, resetOnly);
459 if (!(m_pStore->addToStore(dataID, dp).isSuccess())) {
460 warning() << " setupProxy:: could not addToStore proxy @" << dp
461 << endmsg;
462 recycle(pDObj); // commit this object to trash
463 delete dp;
464 dp = 0;
465 }
466 }
467 return dp;
468}

◆ sourceID()

SG::SourceID SGImplSvc::sourceID ( const std::string & key = "EventSelector") const
overridevirtual

Return the metadata source ID for the current event slot.

Parameters
keySG key of the DataHeader to query. Returns an empty string if no source has been set.

The default version always returns an empty string.

Returns an empty string if no source has been set.

The default version always returns an empty string.

Definition at line 1790 of file SGImplSvc.cxx.

1791{
1792 lock_t lock (m_mutex);
1793 SG::DataProxy* dp =proxy (ClassID_traits<DataHeader>::ID(), key, true);
1794 if (dp) {
1796 if (dh) {
1797 return dh->begin()->getToken()->dbID().toString();
1798 }
1799 }
1800 return "";
1801}
std::vector< DataHeaderElement >::const_iterator begin() const

◆ start()

StatusCode SGImplSvc::start ( )
finaloverridevirtual

Service start.

Definition at line 199 of file SGImplSvc.cxx.

199 {
200
201 verbose() << "Start " << name() << endmsg;
202 /*
203 // This will need regFcn clients to be updated first.
204 if ( 0 == m_pPPS || (m_pPPS->preLoadProxies(*m_pStore)).isFailure() ) {
205 debug() << " Failed to preLoad proxies"
206 << endmsg;
207 return StatusCode::FAILURE;
208 }
209 */
210
211 return StatusCode::SUCCESS;
212}

◆ stop()

StatusCode SGImplSvc::stop ( )
finaloverridevirtual

Service stop.

Definition at line 214 of file SGImplSvc.cxx.

214 {
215
216 verbose() << "Stop " << name() << endmsg;
217 //HACK ALERT: ID event store objects refer to det store objects
218 //by setting an ad-hoc priority for event store(s) we make sure they are finalized and hence cleared first
219 // see e.g. https://savannah.cern.ch/bugs/index.php?99993
220 if (store()->storeID() == StoreID::EVENT_STORE) {
221 ISvcManager* pISM(dynamic_cast<ISvcManager*>(serviceLocator().get()));
222 if (!pISM)
223 return StatusCode::FAILURE;
224 pISM->setPriority(name(), pISM->getPriority(name())+1).ignore();
225 verbose() << "stop: setting service priority to " << pISM->getPriority(name())
226 << " so that event stores get finalized and cleared before other stores" <<endmsg;
227 }
228 return StatusCode::SUCCESS;
229}
T * get(TKey *tobj)
get a TObject* from a TKey* (why can't a TObject be a TKey?)
Definition hcg.cxx:130

◆ store() [1/2]

DataStore * SGImplSvc::store ( )
private

Definition at line 541 of file SGImplSvc.cxx.

542{
543 return m_pStore;
544}

◆ store() [2/2]

const DataStore * SGImplSvc::store ( ) const
private

Definition at line 547 of file SGImplSvc.cxx.

548{
549 return m_pStore;
550}

◆ storeID()

StoreID::type SGImplSvc::storeID ( ) const

get store ID. request forwarded to DataStore:

get store id from DataStore:

Definition at line 477 of file SGImplSvc.cxx.

478{
479 lock_t lock (m_mutex);
480 return store()->storeID();
481}
virtual StoreID::type storeID() const override

◆ stringToKey()

SGImplSvc::sgkey_t SGImplSvc::stringToKey ( const std::string & str,
CLID clid )
finaloverridevirtual

Find the key for a string/CLID pair.

Parameters
strThe string to look up.
clidThe CLID associated with the string.
Returns
A key identifying the string. A given string will always return the same key. Will abort in case of a hash collision!

Definition at line 1415 of file SGImplSvc.cxx.

1416{
1418 return m_stringpool.stringToKey (str, clid);
1419}

◆ symLink() [1/2]

StatusCode SGImplSvc::symLink ( const CLID id,
const std::string & key,
const CLID linkid )

make a soft link to the object pointed by id/key

Definition at line 567 of file SGImplSvc.cxx.

568{
569 lock_t lock (m_mutex);
570 SG::DataProxy* dp(proxy(id, key, false));
571 // if symLink already exists, just return success
572 return isSymLinked(linkID,dp) ?
573 StatusCode::SUCCESS :
574 addSymLink(linkID,dp);
575}
bool isSymLinked(const CLID &linkID, SG::DataProxy *dp)

◆ symLink() [2/2]

StatusCode SGImplSvc::symLink ( const void * p2BRegistered,
CLID linkID )

make a soft link to the object T* already registered

Definition at line 556 of file SGImplSvc.cxx.

557{
558 lock_t lock (m_mutex);
559 SG::DataProxy* dp(proxy(pObject));
560
561 // if symLink already exists, just return success
562 return isSymLinked(linkID,dp) ?
563 StatusCode::SUCCESS :
564 addSymLink(linkID,dp);
565}

◆ t2pRegister()

StatusCode SGImplSvc::t2pRegister ( const void *const pTrans,
SG::DataProxy *const pPers )
private

forwarded to DataStore

Definition at line 1251 of file SGImplSvc.cxx.

1252{
1253 return m_pStore->t2pRegister(pTrans, pPers);
1254}

◆ t2pRemove()

void SGImplSvc::t2pRemove ( const void *const pTrans)
private

forwarded to DataStore

Definition at line 1258 of file SGImplSvc.cxx.

1259{
1260 m_pStore->t2pRemove(pTrans);
1261}

◆ transientContains()

bool SGImplSvc::transientContains ( const CLID id,
const std::string & key ) const

Look up a transient data object in TDS only by CLID.

returns false if object not available in TDS

Definition at line 688 of file SGImplSvc.cxx.

689{
690 try {
691 return (0 != transientProxy(id, key));
692 } catch(...) { return false; }
693}
SG::DataProxy * transientProxy(const CLID &id, const std::string &key) const
get proxy with given id and key.

◆ transientProxy()

DataProxy * SGImplSvc::transientProxy ( const CLID & id,
const std::string & key ) const

get proxy with given id and key.

Does not query ProxyProviderSvc.

Returns
0 to flag failure

Definition at line 943 of file SGImplSvc.cxx.

944{
945 lock_t lock (m_mutex);
946 DataProxy* dp(m_pStore->proxy(id, key));
947 return ( (0 != dp && dp->isValidObject()) ? dp : 0 );
948}

◆ transientSwap()

bool SGImplSvc::transientSwap ( const CLID & id,
const std::string & keyA,
const std::string & keyB )

swap the content of 2 keys payload A indexed by keyA will now be accessed via keyB and vice versa Note that the swap is invalidated at event boundaries and/or when somebody clear the store.

Returns
false if swap failed

Definition at line 967 of file SGImplSvc.cxx.

969{
970 lock_t lock (m_mutex);
971 const bool checkValid = true;
972 DataProxy* a = proxy( id, keyA, checkValid );
973 DataProxy* b = proxy( id, keyB, checkValid );
974 if ( 0 == a || 0 == b ) { return false; }
975 DataObject* objA = a->accessData();
976 DataObject* objB = b->accessData();
977
978 if ( 0 == objA || 0 == objB ) { return false; }
979 // prevent 'accidental' release of DataObjects...
980 const unsigned int refCntA = objA->addRef();
981 const unsigned int refCntB = objB->addRef();
982 // in case swap is being specialized for DataObjects
983 using std::swap;
984 swap( objA, objB );
985 a->setObject( objA );
986 b->setObject( objB );
987 // and then restore old ref-count;
988 return ( (refCntA-1) == objA->release() &&
989 (refCntB-1) == objB->release() );
990}
void swap(DataVector< T > &a, DataVector< T > &b)
See DataVector<T, BASE>::swap().
static Double_t a
void swap(ElementLinkVector< DOBJ > &lhs, ElementLinkVector< DOBJ > &rhs)

◆ tryELRemap()

bool SGImplSvc::tryELRemap ( sgkey_t sgkey_in,
size_t index_in,
sgkey_t & sgkey_out,
size_t & index_out )
finaloverridevirtual

Test to see if the target of an ElementLink has moved.

Parameters
sgkey_inOriginal hashed key of the EL.
index_inOriginal index of the EL.
sgkey_out[out]New hashed key for the EL.
index_out[out]New index for the EL.
Returns
True if there is a remapping; false otherwise.

Definition at line 1569 of file SGImplSvc.cxx.

1571{
1572 lock_t lock (m_remapMutex);
1573 SG::RemapImpl::remap_map_t::iterator i =
1574 m_remap_impl->m_remaps.find (sgkey_in);
1575 if (i == m_remap_impl->m_remaps.end())
1576 return false;
1577 const SG::RemapImpl::remap_t& payload = i->second;
1578 sgkey_out = payload.target;
1579 index_out = index_in + payload.index_offset;
1580 return true;
1581}

◆ typeCount()

int SGImplSvc::typeCount ( const CLID & id) const

Return the number of instances of type T (input CLID)

Definition at line 671 of file SGImplSvc.cxx.

672{
673 lock_t lock (m_mutex);
674 return m_pStore->typeCount(id);
675}

◆ typeless_overwrite()

StatusCode SGImplSvc::typeless_overwrite ( const CLID & id,
DataObject * obj,
const std::string & key,
const void *const raw_ptr,
bool allowMods,
bool noHist = false,
const std::type_info * tinfo = 0 )
private

same as typeless_record, allows to overwrite an object in memory or on disk

Definition at line 1041 of file SGImplSvc.cxx.

1048{
1049 lock_t lock (m_mutex);
1050 StatusCode sc(StatusCode::SUCCESS);
1051 SG::DataProxy* toRemove(proxy(clid, key, false));
1052 if (0 != toRemove) {
1053 toRemove->addRef();
1054 const bool FORCEREMOVE(true);
1055 sc =removeProxy(toRemove, (void*)0, FORCEREMOVE);
1056 }
1057 if (sc.isSuccess()) {
1058 const bool ALLOWOVERWRITE(true);
1059 const bool NORESET(false);
1060 if (record_impl( obj, key, raw_ptr, allowMods, NORESET, ALLOWOVERWRITE, tinfo) == nullptr)
1061 sc = StatusCode::FAILURE;
1062 else if ( m_ActivateHistory && noHist && store()->storeID() == StoreID::EVENT_STORE ) {
1063 sc = record_HistObj( obj->clID(), key, name(), allowMods, NORESET );
1064 }
1065 }
1066 //for detector store objects managed by IIOVSvc, replace the old proxy with the new one (#104311)
1067 if (toRemove && sc.isSuccess() && store()->storeID() == StoreID::DETECTOR_STORE) {
1068 sc = m_pIOVSvc->replaceProxy(toRemove, proxy(clid, key));
1069 }
1070 if (toRemove)
1071 toRemove->release();
1072 return sc;
1073}
StatusCode record_HistObj(const CLID &id, const std::string &key, const std::string &store, bool allowMods, bool resetOnly=true)
@ DETECTOR_STORE
Definition StoreID.h:27

◆ typeless_record() [1/3]

StatusCode SGImplSvc::typeless_record ( DataObject * obj,
const std::string & key,
const void *const raw_ptr,
bool allowMods,
bool resetOnly,
bool noHist,
const std::type_info * tinfo )
private

Definition at line 1003 of file SGImplSvc.cxx.

1007{
1008 return typeless_record (obj, key, raw_ptr, allowMods, resetOnly, noHist,tinfo,
1009 nullptr, true);
1010}

◆ typeless_record() [2/3]

StatusCode SGImplSvc::typeless_record ( DataObject * obj,
const std::string & key,
const void *const raw_ptr,
bool allowMods,
bool resetOnly,
bool noHist,
const std::type_info * tinfo,
SG::DataProxy ** proxy_ret,
bool noOverwrite )
private

Definition at line 1014 of file SGImplSvc.cxx.

1020{
1021 lock_t lock (m_mutex);
1022 SG::DataProxy* proxy =
1023 record_impl( obj, key, raw_ptr, allowMods, resetOnly, !noOverwrite, tinfo);
1024 if ( proxy == nullptr )
1025 return StatusCode::FAILURE;
1026 if (proxy_ret)
1027 *proxy_ret = proxy;
1028
1029 if ( !m_ActivateHistory || noHist ) {
1030 return StatusCode::SUCCESS;
1031 }
1032
1033 if ( store()->storeID() != StoreID::EVENT_STORE ) {
1034 return StatusCode::SUCCESS;
1035 } else {
1036 return record_HistObj( obj->clID(), key, name(), allowMods, resetOnly );
1037 }
1038}

◆ typeless_record() [3/3]

StatusCode SGImplSvc::typeless_record ( DataObject * obj,
const std::string & key,
const void *const raw_ptr,
bool allowMods,
bool resetOnly = true,
bool noHist = false )
private

type-less recording of an object with a key, allow possibility of specifying const-access and history record

Definition at line 993 of file SGImplSvc.cxx.

996{
997 return typeless_record (obj, key, raw_ptr, allowMods, resetOnly, noHist, 0,
998 nullptr, true);
999}

◆ typeless_retrievePrivateCopy()

DataObject * SGImplSvc::typeless_retrievePrivateCopy ( const CLID clid,
const std::string & key )

Definition at line 1584 of file SGImplSvc.cxx.

1586{
1587 lock_t lock (m_mutex);
1588 DataObject* obj = nullptr;
1589 SG::DataProxy* dp = proxy (clid, key);
1590 //we do not want anyone to mess up with our copy hence we release it immediately.
1591 if (dp && dp->isValid()) {
1592 obj = dp->object();
1593 obj->addRef();
1594 clearProxyPayload (dp);
1595 }
1596 return obj;
1597}
void clearProxyPayload(SG::DataProxy *)
use to reset a proxy (clearing the data object it contains) Unlike DataProxy::reset this method corre...

◆ unboundHandle()

void SGImplSvc::unboundHandle ( IResetable * handle)
finaloverridevirtual

Tell the store that a handle has been unbound from a proxy.

Parameters
handleThe handle that was unbound. The default implementation does nothing.

Definition at line 1727 of file SGImplSvc.cxx.

1728{
1729 std::vector<IResetable*>& v = m_newBoundHandles[std::this_thread::get_id()];
1730 std::vector<IResetable*>::iterator it =
1731 std::find (v.begin(), v.end(), handle);
1732 if (it != v.end())
1733 v.erase (it);
1734}

◆ ActiveStoreSvc

friend class ActiveStoreSvc
friend

Definition at line 647 of file SGImplSvc.h.

◆ AthenaInternal::py_sg_clearProxyPayload

◆ AthenaInternal::recordObjectToStore

PyObject * AthenaInternal::recordObjectToStore ( StoreGateSvc * ,
PyObject * ,
PyObject * ,
bool ,
bool ,
bool  )
friend

◆ AthenaOutputStream

friend class AthenaOutputStream
friend

access proxyRange()

Definition at line 579 of file SGImplSvc.h.

◆ IOVDbSvc

friend class IOVDbSvc
friend

access clearProxyPayload

Definition at line 565 of file SGImplSvc.h.

◆ IOVSvcTool

friend class IOVSvcTool
friend

Definition at line 566 of file SGImplSvc.h.

◆ SG::VarHandleBase

friend class SG::VarHandleBase
friend

access typeless_record

Definition at line 587 of file SGImplSvc.h.

◆ StoreGateSvc

friend class StoreGateSvc
friend

Definition at line 585 of file SGImplSvc.h.

Member Data Documentation

◆ m_ActivateHistory

bool SGImplSvc::m_ActivateHistory
private

Activate the history service.

Definition at line 668 of file SGImplSvc.h.

◆ m_arena

SG::Arena SGImplSvc::m_arena
private

Allocation arena to associate with this store.

Definition at line 684 of file SGImplSvc.h.

◆ m_DumpArena

bool SGImplSvc::m_DumpArena
private

DumpArena Property flag : trigger m_arena->report() at clearStore.

Definition at line 669 of file SGImplSvc.h.

◆ m_DumpStore

bool SGImplSvc::m_DumpStore
private

Dump Property flag: triggers dump() at EndEvent.

Definition at line 667 of file SGImplSvc.h.

◆ m_folderNameList

StringArrayProperty SGImplSvc::m_folderNameList
private

FolderNameList Property.

Definition at line 672 of file SGImplSvc.h.

◆ m_mutex

mutex_t SGImplSvc::m_mutex
mutableprivate

Definition at line 700 of file SGImplSvc.h.

◆ m_newBoundHandles

std::map<std::thread::id, std::vector<IResetable*> > SGImplSvc::m_newBoundHandles
private

Keep track of proxies bound since the last call to commitNewDataObjects or clearStore.

Has to be done per-thread. We can't use thread_specific_ptr because we want to be able to clear the vectors for all threads in clearStore().

Definition at line 696 of file SGImplSvc.h.

◆ m_numSlots

int SGImplSvc::m_numSlots
private

The total number of slots. 1 if this isn't a Hive store.

Definition at line 690 of file SGImplSvc.h.

◆ m_pCLIDSvc

ServiceHandle<IClassIDSvc> SGImplSvc::m_pCLIDSvc
private

Definition at line 653 of file SGImplSvc.h.

◆ m_pDataLoader

ServiceHandle<IConversionSvc> SGImplSvc::m_pDataLoader
private

Definition at line 654 of file SGImplSvc.h.

◆ m_pHistorySvc

ServiceHandle<IHistorySvc> SGImplSvc::m_pHistorySvc
private

Definition at line 661 of file SGImplSvc.h.

◆ m_pIncSvc

ServiceHandle<IIncidentSvc> SGImplSvc::m_pIncSvc
private

property

Definition at line 666 of file SGImplSvc.h.

◆ m_pIOVSvc

ServiceHandle<IIOVSvc> SGImplSvc::m_pIOVSvc
private

get the IOVSvc "just in time" (breaks recursion at initialize)

Definition at line 675 of file SGImplSvc.h.

◆ m_pPPS

IProxyProviderSvc* SGImplSvc::m_pPPS
private

Definition at line 659 of file SGImplSvc.h.

◆ m_pPPSHandle

ServiceHandle<IProxyProviderSvc> SGImplSvc::m_pPPSHandle
private

Definition at line 656 of file SGImplSvc.h.

◆ m_pStore

SG::DataStore* SGImplSvc::m_pStore
private

Definition at line 663 of file SGImplSvc.h.

◆ m_remap_impl

SG::RemapImpl* SGImplSvc::m_remap_impl
private

Definition at line 681 of file SGImplSvc.h.

◆ m_remapMutex

mutex_t SGImplSvc::m_remapMutex
mutableprivate

Definition at line 701 of file SGImplSvc.h.

◆ m_slotNumber

int SGImplSvc::m_slotNumber
private

The Hive slot number for this store, or -1 if this isn't a Hive store.

Definition at line 687 of file SGImplSvc.h.

◆ m_storeLoaded

bool SGImplSvc::m_storeLoaded
private

FIXME hack needed by loadEventProxies.

Definition at line 677 of file SGImplSvc.h.

◆ m_stringpool

SG::StringPool SGImplSvc::m_stringpool
private

Definition at line 679 of file SGImplSvc.h.

◆ m_stringPoolMutex

mutex_t SGImplSvc::m_stringPoolMutex
mutableprivate

Definition at line 702 of file SGImplSvc.h.

◆ m_trash

std::list<DataObject*> SGImplSvc::m_trash
private

The Recycle Bin.

Definition at line 664 of file SGImplSvc.h.


The documentation for this class was generated from the following files: