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, event)
 

Public Attributes

 readPrefix
 

Detailed Description

Definition at line 348 of file xAODRootTest.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 349 of file xAODRootTest.py.

349  def __init__ (self, readPrefix = ''):
350  self.readPrefix = readPrefix
351  return
352 
353 

Member Function Documentation

◆ execute()

def xAODRootTest.xAODTestClearDecor.execute (   self,
  event 
)

Definition at line 354 of file xAODRootTest.py.

354  def execute (self, event):
355  cvec = event[self.readPrefix + 'cvec']
356  cvec.clearDecorations()
357 
358  ctrig = event[self.readPrefix + 'ctrig']
359  ctrig.clearDecorations()
360 
361  cinfo = event[self.readPrefix + 'cinfo']
362  cinfo.clearDecorations()
363  return
364 
365 
366 

Member Data Documentation

◆ readPrefix

xAODRootTest.xAODTestClearDecor.readPrefix

Definition at line 350 of file xAODRootTest.py.


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