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

Public Member Functions

def __init__ (self, name='CheckFileTrigSize')
 

Public Attributes

 input_file
 
 executable
 

Detailed Description

Execute checkFileTrigSize.py for POOL files.

Definition at line 41 of file TrigAnalysisSteps.py.

Constructor & Destructor Documentation

◆ __init__()

def python.TrigAnalysisSteps.CheckFileTrigSizeStep.__init__ (   self,
  name = 'CheckFileTrigSize' 
)

Definition at line 45 of file TrigAnalysisSteps.py.

45  def __init__(self, name='CheckFileTrigSize'):
46  super(CheckFileTrigSizeStep, self).__init__(name)
47  self.input_file = 'AOD.pool.root,ESD.pool.root,RDO_TRIG.pool.root,DAOD_PHYS.DAOD.pool.root'
48  self.executable = 'checkFileTrigSize.py'
49 
50 

Member Data Documentation

◆ executable

python.TrigAnalysisSteps.CheckFileTrigSizeStep.executable

Definition at line 48 of file TrigAnalysisSteps.py.

◆ input_file

python.TrigAnalysisSteps.CheckFileTrigSizeStep.input_file

Definition at line 47 of file TrigAnalysisSteps.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