|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef XAODROOTACCESS_TPYSTORE_H
6 #define XAODROOTACCESS_TPYSTORE_H
38 const std::string&
type )
const;
40 ::Bool_t
isConst(
const std::string&
key,
const std::string&
type )
const;
44 const std::string&
type );
53 #endif // XAODROOTACCESS_TPYSTORE_H
void dump() const
Print the contents of the store using a Python friendly function.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
::Bool_t isConst(const std::string &key, const std::string &type) const
Function checking if an object with a given key and type is constant.
::Bool_t contains(const std::string &key, const std::string &type) const
Function checking if an object with a given key and type is available.
Python interface to xAOD::TStore.
::StatusCode StatusCode
StatusCode definition for legacy code.
A relatively simple transient store for objects created in analysis.
StatusCode record(void *obj, const std::string &key, const std::string &type)
Record an object into the store in a typeless way.
TStore()
Default constructor.