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=[], comboHypoCfg=ComboHypoCfg, comboToolConfs=[], chainDicts=None, isEmpty=False)
 

Public Attributes

 name
 
 seq
 
 comboToolConfs
 
 comboHypoCfg
 
 chainDicts
 
 isEmpty
 

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 = [],
  comboHypoCfg = ComboHypoCfg,
  comboToolConfs = [],
  chainDicts = None,
  isEmpty = False 
)

Definition at line 23 of file TestUtils.py.

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

Member Data Documentation

◆ chainDicts

TestUtils.makeChainStep.chainDicts

Definition at line 28 of file TestUtils.py.

◆ comboHypoCfg

TestUtils.makeChainStep.comboHypoCfg

Definition at line 27 of file TestUtils.py.

◆ comboToolConfs

TestUtils.makeChainStep.comboToolConfs

Definition at line 26 of file TestUtils.py.

◆ isEmpty

TestUtils.makeChainStep.isEmpty

Definition at line 29 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