|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef XAODROOTACCESS_TPYEVENT_H
6 #define XAODROOTACCESS_TPYEVENT_H
39 const std::string&
type )
const;
43 const std::string&
type,
44 ::Int_t basketSize = 32000, ::Int_t splitLevel = 0 );
50 #endif // XAODROOTACCESS_TPYEVENT_H
@ kUndefinedAccess
Undefined, to be selected by the object.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
::StatusCode StatusCode
StatusCode definition for legacy code.
TPyEvent(EAuxMode mode=kUndefinedAccess)
Constructor with an access mode - only that one is used from the python TPyEvent.
StatusCode record(int dummy, void *obj, const std::string &key, const std::string &type, ::Int_t basketSize=32000, ::Int_t splitLevel=0)
Add an output object to the event.
EAuxMode
Auxiliary store "mode".
::Bool_t transientContains(const std::string &key, const std::string &type) const
Function checking if an object is already in memory.
::Bool_t contains(const std::string &key, const std::string &type)
Function checking if an object is available from the store.
Python interface to xAOD::TEvent.
Tool for accessing xAOD files outside of Athena.