ATLAS Offline Software
Loading...
Searching...
No Matches
AtlRunQueryInterpretDataPeriods.py File Reference

Go to the source code of this file.

Namespaces

namespace  python
namespace  python.AtlRunQueryInterpretDataPeriods

Functions

 python.AtlRunQueryInterpretDataPeriods.getCurrentYear ()
 python.AtlRunQueryInterpretDataPeriods.getRunsFromPeriods (list_of_periods)
 python.AtlRunQueryInterpretDataPeriods.getSortedAvailablePeriods ()
 python.AtlRunQueryInterpretDataPeriods.getListOfPeriodsFromOrdinateRange (begin, end, requiredProjectName, specialData=None)
 python.AtlRunQueryInterpretDataPeriods.getDataPeriodsWithinRange (period_range)
 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)