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 395 of file AtlCoolLib.py.
def python.AtlCoolLib.RangeList.__init__ | ( | self, | |
start, | |||
end | |||
) |
Definition at line 398 of file AtlCoolLib.py.
def python.AtlCoolLib.RangeList.__str__ | ( | self | ) |
Definition at line 437 of file AtlCoolLib.py.
|
private |
Definition at line 449 of file AtlCoolLib.py.
|
private |
Definition at line 444 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 428 of file AtlCoolLib.py.
def python.AtlCoolLib.RangeList.vetoRange | ( | self, | |
start, | |||
end | |||
) |
Definition at line 403 of file AtlCoolLib.py.
|
private |
Definition at line 401 of file AtlCoolLib.py.
|
private |
Definition at line 400 of file AtlCoolLib.py.