![]() |
ATLAS Offline Software
|
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 | |
Definition at line 170 of file DetStatusLib.py.
| python.DetStatusLib.StatusObj.__init__ | ( | self, | |
| start, | |||
| stop, | |||
| code, | |||
| deadfrac, | |||
| thrust, | |||
| nconfig = -1, | |||
| nworking = -1, | |||
| comment = '' ) |
Definition at line 172 of file DetStatusLib.py.
| python.DetStatusLib.StatusObj.updateStart | ( | self, | |
| newStart ) |
Definition at line 182 of file DetStatusLib.py.
| python.DetStatusLib.StatusObj.updateStop | ( | self, | |
| newStop ) |
Definition at line 185 of file DetStatusLib.py.
| python.DetStatusLib.StatusObj.code = code |
Definition at line 175 of file DetStatusLib.py.
| python.DetStatusLib.StatusObj.comment = comment |
Definition at line 180 of file DetStatusLib.py.
| python.DetStatusLib.StatusObj.deadfrac = deadfrac |
Definition at line 176 of file DetStatusLib.py.
| python.DetStatusLib.StatusObj.nconfig = nconfig |
Definition at line 178 of file DetStatusLib.py.
| python.DetStatusLib.StatusObj.nworking = nworking |
Definition at line 179 of file DetStatusLib.py.
| python.DetStatusLib.StatusObj.start = start |
Definition at line 173 of file DetStatusLib.py.
| python.DetStatusLib.StatusObj.stop = stop |
Definition at line 174 of file DetStatusLib.py.
| python.DetStatusLib.StatusObj.thrust = thrust |
Definition at line 177 of file DetStatusLib.py.