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

Public Member Functions

def __init__ (self, run, lb, start, stop)
 

Public Attributes

 run
 
 maxlb
 
 start
 
 stop
 

Detailed Description

Definition at line 155 of file RunLister.py.

Constructor & Destructor Documentation

◆ __init__()

def python.RunLister.TrigLBParams.__init__ (   self,
  run,
  lb,
  start,
  stop 
)

Definition at line 157 of file RunLister.py.

157  def __init__(self,run,lb,start,stop):
158  self.run=run
159  self.maxlb=lb
160  self.start=start
161  self.stop=stop
162 
163 

Member Data Documentation

◆ maxlb

python.RunLister.TrigLBParams.maxlb

Definition at line 159 of file RunLister.py.

◆ run

python.RunLister.TrigLBParams.run

Definition at line 158 of file RunLister.py.

◆ start

python.RunLister.TrigLBParams.start

Definition at line 160 of file RunLister.py.

◆ stop

python.RunLister.TrigLBParams.stop

Definition at line 161 of file RunLister.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