Skip to content
Snippets Groups Projects
Commit f4750c00 authored by Gitlab CI's avatar Gitlab CI Committed by Adrian Casais Vidal
Browse files

pre-commit fixes

patch generated by https://gitlab.cern.ch/lhcb/Moore/-/jobs/53229662
parent c5973564
No related branches found
No related tags found
1 merge request!4604Electron and muons with a pT threshold are persisted in dielectron lines
Pipeline #11116958 passed with warnings
...@@ -108,6 +108,7 @@ def dielectron_maker_displaced(e_minpt, isOS): ...@@ -108,6 +108,7 @@ def dielectron_maker_displaced(e_minpt, isOS):
# because of the different PID cuts in HLT1. # because of the different PID cuts in HLT1.
for kind in "", "Norm": for kind in "", "Norm":
e_pt_cut = 0 if kind == "Norm" else 300 e_pt_cut = 0 if kind == "Norm" else 300
# OS Prompt lines (one to turbo, prescaled to full) # OS Prompt lines (one to turbo, prescaled to full)
@register_line_builder(turbo_lines) @register_line_builder(turbo_lines)
@configurable @configurable
......
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