Definition at line 348 of file xAODRootTest.py.
◆ __init__()
| def xAODRootTest.xAODTestClearDecor.__init__ |
( |
|
self, |
|
|
|
readPrefix = '' |
|
) |
| |
◆ execute()
| def xAODRootTest.xAODTestClearDecor.execute |
( |
|
self, |
|
|
|
event |
|
) |
| |
Definition at line 354 of file xAODRootTest.py.
355 cvec = event[self.readPrefix +
'cvec']
356 cvec.clearDecorations()
358 ctrig = event[self.readPrefix +
'ctrig']
359 ctrig.clearDecorations()
361 cinfo = event[self.readPrefix +
'cinfo']
362 cinfo.clearDecorations()
◆ readPrefix
| xAODRootTest.xAODTestClearDecor.readPrefix |
The documentation for this class was generated from the following file: