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

Public Member Functions

def __init__ (self, name='TrigBSExtr')
 

Public Attributes

 type
 
 executable
 
 input
 
 args
 

Detailed Description

Definition at line 274 of file TrigInDetArtSteps.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 275 of file TrigInDetArtSteps.py.

275  def __init__(self, name='TrigBSExtr'):
276  super(TrigBSExtr, self).__init__(name)
277  self.type = 'other'
278  self.executable = 'trigbs_extractStream.py'
279  self.input = ''
280  self.args = '-s Main ' + find_file('*_HLTMPPy_output.*.data')
281 
282 

Member Data Documentation

◆ args

python.TrigInDetArtSteps.TrigBSExtr.args

Definition at line 280 of file TrigInDetArtSteps.py.

◆ executable

python.TrigInDetArtSteps.TrigBSExtr.executable

Definition at line 278 of file TrigInDetArtSteps.py.

◆ input

python.TrigInDetArtSteps.TrigBSExtr.input

Definition at line 279 of file TrigInDetArtSteps.py.

◆ type

python.TrigInDetArtSteps.TrigBSExtr.type

Definition at line 277 of file TrigInDetArtSteps.py.


The documentation for this class was generated from the following file:
python.DumperConfig.find_file
def find_file(fname, refPaths)
Definition: DumperConfig.py:14
python.processes.powheg.ZZ.ZZ.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZ.py:18