@@ -97,8 +97,8 @@ hlt1_phys_matches = re.findall(r"Selected by Hlt1((?!Passthrough)(?!TAEPassthrou
hlt1_nonphys_matches = re.findall(r"Selected by Hlt1((Passthrough)|(TAEPassthrough)|(PassthroughLargeEvent)|(ErrorBank)|(Velo)|(BeamGas)|(BGIPseudo)|(RICH)|(Material)|(ODINCalib)|(ODINee)).*Decision", stdout)
hlt1_smog2_matches = re.findall(r"Selected by Hlt1.*SMOG2.*Decision", stdout)
if len(hlt1_phys_matches) != 75:
causes.append("Wrong number of HLT1 PHYS lines, 75 lines expected but got {}, check instructions and update settings if needed".format(len(hlt1_phys_matches)))
if len(hlt1_phys_matches) != 79:
causes.append("Wrong number of HLT1 PHYS lines, 79 lines expected but got {}, check instructions and update settings if needed".format(len(hlt1_phys_matches)))
if len(hlt1_nonphys_matches) != 19:
causes.append("Wrong number of HLT1 NONPHYS lines, 19 lines expected but got {}, check instructions and update settings if needed".format(len(hlt1_nonphys_matches)))