ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
python.AtlRunQueryInterpretDataPeriods | |
Functions | |
def | python.AtlRunQueryInterpretDataPeriods.getCurrentYear () |
def | python.AtlRunQueryInterpretDataPeriods.getRunsFromPeriods (list_of_periods) |
def | python.AtlRunQueryInterpretDataPeriods.getSortedAvailablePeriods () |
def | python.AtlRunQueryInterpretDataPeriods.getListOfPeriodsFromOrdinateRange (begin, end, requiredProjectName, specialData=None) |
def | python.AtlRunQueryInterpretDataPeriods.getDataPeriodsWithinRange (period_range) |
def | python.AtlRunQueryInterpretDataPeriods.GetRuns (arg) |
Variables | |
python.AtlRunQueryInterpretDataPeriods.pat_last = re.compile(r"(?:l|la|las|last) (\d*)$") | |
python.AtlRunQueryInterpretDataPeriods.pat_number = re.compile(r"\d{5,8}[+-]?$") | |
python.AtlRunQueryInterpretDataPeriods.pat_range = re.compile(r"\d{5,8}-\d{5,8}$") | |
python.AtlRunQueryInterpretDataPeriods.pat_short = re.compile(r"(?:(?:\d{2})(\d{2})\.)?([a-zA-Z]+\d*)$") | |
python.AtlRunQueryInterpretDataPeriods.pshort = re.compile(r"(?P<first>(data|20)?(?P<year>\d{2})(_.*)?\.)?(period)?(?P<period>[a-zA-Z])(?P<subperiod>\d+)?$",re.I) | |