ATLAS Offline Software
Namespaces | Typedefs | Functions
StoreGatePyExt.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 AthenaInternal
 

Typedefs

typedef _object PyObject
 

Functions

PyObjectAthenaInternal::retrieveObjectFromStore (StoreGateSvc *store, PyObject *tp, PyObject *pykey)
 retrieve object of specified type from storegate More...
 
PyObjectAthenaInternal::py_sg_getitem (StoreGateSvc *self, PyObject *pykey)
 typeless retrieve ... slower than above, and potential to return unexpected type if objects of different type but same key More...
 
PyObjectAthenaInternal::py_sg_contains (StoreGateSvc *store, PyObject *tp, PyObject *pykey)
 check if object of specified type is in storegate More...
 
PyObjectAthenaInternal::recordObjectToStore (StoreGateSvc *store, PyObject *obj, PyObject *pykey, bool allowMods=true, bool resetOnly=true, bool noHist=false)
 record object to storegate More...
 

Typedef Documentation

◆ PyObject

typedef _object PyObject

Definition at line 17 of file StoreGatePyExt.h.