Definition at line 357 of file xAODRootTest.py.
◆ __init__()
def xAODRootTest.xAODTestClearDecor.__init__ |
( |
|
self, |
|
|
|
readPrefix = '' |
|
) |
| |
◆ execute()
def xAODRootTest.xAODTestClearDecor.execute |
( |
|
self, |
|
|
|
tree, |
|
|
|
event = None |
|
) |
| |
Definition at line 363 of file xAODRootTest.py.
363 def execute (self, tree, event=None):
364 cvec = getattr (tree, self.readPrefix +
'cvec')
365 cvec.clearDecorations()
367 ctrig = getattr (tree, self.readPrefix +
'ctrig')
368 ctrig.clearDecorations()
370 cinfo = getattr (tree, self.readPrefix +
'cinfo')
371 cinfo.clearDecorations()
◆ readPrefix
xAODRootTest.xAODTestClearDecor.readPrefix |
The documentation for this class was generated from the following file: