ATLAS Offline Software
Classes | Namespaces | Functions | Variables
AtlRunQueryUtils.py File Reference

Go to the source code of this file.

Classes

class  python.utils.AtlRunQueryUtils.RunPeriods
 
class  python.utils.AtlRunQueryUtils.Enumerate
 
class  python.utils.AtlRunQueryUtils.DBConnectionController
 
class  python.utils.AtlRunQueryUtils.Matrix
 
class  python.utils.AtlRunQueryUtils.XMLReader
 
class  python.utils.AtlRunQueryUtils.XMLReader.XMLElement
 

Namespaces

 python.utils.AtlRunQueryUtils
 

Functions

def python.utils.AtlRunQueryUtils.checkURL (url)
 
def python.utils.AtlRunQueryUtils.runsOnServer ()
 
def python.utils.AtlRunQueryUtils.importroot (batch=True)
 
def python.utils.AtlRunQueryUtils.prettyNumber (n, width=-1, delim=',', decimal='.')
 
def python.utils.AtlRunQueryUtils.durationInSeconds (duration_string)
 
def python.utils.AtlRunQueryUtils.addKommaToNumber (no)
 
def python.utils.AtlRunQueryUtils.filesize (no)
 
def python.utils.AtlRunQueryUtils.MergeRanges (listOfRanges)
 
def python.utils.AtlRunQueryUtils.MergeLBRanges (listOfRanges)
 
def python.utils.AtlRunQueryUtils.stringToIntOrTime (s)
 
def python.utils.AtlRunQueryUtils.timeStringToSecondsUTC (t)
 
def python.utils.AtlRunQueryUtils.timeStringToSecondsLocalTime (t)
 
def python.utils.AtlRunQueryUtils.secondsToTimeStringUTC (s)
 
def python.utils.AtlRunQueryUtils.secondsToTimeStringLocaltime (s)
 
def python.utils.AtlRunQueryUtils.GetRanges (rangestr, intRepFnc=stringToIntOrTime, maxval=1<< 30)
 
def python.utils.AtlRunQueryUtils.full_time_string (s, startofday)
 
def python.utils.AtlRunQueryUtils.GetTimeRanges (timeranges, intRepFnc=timeStringToSecondsUTC, maxval=1<< 30)
 
def python.utils.AtlRunQueryUtils.SmartRangeCalulator (runlist, singleRuns=True)
 
def python.utils.AtlRunQueryUtils.bConvertList (b, nbyte=1, nval=1)
 
def python.utils.AtlRunQueryUtils.unpackRun1BCIDMask (blob, nb1, nb2, nbc)
 
def python.utils.AtlRunQueryUtils.unpackRun2BCIDMask (blob)
 
def python.utils.AtlRunQueryUtils.Poisson (n, mu)
 
def python.utils.AtlRunQueryUtils.ComputePileup (lumi_mb, sigma, nbunch, fOrbit)
 
def python.utils.AtlRunQueryUtils.Pileup (args)
 
def python.utils.AtlRunQueryUtils.get_run_range (start, end=None)
 
def python.utils.AtlRunQueryUtils.get_runs_last_dt (last)
 
def python.utils.AtlRunQueryUtils.get_runs (start, end=None)
 
def python.utils.AtlRunQueryUtils.get_run_range2 (start, end=None)
 

Variables

 python.utils.AtlRunQueryUtils.coolDbConn = DBConnectionController()