![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, run=None, lb=None, timerunlb=None, timebased=False) | |
| __str__ (self) | |
| __lt__ (self, other) | |
| __eq__ (self, other) | |
| __sub__ (self, other) | |
| timerunlb (self) | |
| inRange (self, iovrange) | |
Public Attributes | |
| timebased = run.timebased | |
| int | run = run.run |
| int | lb = run.lb |
| time = run.time | |
Definition at line 9 of file AtlRunQueryIOV.py.
| python.utils.AtlRunQueryIOV.IOVTime.__init__ | ( | self, | |
| run = None, | |||
| lb = None, | |||
| timerunlb = None, | |||
| timebased = False ) |
Definition at line 10 of file AtlRunQueryIOV.py.
| python.utils.AtlRunQueryIOV.IOVTime.__eq__ | ( | self, | |
| other ) |
Definition at line 44 of file AtlRunQueryIOV.py.
| python.utils.AtlRunQueryIOV.IOVTime.__lt__ | ( | self, | |
| other ) |
Definition at line 38 of file AtlRunQueryIOV.py.
| python.utils.AtlRunQueryIOV.IOVTime.__str__ | ( | self | ) |
Definition at line 29 of file AtlRunQueryIOV.py.
| python.utils.AtlRunQueryIOV.IOVTime.__sub__ | ( | self, | |
| other ) |
Definition at line 50 of file AtlRunQueryIOV.py.
| python.utils.AtlRunQueryIOV.IOVTime.inRange | ( | self, | |
| iovrange ) |
Definition at line 64 of file AtlRunQueryIOV.py.
| python.utils.AtlRunQueryIOV.IOVTime.timerunlb | ( | self | ) |
Definition at line 57 of file AtlRunQueryIOV.py.
| python.utils.AtlRunQueryIOV.IOVTime.lb = run.lb |
Definition at line 14 of file AtlRunQueryIOV.py.
| python.utils.AtlRunQueryIOV.IOVTime.run = run.run |
Definition at line 13 of file AtlRunQueryIOV.py.
| python.utils.AtlRunQueryIOV.IOVTime.time = run.time |
Definition at line 15 of file AtlRunQueryIOV.py.
| python.utils.AtlRunQueryIOV.IOVTime.timebased = run.timebased |
Definition at line 12 of file AtlRunQueryIOV.py.