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

Public Member Functions

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

Public Attributes

 run
 
 lb
 
 start
 
 stop
 

Detailed Description

Class to hold information from the LB_Params folder

Definition at line 57 of file RunLister.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 59 of file RunLister.py.

59  def __init__(self,run,lb,start,stop):
60  self.run=run
61  self.lb=lb
62  self.start=start
63  self.stop=stop
64 

Member Data Documentation

◆ lb

python.RunLister.LBParams.lb

Definition at line 61 of file RunLister.py.

◆ run

python.RunLister.LBParams.run

Definition at line 60 of file RunLister.py.

◆ start

python.RunLister.LBParams.start

Definition at line 62 of file RunLister.py.

◆ stop

python.RunLister.LBParams.stop

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