Functions | |
def | dasQuery (queryString, entryTitle) |
def | dasRunQueryToDict (querystring) |
def | day (string) |
def | daysAgo (n) |
def | getFilesForRun (run, dataset) |
def | getRunsForDate (date, minlumis=10) |
def | getRunsNewer (run, minlumis=10, source='RunRegistry') |
def | runGetDatasetsAvailable (run) |
def | today () |
def util.getRunInfo.dasQuery | ( | queryString, | |
entryTitle | |||
) |
Definition at line 74 of file getRunInfo.py.
Referenced by util.getRunInfo.dasRunQueryToDict(), util.getRunInfo.getFilesForRun(), and util.getRunInfo.runGetDatasetsAvailable().
def util.getRunInfo.dasRunQueryToDict | ( | querystring | ) |
Definition at line 66 of file getRunInfo.py.
References util.getRunInfo.dasQuery(), and createfilelist.int.
Referenced by util.getRunInfo.getRunsForDate(), and util.getRunInfo.getRunsNewer().
def util.getRunInfo.day | ( | string | ) |
Definition at line 11 of file getRunInfo.py.
References indexGen.date.
Referenced by RunDCSHVDat.fillTheMapByTime(), RPCRunIOV.filterIMON(), LMFRunIOV.getParameters(), LMFLmrSubIOV.getParameters(), CSCTFConfigOnlineProd.newObject(), RunSummaryRead.readData(), L1TriggerScalerRead.readData(), SiStripDetVOffBuilder.readLastValueFromFile(), RPCRunIOV.toUNIX(), and RPCFw.UTtoT().
def util.getRunInfo.daysAgo | ( | n | ) |
def util.getRunInfo.getFilesForRun | ( | run, | |
dataset | |||
) |
run : int dataset : string dataset to find files in, e.g. /ExpressCosmics/Run2015A-Express-v1/FEVT /ExpressPhysics/Run2015A-Express-v1/FEVT
Definition at line 47 of file getRunInfo.py.
References util.getRunInfo.dasQuery(), and alcaDQMUpload.encode().
def util.getRunInfo.getRunsForDate | ( | date, | |
minlumis = 10 |
|||
) |
date: expected to be datetime.datetime object
Definition at line 14 of file getRunInfo.py.
References util.getRunInfo.dasRunQueryToDict().
def util.getRunInfo.getRunsNewer | ( | run, | |
minlumis = 10 , |
|||
source = 'RunRegistry' |
|||
) |
run: run number int source: Either RunRegistry or DAS
Definition at line 22 of file getRunInfo.py.
References util.getRunInfo.dasRunQueryToDict().
def util.getRunInfo.runGetDatasetsAvailable | ( | run | ) |
run : int Will return a list of datasets in DAS that have the run in them
Definition at line 33 of file getRunInfo.py.
References util.getRunInfo.dasQuery(), and alcaDQMUpload.encode().
def util.getRunInfo.today | ( | ) |
Definition at line 4 of file getRunInfo.py.
References indexGen.date.
Referenced by util.getRunInfo.daysAgo().