Definition at line 8 of file rrClient.py.
References print().
14 result = api.data(workspace =
'GLOBAL',
20 'startTime',
'duration',
21 'hltkey',
'gtKey',
'l1Menu',
'tscKey',
'triggerMode',
25 query =
"{number} > %d and {lsCount} > %d and {triggers} > 0" % (run, minLumis),
28 for runDict
in result :
29 runNo = int(runDict[
'number'])
30 runDict[
'date'] = datetime.datetime.strptime(runDict[
'startTime'],
"%a %d-%m-%y %H:%M:%S").date().strftime(
'%Y%m%d')
35 print(
"RunRegistry API 'app' != user, who knows why... :<")
37 except RRApiError
as e:
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)