ATLAS Offline Software
Loading...
Searching...
No Matches
python.TrigValSteering.CheckSteps.TrigTestJsonStep Class Reference
Inheritance diagram for python.TrigValSteering.CheckSteps.TrigTestJsonStep:
Collaboration diagram for python.TrigValSteering.CheckSteps.TrigTestJsonStep:

Public Member Functions

 __init__ (self, name='TrigTestJson')

Public Attributes

str executable = 'trig-test-json.py'

Detailed Description

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

Definition at line 511 of file CheckSteps.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 514 of file CheckSteps.py.

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

Member Data Documentation

◆ executable

str python.TrigValSteering.CheckSteps.TrigTestJsonStep.executable = 'trig-test-json.py'

Definition at line 516 of file CheckSteps.py.


The documentation for this class was generated from the following file: