157 |
|
write(bcolors.OKBLUE) |
158 |
|
write(str(round(deadtimebeamactive,2))+"%") |
159 |
|
write(bcolors.ENDC+"\n") |
160 |
< |
|
161 |
< |
print "Used prescale column(s): "+str(PrescaleColumnString) |
162 |
< |
write("Lumisections: ") |
160 |
> |
write("Used prescale column(s): %s " % (str(PrescaleColumnString),) ) |
161 |
> |
if LastPSCol in config.ForbiddenCols and isCol: |
162 |
> |
write( colored("<< Using column %d! Please check in the documentation that this is the correct column" % (LastPSCol),'red',attrs=['reverse']) ) |
163 |
> |
write("\nLumisections: ") |
164 |
|
if not isSequential(LumiRange): |
165 |
|
write(str(LumiRange)+" Lumisections are not sequential (bad LS skipped)\n") |
166 |
|
else: |