ATLAS Offline Software
Public Member Functions | Static Private Attributes | List of all members
python.tests.test_McAodFilter Class Reference
Inheritance diagram for python.tests.test_McAodFilter:
Collaboration diagram for python.tests.test_McAodFilter:

Public Member Functions

def __init__ (self, name="McAodFilter")
 
def setDefaults (cls, handle)
 

Static Private Attributes

tuple __slots__ = ( )
 

Detailed Description

Definition at line 76 of file PhysicsAnalysis/TruthParticleID/McParticleAlgs/python/tests.py.

Constructor & Destructor Documentation

◆ __init__()

def python.tests.test_McAodFilter.__init__ (   self,
  name = "McAodFilter" 
)

Definition at line 80 of file PhysicsAnalysis/TruthParticleID/McParticleAlgs/python/tests.py.

80  def __init__( self, name = "McAodFilter" ):
81  super( test_McAodFilter, self ).__init__( name )
82  return
83 

Member Function Documentation

◆ setDefaults()

def python.tests.test_McAodFilter.setDefaults (   cls,
  handle 
)

Definition at line 84 of file PhysicsAnalysis/TruthParticleID/McParticleAlgs/python/tests.py.

84  def setDefaults(cls, handle):
85 
86  handle.DoGenAod = True
87  handle.McVtxFilterTool = McVtxFilterTool()
88  handle.McVtxFilterTool.McEvents = "GEN_EVENT"
89  handle.McVtxFilterTool.McEventsOutput = "MyGEN_EVENT"
90  handle.McVtxFilterTool.DoSignalProcessVtx = True
91 
92  handle.DoTruthParticles = True
93  handle.TruthParticleCnvTool = TruthParticleCnvTool()
94  handle.TruthParticleCnvTool.McEvents = "MyGEN_EVENT"
95  handle.TruthParticleCnvTool.TruthParticlesOutput = "MySpclMC"
96 
97  return
98 

Member Data Documentation

◆ __slots__

tuple python.tests.test_McAodFilter.__slots__ = ( )
staticprivate

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