Skip to content

Add test running over 2017 passthrough data

Rosen Matev requested to merge add-2017-passthrough into 2017-patches

The default almost works, except that the error bank filter needs disabling. Unfortunately, decoding of DecReports banks is still attempted leading to warnings:

...
Hlt1DecReportsD...WARNING HltDecReportsDecoder::  Could not find HltDecReports raw bank. Returning empty HltDecReports.
Hlt2DecReportsD...WARNING HltDecReportsDecoder::  Could not find HltDecReports raw bank. Returning empty HltDecReports.
BrunelInit           INFO Evt 586347084,  Run 202694,  Nr. in job = 20
Hlt1DecReportsD...WARNING HltDecReportsDecoder:: The WARNING message is suppressed : ' Could not find HltDecReports raw bank. Returning empty HltDecReports.'
Hlt2DecReportsD...WARNING HltDecReportsDecoder:: The WARNING message is suppressed : ' Could not find HltDecReports raw bank. Returning empty HltDecReports.'

No need to set PhysFilterMask as no HLT routing bits bank present and HltRoutingBitsFilter's default behaviour is to pass in this case. We have these "ERRORS", though:

# PhysFilter        SUCCESS  #ERRORS     = 200      Message = 'Unexpected # of HltRoutingBits rawbanks'
Edited by Marco Cattaneo

Merge request reports