We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c976bda commit c100d3bCopy full SHA for c100d3b
qa-physics/monitorRead.groovy
@@ -604,7 +604,7 @@ inHipoList.each { inHipoFile ->
604
else overallMaxTimestamp = [ overallMaxTimestamp, timestamp ].max()
605
606
// find the bin that contains this event
607
- def thisQaBinOpt = qaBins.find(timestamp.longValue())
+ def thisQaBinOpt = qaBins.findBin(timestamp.longValue())
608
if(!thisQaBinOpt.isPresent()) continue; // skip if not found
609
def thisQaBin = thisQaBinOpt.get()
610
def thisQaBinNum = thisQaBin.getBinNum()
0 commit comments