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

Public Member Functions

def __init__ (self, name='TrigTestJson')
 

Public Attributes

 executable
 

Detailed Description

Execute trig-test-json.py to create extra-results.json file

Definition at line 512 of file CheckSteps.py.

Constructor & Destructor Documentation

◆ __init__()

def python.TrigValSteering.CheckSteps.TrigTestJsonStep.__init__ (   self,
  name = 'TrigTestJson' 
)

Definition at line 515 of file CheckSteps.py.

515  def __init__(self, name='TrigTestJson'):
516  super(TrigTestJsonStep, self).__init__(name)
517  self.executable = 'trig-test-json.py'
518 
519 

Member Data Documentation

◆ executable

python.TrigValSteering.CheckSteps.TrigTestJsonStep.executable

Definition at line 517 of file CheckSteps.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