From d058deb0df79c2c31c10b9c2ec9613dc88315ab2 Mon Sep 17 00:00:00 2001 From: Gitlab CI <noreply@cern.ch> Date: Thu, 14 Apr 2022 13:34:22 +0000 Subject: [PATCH] Fixed formatting patch generated by https://gitlab.cern.ch/lhcb/Moore/-/jobs/21118294 --- .../lines/b_to_charmonia/b_to_jpsix0.py | 35 ++++++++++--------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/Hlt/Hlt2Conf/python/Hlt2Conf/lines/b_to_charmonia/b_to_jpsix0.py b/Hlt/Hlt2Conf/python/Hlt2Conf/lines/b_to_charmonia/b_to_jpsix0.py index 10ea4670007..e9b25918068 100644 --- a/Hlt/Hlt2Conf/python/Hlt2Conf/lines/b_to_charmonia/b_to_jpsix0.py +++ b/Hlt/Hlt2Conf/python/Hlt2Conf/lines/b_to_charmonia/b_to_jpsix0.py @@ -26,23 +26,24 @@ from Functors.math import in_range #################################### -def make_B2JpsiX0(particles, - descriptor, - name="B2CC_B2JpsiX0_Combiner", - comb_m_min=4600 * MeV, - comb_m_max=7000 * MeV, - vtx_m_min=4600 * MeV, - vtx_m_max=7000 * MeV, - lifetime=None, - #ip_max=None, - #ipchi2_max=None, - #dira_min=None, - #vtxchi2pdof_max=None, - ip_max=0.2, - ipchi2_max=20, - dira_min=0.9995, - vtxchi2pdof_max=10, - pvs=make_pvs): +def make_B2JpsiX0( + particles, + descriptor, + name="B2CC_B2JpsiX0_Combiner", + comb_m_min=4600 * MeV, + comb_m_max=7000 * MeV, + vtx_m_min=4600 * MeV, + vtx_m_max=7000 * MeV, + lifetime=None, + #ip_max=None, + #ipchi2_max=None, + #dira_min=None, + #vtxchi2pdof_max=None, + ip_max=0.2, + ipchi2_max=20, + dira_min=0.9995, + vtxchi2pdof_max=10, + pvs=make_pvs): """ A generic B->MuMu(H)(HH)(G)(GG) decay maker. """ -- GitLab