|
ATLAS Offline Software
|
Go to the documentation of this file.
14 const std::string&
type ) {
17 ::TClass*
cl = ::TClass::GetClass(
type.c_str() );
19 ::Warning(
"xAOD::TPyEvent::contains",
20 "Type name \"%s\" not known",
type.c_str() );
25 const std::type_info* ti =
cl->GetTypeInfo();
27 ::Warning(
"xAOD::TPyEvent::contains",
28 "Type \"%s\" doesn't have a proper dictionary",
38 const std::string&
type )
const {
41 ::TClass*
cl = ::TClass::GetClass(
type.c_str() );
43 ::Warning(
"xAOD::TPyEvent::transientContains",
44 "Type name \"%s\" not known",
type.c_str() );
49 const std::type_info* ti =
cl->GetTypeInfo();
51 ::Warning(
"xAOD::TPyEvent::transientContains",
52 "Type \"%s\" doesn't have a proper dictionary",
80 const std::string&
key,
81 const std::string&
type,
82 ::Int_t basketSize, ::Int_t splitLevel ) {
87 kFALSE, kFALSE, kFALSE ) );
89 return StatusCode::SUCCESS;
#define RETURN_CHECK(CONTEXT, EXP)
Helper macro for checking return codes in a compact form in the code.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
::StatusCode StatusCode
StatusCode definition for legacy code.
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.
::Bool_t contains(const std::string &key)
Function checking if an object is available from the store.
StatusCode record(T *obj, const std::string &key, ::Int_t basketSize=32000, ::Int_t splitLevel=0)
Add an output object to the event.
::Bool_t transientContains(const std::string &key) const
Function checking if an object is already in memory.
::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.
cl
print [x.__class__ for x in toList(dqregion.getSubRegions()) ]