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

Public Member Functions

def __init__ (self, start, stop, code, deadfrac, thrust, nconfig=-1, nworking=-1, comment='')
 
def updateStart (self, newStart)
 
def updateStop (self, newStop)
 

Public Attributes

 start
 
 stop
 
 code
 
 deadfrac
 
 thrust
 
 nconfig
 
 nworking
 
 comment
 

Detailed Description

Definition at line 171 of file DetStatusLib.py.

Constructor & Destructor Documentation

◆ __init__()

def python.DetStatusLib.StatusObj.__init__ (   self,
  start,
  stop,
  code,
  deadfrac,
  thrust,
  nconfig = -1,
  nworking = -1,
  comment = '' 
)

Definition at line 173 of file DetStatusLib.py.

173  def __init__(self,start,stop,code,deadfrac,thrust,nconfig=-1,nworking=-1,comment=''):
174  self.start=start
175  self.stop=stop
176  self.code=code
177  self.deadfrac=deadfrac
178  self.thrust=thrust
179  self.nconfig=nconfig
180  self.nworking=nworking
181  self.comment=comment
182 

Member Function Documentation

◆ updateStart()

def python.DetStatusLib.StatusObj.updateStart (   self,
  newStart 
)

Definition at line 183 of file DetStatusLib.py.

183  def updateStart(self,newStart):
184  self.start=newStart
185 

◆ updateStop()

def python.DetStatusLib.StatusObj.updateStop (   self,
  newStop 
)

Definition at line 186 of file DetStatusLib.py.

186  def updateStop(self,newStop):
187  self.stop=newStop
188 

Member Data Documentation

◆ code

python.DetStatusLib.StatusObj.code

Definition at line 176 of file DetStatusLib.py.

◆ comment

python.DetStatusLib.StatusObj.comment

Definition at line 181 of file DetStatusLib.py.

◆ deadfrac

python.DetStatusLib.StatusObj.deadfrac

Definition at line 177 of file DetStatusLib.py.

◆ nconfig

python.DetStatusLib.StatusObj.nconfig

Definition at line 179 of file DetStatusLib.py.

◆ nworking

python.DetStatusLib.StatusObj.nworking

Definition at line 180 of file DetStatusLib.py.

◆ start

python.DetStatusLib.StatusObj.start

Definition at line 174 of file DetStatusLib.py.

◆ stop

python.DetStatusLib.StatusObj.stop

Definition at line 175 of file DetStatusLib.py.

◆ thrust

python.DetStatusLib.StatusObj.thrust

Definition at line 178 of file DetStatusLib.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