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

Public Member Functions

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

Static Private Attributes

tuple __slots__ = ( )
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __init__()

def python.tests.test_McAodValidation.__init__ (   self,
  name = "McAodValidation" 
)

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

50  def __init__( self, name = "McAodValidation" ):
51  super( test_McAodValidation, self ).__init__( name )
52  return
53 

Member Function Documentation

◆ setDefaults()

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

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

54  def setDefaults(cls, handle):
55 
56  # declare the sub-tools (will be easier with ToolHandleArrayProperty)
57  handle.ValidationTools = [
58  "GenAodValidationTool/GenAodValidation",
59  "SpclMcValidationTool/SpclMcValidation",
60  ]
61 
62  if not hasattr(handle, "GenAodValidation"):
63  genAodValidation = GenAodValidationTool( "GenAodValidation" )
64  genAodValidation.RefMcEvents = "GEN_EVENT"
65  genAodValidation += HepMcWriterTool("RefHepMcWriterTool")
66  genAodValidation += HepMcWriterTool("CheckHepMcWriterTool")
67 
68  handle += genAodValidation
69  return
70 

Member Data Documentation

◆ __slots__

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

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