Skip to content
Snippets Groups Projects
Commit 4c87db6f authored by Gitlab CI's avatar Gitlab CI Committed by Niladri Sahoo
Browse files

pre-commit fixes

patch generated by https://gitlab.cern.ch/lhcb/Moore/-/jobs/53106961
parent b7ef126b
No related branches found
No related tags found
No related merge requests found
Pipeline #11096742 passed with warnings
This commit is part of merge request !4597. Comments created here will be created in the context of that merge request.
...@@ -24,7 +24,7 @@ date: 05.02.24 ...@@ -24,7 +24,7 @@ date: 05.02.24
author: Fionn Bishop author: Fionn Bishop
date: 17.10.24 date: 17.10.24
- B0 -> Lambda0bar P+ pi- gamma - B0 -> Lambda0bar P+ pi- gamma
author: Niladri Sahoo author: Niladri Sahoo
date: 21.03.25 date: 21.03.25
...@@ -40,7 +40,7 @@ from Hlt2Conf.lines.rd.builders.b_to_xgamma_exclusive_builders import ( ...@@ -40,7 +40,7 @@ from Hlt2Conf.lines.rd.builders.b_to_xgamma_exclusive_builders import (
make_b2xgamma_gamma2ee_excl, make_b2xgamma_gamma2ee_excl,
make_lb2lgamma_gamma2ee, make_lb2lgamma_gamma2ee,
make_rad_kstarp, make_rad_kstarp,
make_rad_l0barppi, make_rad_l0barppi,
make_rad_lambda_dd, make_rad_lambda_dd,
make_rad_lambda_ll, make_rad_lambda_ll,
make_rad_loose_nonres_kk, make_rad_loose_nonres_kk,
...@@ -445,8 +445,6 @@ def bu_to_kstpgamma_kstptoksDDpi_gammatoeeDD_line( ...@@ -445,8 +445,6 @@ def bu_to_kstpgamma_kstptoksDDpi_gammatoeeDD_line(
) )
############################### ###############################
### B0 -> Lambdabar p+ pi- gamma ### ### B0 -> Lambdabar p+ pi- gamma ###
############################### ###############################
......
...@@ -570,15 +570,15 @@ def make_rad_lambda_dd(name="rad_lambda_dd_{hash}"): ...@@ -570,15 +570,15 @@ def make_rad_lambda_dd(name="rad_lambda_dd_{hash}"):
@configurable @configurable
def make_rad_l0barppi( def make_rad_l0barppi(
l0bar_topology: str, l0bar_topology: str,
name="rad_l0barppi_{hash}", name="rad_l0barppi_{hash}",
make_proton=make_rd_has_rich_detached_protons, make_proton=make_rd_has_rich_detached_protons,
make_pion=make_rd_detached_pions, make_pion=make_rd_detached_pions,
am_min=2225 * MeV, am_min=2225 * MeV,
am_max=5000 * MeV, am_max=5000 * MeV,
adocachi2_max=30.0, adocachi2_max=30.0,
vchi2pdof_max=10, vchi2pdof_max=10,
pt_min=500 * MeV, pt_min=500 * MeV,
): ):
""" """
Build L0barppi candidates. Build L0barppi candidates.
...@@ -608,8 +608,6 @@ def make_rad_l0barppi( ...@@ -608,8 +608,6 @@ def make_rad_l0barppi(
) )
@configurable @configurable
def make_rad_kstarp( def make_rad_kstarp(
ks_topology: str, ks_topology: str,
......
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