Fixes for SMOG2 HLT1 sequence
The goal is to fix two issues that currently prevent HLT1 SMOG2 lines from running from Moore:
-
Some lines in
lowMult
function give errors such as those . The error can be traced back to three lines in thelowMult
algorithm and one in theSMOG2_minimum_bias_line
line builder that call properties that are not defined. The errors disappear after removing four conflicting lines. -
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
toprefilters = odin_err_filter + gec
in this line.
Edited by Oscar Boente Garcia