25 |
|
else: |
26 |
|
print "no lumisections to monitor" |
27 |
|
return |
28 |
< |
|
28 |
> |
## check if lumi is being filled |
29 |
> |
if parser.LastLSParsed > 4 and isCol: |
30 |
> |
if set(parser.InstLumiByLS.values()) == set([None]): |
31 |
> |
write(colored("\n\nLUMI INFORMATION NOT BEING SENT!\n",'red',attrs=['reverse'])) |
32 |
> |
write(colored("Check with Shift Leader if this is expected\n",'red',attrs=['reverse'])) |
33 |
> |
write(colored("If not, HFLUMI needs to be red-recycled\n\n\n",'red',attrs=['reverse'])) |
34 |
> |
write(colored("If in doubt, call Lumi DOC\n\n\n",'red',attrs=['reverse'])) |
35 |
> |
#return |
36 |
> |
|
37 |
|
try: |
38 |
|
#print "trying v3" |
39 |
|
lograte=parser.GetTriggerRatesByLS("HLT_LogMonitor_v3") |