Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 178 of file TrigInDetArtSteps.py.

Constructor & Destructor Documentation

◆ __init__()

def 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  # the HLT step may produce several BS files, if we exceed the 2 GB file size limit
185  # process all BS files in trigbs_extractStream.py (by default, find_file only keeps the last one)
186  self.args = '-s Main ' + '`find . -name "*_HLTMPPy_output.*.data"`'
187 
188 

Member Data Documentation

◆ args

python.TrigInDetArtSteps.TrigBSExtr.args

Definition at line 186 of file TrigInDetArtSteps.py.

◆ executable

python.TrigInDetArtSteps.TrigBSExtr.executable

Definition at line 182 of file TrigInDetArtSteps.py.

◆ input

python.TrigInDetArtSteps.TrigBSExtr.input

Definition at line 183 of file TrigInDetArtSteps.py.

◆ type

python.TrigInDetArtSteps.TrigBSExtr.type

Definition at line 181 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