Skip to content
Snippets Groups Projects
Commit 72f2caaf authored by Roel Aaij's avatar Roel Aaij Committed by Hlt Oper
Browse files

Remove beam-beam filter from GECPassthrough lines

parent f2bda453
No related branches found
No related tags found
1 merge request!1428Add beam-beam filter to all lines that didn't have a filter on BX type yet.
......@@ -738,7 +738,7 @@ def setup_hlt1_node(enablePhysics=True,
]
if EnableGEC:
with line_maker.bind(prefilter=prefilters):
with line_maker.bind(prefilter=odin_err_filter + gec):
physics_lines += [
line_maker(make_passthrough_line(name="Hlt1GECPassthrough"))
]
......@@ -770,7 +770,7 @@ def setup_hlt1_node(enablePhysics=True,
name="LowMult_5",
minTracks=1,
maxTracks=5)
with line_maker.bind(prefilter=prefilters + [lowMult_5]):
with line_maker.bind(prefilter=odin_err_filter + gec + [lowMult_5]):
SMOG2_lines += [
line_maker(
make_passthrough_line(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment