![]() |
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 110 of file AtlRunQuerySFO.py.
def python.AtlRunQuerySFO.executeQuery | ( | run, | |
cu, | |||
q, | |||
cachekey | |||
) |
Definition at line 114 of file AtlRunQuerySFO.py.
def python.AtlRunQuerySFO.GetSFO_filesAll | ( | cursor, | |
runlist | |||
) |
returns nfiles, fsize, nevents
Definition at line 140 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 266 of file AtlRunQuerySFO.py.
def python.AtlRunQuerySFO.GetSFO_LBsAll | ( | cursor, | |
runlist | |||
) |
Definition at line 158 of file AtlRunQuerySFO.py.
def python.AtlRunQuerySFO.GetSFO_NeventsAll | ( | cursor, | |
runlist | |||
) |
Definition at line 175 of file AtlRunQuerySFO.py.
def python.AtlRunQuerySFO.GetSFO_NeventsAllPhysics | ( | cursor, | |
runlist | |||
) |
Definition at line 224 of file AtlRunQuerySFO.py.
def python.AtlRunQuerySFO.GetSFO_NphysicseventsAll | ( | cursor, | |
runlist | |||
) |
Definition at line 249 of file AtlRunQuerySFO.py.
def python.AtlRunQuerySFO.GetSFO_overlapAll | ( | cursor, | |
runlist | |||
) |
returns number of overlap events
Definition at line 194 of file AtlRunQuerySFO.py.
def python.AtlRunQuerySFO.GetSFO_streamsAll | ( | cursor, | |
runlist | |||
) |
Definition at line 126 of file AtlRunQuerySFO.py.
def python.AtlRunQuerySFO.main | ( | ) |
Definition at line 292 of file AtlRunQuerySFO.py.
def python.AtlRunQuerySFO.SetOKSLinks | ( | runlist | ) |
The following function is used to get OKS info.
Definition at line 279 of file AtlRunQuerySFO.py.