Skip to content

Fixes for SMOG2 HLT1 sequence

Oscar Boente Garcia requested to merge oboenteg_fixSMOG2MinBias into master

The goal is to fix two issues that currently prevent HLT1 SMOG2 lines from running from Moore:

  1. Some lines in lowMult function give errors such as those here. The error can be traced back to three lines in the lowMult algorithm and one in the SMOG2_minimum_bias_line line builder that call properties that are not defined. The errors disappear after removing four conflicting lines.

  2. A "control flow" error appears when running the SMOG minimum bias lines, as it is shown here (control_flow_error.log). The error is related with lhcb/Allen!939 and can be fixed by reverting the order of prefilters = gec + odin_err_filter to prefilters = odin_err_filter + gec in this line.

cc. @samarian @kmattiol

Edited by Oscar Boente Garcia

Merge request reports