23 ROOT.xAOD.TPyEvent.__init__( self )
42 clname = type.__name__
43 if hasattr( type,
"__cpp_name__" ):
44 clname = type.__cpp_name__
47 return super( TPyEvent, self ).
contains( key, clname )
66 clname = type.__name__
67 if hasattr( type,
"__cpp_name__" ):
68 clname = type.__cpp_name__
71 return super( TPyEvent,
91 def record( self, obj, key, basketSize = 32000, splitLevel = 0 ):
93 clname = obj.__class__.__name__
94 if hasattr( obj.__class__,
"__cpp_name__" ):
95 clname = obj.__class__.__cpp_name__
98 return super( TPyEvent, self ).
record( 0, obj, key, clname, basketSize,