ATLAS Offline Software
Loading...
Searching...
No Matches
python.DetStatusLib.StatusObj Class Reference
Collaboration diagram for python.DetStatusLib.StatusObj:

Public Member Functions

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

Public Attributes

 start = start
 stop = stop
 code = code
 deadfrac = deadfrac
 thrust = thrust
 nconfig = nconfig
 nworking = nworking
 comment = comment

Detailed Description

Definition at line 170 of file DetStatusLib.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 172 of file DetStatusLib.py.

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

Member Function Documentation

◆ updateStart()

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

Definition at line 182 of file DetStatusLib.py.

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

◆ updateStop()

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

Definition at line 185 of file DetStatusLib.py.

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

Member Data Documentation

◆ code

python.DetStatusLib.StatusObj.code = code

Definition at line 175 of file DetStatusLib.py.

◆ comment

python.DetStatusLib.StatusObj.comment = comment

Definition at line 180 of file DetStatusLib.py.

◆ deadfrac

python.DetStatusLib.StatusObj.deadfrac = deadfrac

Definition at line 176 of file DetStatusLib.py.

◆ nconfig

python.DetStatusLib.StatusObj.nconfig = nconfig

Definition at line 178 of file DetStatusLib.py.

◆ nworking

python.DetStatusLib.StatusObj.nworking = nworking

Definition at line 179 of file DetStatusLib.py.

◆ start

python.DetStatusLib.StatusObj.start = start

Definition at line 173 of file DetStatusLib.py.

◆ stop

python.DetStatusLib.StatusObj.stop = stop

Definition at line 174 of file DetStatusLib.py.

◆ thrust

python.DetStatusLib.StatusObj.thrust = thrust

Definition at line 177 of file DetStatusLib.py.


The documentation for this class was generated from the following file: