|
| str | type = 'other' |
| str | executable = 'trigbs_extractStream.py' |
| str | input = '' |
| str | args = '-s Main ' + '`find . -name "*_HLTMPPy_output.*.data"`' |
Definition at line 178 of file TrigInDetArtSteps.py.
◆ __init__()
| python.TrigInDetArtSteps.TrigBSExtr.__init__ |
( |
| self, |
|
|
| name = 'TrigBSExtr' ) |
Definition at line 179 of file TrigInDetArtSteps.py.
179 def __init__(self, name='TrigBSExtr'):
180 super(TrigBSExtr, self).__init__(name)
181 self.type = 'other'
182 self.executable = 'trigbs_extractStream.py'
183 self.input = ''
184
185
186 self.args = '-s Main ' + '`find . -name "*_HLTMPPy_output.*.data"`'
187
188
◆ args
| str python.TrigInDetArtSteps.TrigBSExtr.args = '-s Main ' + '`find . -name "*_HLTMPPy_output.*.data"`' |
◆ executable
| str python.TrigInDetArtSteps.TrigBSExtr.executable = 'trigbs_extractStream.py' |
◆ input
| str python.TrigInDetArtSteps.TrigBSExtr.input = '' |
◆ type
| str python.TrigInDetArtSteps.TrigBSExtr.type = 'other' |
The documentation for this class was generated from the following file: