 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef XAODROOTACCESS_TPYEVENT_H
6 #define XAODROOTACCESS_TPYEVENT_H
46 const std::string&
type)
const;
50 const std::string&
type);
56 #endif // XAODROOTACCESS_TPYEVENT_H
PyObject * pyRetrieve(const std::string &key)
Return the object with a given key as a PyObject.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
@ kClassAccess
Access auxiliary data using the aux containers.
::StatusCode StatusCode
StatusCode definition for legacy code.
StatusCode pyRecord(void *obj, const std::string &key, const std::string &type)
Add an output object to the event.
TPyEvent(EAuxMode mode=kClassAccess)
Constructor with an access mode.
bool pyTransientContains(const std::string &key, const std::string &type) const
Function checking if an object is already in memory.
EAuxMode
Auxiliary store "mode".
Python interface to xAOD::TEvent.
bool pyContains(const std::string &key, const std::string &type)
Function checking if an object is available from the store.
Tool for accessing xAOD files outside of Athena.