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

Public Member Functions

def __init__ (self, name='TrigCostStep')
 

Public Attributes

 required
 
 depends_on_previous
 
 input
 
 args
 
 executable
 

Detailed Description

Definition at line 237 of file TrigInDetArtSteps.py.

Constructor & Destructor Documentation

◆ __init__()

def python.TrigInDetArtSteps.TrigCostStep.__init__ (   self,
  name = 'TrigCostStep' 
)

Definition at line 238 of file TrigInDetArtSteps.py.

238  def __init__(self, name='TrigCostStep'):
239  super(TrigCostStep, self).__init__(name)
240  self.required = True
241  self.depends_on_previous = True
242  self.input = 'tmp.RDO_TRIG'
243  self.args = ' --monitorChainAlgorithm --MCCrossSection=0.5 Input.Files=\'["tmp.RDO_TRIG"]\' '
244  self.executable = 'RunTrigCostAnalysis.py'
245 
246 

Member Data Documentation

◆ args

python.TrigInDetArtSteps.TrigCostStep.args

Definition at line 243 of file TrigInDetArtSteps.py.

◆ depends_on_previous

python.TrigInDetArtSteps.TrigCostStep.depends_on_previous

Definition at line 241 of file TrigInDetArtSteps.py.

◆ executable

python.TrigInDetArtSteps.TrigCostStep.executable

Definition at line 244 of file TrigInDetArtSteps.py.

◆ input

python.TrigInDetArtSteps.TrigCostStep.input

Definition at line 242 of file TrigInDetArtSteps.py.

◆ required

python.TrigInDetArtSteps.TrigCostStep.required

Definition at line 240 of file TrigInDetArtSteps.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