26 |
|
print "no lumisections to monitor" |
27 |
|
return |
28 |
|
## check if lumi is being filled |
29 |
< |
if parser.LastLSParsed > 4: |
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, call Lumi DOC\n\n\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: |