Skip to content
Snippets Groups Projects

Manually fix the number of HLT1 lines for Allen!1502 and Allen!1904

Merged Tommaso Fulghesu requested to merge fix-test-validator-hlt1-lines-number into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -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)))
if len(hlt1_smog2_matches) !=18:
Loading