![]() |
ATLAS Offline Software
|
Public Member Functions | |
| def | __init__ (self, start, end) |
| def | vetoRange (self, start, end) |
| def | getAllowedRanges (self, start, end) |
| def | __str__ (self) |
Private Member Functions | |
| def | _remove (self, idx) |
| def | _insert (self, idx, start, end) |
Private Attributes | |
| _starts | |
| _ends | |
Hold a list of IOVs (start/end pairs) which are good, allowing parts of list to be vetoed. start/end interpreted in COOL convention
Definition at line 394 of file AtlCoolLib.py.
| def python.AtlCoolLib.RangeList.__init__ | ( | self, | |
| start, | |||
| end | |||
| ) |
Definition at line 397 of file AtlCoolLib.py.
| def python.AtlCoolLib.RangeList.__str__ | ( | self | ) |
Definition at line 436 of file AtlCoolLib.py.
|
private |
Definition at line 448 of file AtlCoolLib.py.
|
private |
Definition at line 443 of file AtlCoolLib.py.
| def python.AtlCoolLib.RangeList.getAllowedRanges | ( | self, | |
| start, | |||
| end | |||
| ) |
Return a list of tuples giving the allowed (start,end) within the specified (start,end)
Definition at line 427 of file AtlCoolLib.py.
| def python.AtlCoolLib.RangeList.vetoRange | ( | self, | |
| start, | |||
| end | |||
| ) |
Definition at line 402 of file AtlCoolLib.py.
|
private |
Definition at line 400 of file AtlCoolLib.py.
|
private |
Definition at line 399 of file AtlCoolLib.py.
1.8.18