Skip to content
Snippets Groups Projects
Commit 2d125544 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/53142239
parent 49d466ff
No related branches found
No related tags found
1 merge request!4563Update LowMassDielectron lines to the new HLT1 liens
Pipeline #11101933 passed with warnings
......@@ -76,7 +76,7 @@ def dielectron_maker_prompt(e_minpt, isOS):
maxipchi2=64.0,
trghostprob=0.25,
dielectron_ID="J/psi(1S)",
pt_diE=500 * MeV, #HLT1 cuts on the SumPT > 1000
pt_diE=500 * MeV, # HLT1 cuts on the SumPT > 1000
m_diE_min=5 * MeV,
m_diE_max=300 * MeV,
adocachi2cut=30,
......@@ -95,7 +95,7 @@ def dielectron_maker_displaced(e_minpt, isOS):
minipchi2=4.0,
trghostprob=0.25,
dielectron_ID="J/psi(1S)",
pt_diE=500 * MeV, #HLT1 cuts on the SumPT > 1000
pt_diE=500 * MeV, # HLT1 cuts on the SumPT > 1000
m_diE_min=5 * MeV,
m_diE_max=300 * MeV,
adocachi2cut=30,
......@@ -114,7 +114,7 @@ for kind in "", "Norm":
name=f"Hlt2QEE_DiElectronPrompt{kind}_PersistPhotons",
prescale=1 if kind == "" else 0.1,
persistreco=False,
e_minpt=300., #HLT1 cuts on the PT
e_minpt=300.0, # HLT1 cuts on the PT
make_pvs=make_pvs,
):
"""Aiming for prompt pi0/eta -> gamma e+ e- decays. Label the dielectron
......
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