ATLAS Offline Software
|
Functions | |
def | executeCachedQuery (run, cu, q, cachekey) |
def | executeQuery (run, cu, q, cachekey) |
def | GetSFO_streamsAll (cursor, runlist) |
def | GetSFO_filesAll (cursor, runlist) |
def | GetSFO_LBsAll (cursor, runlist) |
def | GetSFO_NeventsAll (cursor, runlist) |
def | GetSFO_overlapAll (cursor, runlist) |
def | GetSFO_NeventsAllPhysics (cursor, runlist) |
def | GetSFO_NphysicseventsAll (cursor, runlist) |
def | GetSFO_lastNruns (cursor, nruns) |
def | SetOKSLinks (runlist) |
The following function is used to get OKS info. More... | |
def | main () |
def python.AtlRunQuerySFO.executeCachedQuery | ( | run, | |
cu, | |||
q, | |||
cachekey | |||
) |
Definition at line 111 of file AtlRunQuerySFO.py.
def python.AtlRunQuerySFO.executeQuery | ( | run, | |
cu, | |||
q, | |||
cachekey | |||
) |
Definition at line 115 of file AtlRunQuerySFO.py.
def python.AtlRunQuerySFO.GetSFO_filesAll | ( | cursor, | |
runlist | |||
) |
returns nfiles, fsize, nevents
Definition at line 141 of file AtlRunQuerySFO.py.
def python.AtlRunQuerySFO.GetSFO_lastNruns | ( | cursor, | |
nruns | |||
) |
returns list of last 'nruns' run numbers, where at least one stream is not calibration
Definition at line 267 of file AtlRunQuerySFO.py.
def python.AtlRunQuerySFO.GetSFO_LBsAll | ( | cursor, | |
runlist | |||
) |
Definition at line 159 of file AtlRunQuerySFO.py.
def python.AtlRunQuerySFO.GetSFO_NeventsAll | ( | cursor, | |
runlist | |||
) |
Definition at line 176 of file AtlRunQuerySFO.py.
def python.AtlRunQuerySFO.GetSFO_NeventsAllPhysics | ( | cursor, | |
runlist | |||
) |
Definition at line 225 of file AtlRunQuerySFO.py.
def python.AtlRunQuerySFO.GetSFO_NphysicseventsAll | ( | cursor, | |
runlist | |||
) |
Definition at line 250 of file AtlRunQuerySFO.py.
def python.AtlRunQuerySFO.GetSFO_overlapAll | ( | cursor, | |
runlist | |||
) |
returns number of overlap events
Definition at line 195 of file AtlRunQuerySFO.py.
def python.AtlRunQuerySFO.GetSFO_streamsAll | ( | cursor, | |
runlist | |||
) |
Definition at line 127 of file AtlRunQuerySFO.py.
def python.AtlRunQuerySFO.main | ( | ) |
Definition at line 293 of file AtlRunQuerySFO.py.
def python.AtlRunQuerySFO.SetOKSLinks | ( | runlist | ) |
The following function is used to get OKS info.
Definition at line 280 of file AtlRunQuerySFO.py.