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

Public Member Functions

def __init__ (self, name="McAodBuilder")
 
def setDefaults (cls, handle)
 Default configuration of the filter tool [ESD-McEventCollection --> AOD-McEventCollection]. More...
 

Static Private Attributes

tuple __slots__ = ( )
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __init__()

def python.tests.test_McAodBuilder.__init__ (   self,
  name = "McAodBuilder" 
)

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

12  def __init__( self,
13  name = "McAodBuilder" ):
14  super( test_McAodBuilder, self ).__init__( name )
15  return
16 

Member Function Documentation

◆ setDefaults()

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

Default configuration of the filter tool [ESD-McEventCollection --> AOD-McEventCollection].

Configuration of the converter tool [AOD-McEventCollection --> TruthParticleContainer]

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

17  def setDefaults(cls, handle):
18 
19  if not hasattr(handle, 'FilterTool'):
20 
21 
25  handle.FilterTool = EtaPtFilterTool()
26  handle.FilterTool.McEvents = "GEN_EVENT"
27  handle.FilterTool.McEventsOutput = "GEN_AOD"
28  pass
29 
30  if not hasattr(handle, 'CnvTool'):
31 
32 
36  handle.CnvTool = TruthParticleCnvTool()
37  pass
38  return
39 

Member Data Documentation

◆ __slots__

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

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