ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
TestUtils.makeChainStep Class Reference
Inheritance diagram for TestUtils.makeChainStep:
Collaboration diagram for TestUtils.makeChainStep:

Public Member Functions

def __init__ (self, name, seq=[], multiplicity=[1], comboHypoCfg=ComboHypoCfg, comboToolConfs=[], chainDicts=None)
 

Public Attributes

 name
 
 seq
 
 mult
 
 comboToolConfs
 
 comboHypoCfg
 
 chainDicts
 

Detailed Description

Used to store the step info, regardless of the chainDict

Definition at line 21 of file TestUtils.py.

Constructor & Destructor Documentation

◆ __init__()

def TestUtils.makeChainStep.__init__ (   self,
  name,
  seq = [],
  multiplicity = [1],
  comboHypoCfg = ComboHypoCfg,
  comboToolConfs = [],
  chainDicts = None 
)

Definition at line 23 of file TestUtils.py.

23  def __init__(self, name, seq=[], multiplicity=[1], comboHypoCfg=ComboHypoCfg, comboToolConfs=[], chainDicts=None):
24  self.name=name
25  self.seq=seq
26  self.mult=multiplicity
27  self.comboToolConfs=comboToolConfs
28  self.comboHypoCfg=comboHypoCfg
29  self.chainDicts = chainDicts
30 
31 

Member Data Documentation

◆ chainDicts

TestUtils.makeChainStep.chainDicts

Definition at line 29 of file TestUtils.py.

◆ comboHypoCfg

TestUtils.makeChainStep.comboHypoCfg

Definition at line 28 of file TestUtils.py.

◆ comboToolConfs

TestUtils.makeChainStep.comboToolConfs

Definition at line 27 of file TestUtils.py.

◆ mult

TestUtils.makeChainStep.mult

Definition at line 26 of file TestUtils.py.

◆ name

TestUtils.makeChainStep.name

Definition at line 24 of file TestUtils.py.

◆ seq

TestUtils.makeChainStep.seq

Definition at line 25 of file TestUtils.py.


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