ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
xAODRootTest.xAODTestClearDecor Class Reference
Collaboration diagram for xAODRootTest.xAODTestClearDecor:

Public Member Functions

def __init__ (self, readPrefix='')
 
def execute (self, tree, event=None)
 

Public Attributes

 readPrefix
 

Detailed Description

Definition at line 278 of file xAODRootTest.py.

Constructor & Destructor Documentation

◆ __init__()

def xAODRootTest.xAODTestClearDecor.__init__ (   self,
  readPrefix = '' 
)

Definition at line 279 of file xAODRootTest.py.

279  def __init__ (self, readPrefix = ''):
280  self.readPrefix = readPrefix
281  return
282 
283 

Member Function Documentation

◆ execute()

def xAODRootTest.xAODTestClearDecor.execute (   self,
  tree,
  event = None 
)

Definition at line 284 of file xAODRootTest.py.

284  def execute (self, tree, event=None):
285  cvec = getattr (tree, self.readPrefix + 'cvec')
286  cvec.clearDecorations()
287 
288  ctrig = getattr (tree, self.readPrefix + 'ctrig')
289  ctrig.clearDecorations()
290 
291  cinfo = getattr (tree, self.readPrefix + 'cinfo')
292  cinfo.clearDecorations()
293  return
294 
295 
296 

Member Data Documentation

◆ readPrefix

xAODRootTest.xAODTestClearDecor.readPrefix

Definition at line 280 of file xAODRootTest.py.


The documentation for this class was generated from the following file:
LArG4FSStartPointFilterLegacy.execute
execute
Definition: LArG4FSStartPointFilterLegacy.py:20
python.processes.powheg.ZZ.ZZ.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZ.py:18