161 |
|
##write( "Last Lumisection where DAQ is active is: "+str(parser.GetLastLS(True)) ) |
162 |
|
write("\n\n\n") |
163 |
|
|
164 |
< |
if isCol: |
165 |
< |
L1RatePredictions = config.GetExpectedL1Rates(AvInstLumi) |
166 |
< |
if len(L1RatePredictions): |
167 |
< |
print "Expected Level 1 Rates:" |
168 |
< |
for key,val in L1RatePredictions.iteritems(): |
169 |
< |
write("Prescale Column "+str(key)+": "+str(round(val/1000,1))+" kHz") |
170 |
< |
if key == LastPSCol: |
171 |
< |
write(' << taking data in this column') |
172 |
< |
write('\n') |
164 |
> |
## if isCol: |
165 |
> |
## L1RatePredictions = config.GetExpectedL1Rates(AvInstLumi) |
166 |
> |
## if len(L1RatePredictions): |
167 |
> |
## print "Expected Level 1 Rates:" |
168 |
> |
## for key,val in L1RatePredictions.iteritems(): |
169 |
> |
## write("Prescale Column "+str(key)+": "+str(round(val/1000,1))+" kHz") |
170 |
> |
## if key == LastPSCol: |
171 |
> |
## write(' << taking data in this column') |
172 |
> |
## write('\n') |
173 |
|
|
174 |
|
|
175 |
|
|