Skip to content
Snippets Groups Projects
Commit 8b4a6538 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/53108450
parent 90d6dc31
No related branches found
No related tags found
No related merge requests found
Pipeline #11100881 failed
...@@ -17,7 +17,7 @@ author: Fionn Bishop ...@@ -17,7 +17,7 @@ author: Fionn Bishop
date: 05.02.24 date: 05.02.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
...@@ -30,9 +30,8 @@ from Moore.lines import SpruceLine ...@@ -30,9 +30,8 @@ from Moore.lines import SpruceLine
from Hlt2Conf.lines.rd.builders.b_to_xgamma_exclusive_builders import ( from Hlt2Conf.lines.rd.builders.b_to_xgamma_exclusive_builders import (
isolation_parts, isolation_parts,
make_b2xgamma_gamma2ee_excl, make_b2xgamma_gamma2ee_excl,
make_rad_l0barp,
make_rad_loose_nonres_kpi,
make_rad_l0barppi, make_rad_l0barppi,
make_rad_loose_nonres_kpi,
) )
from Hlt2Conf.lines.rd.builders.rd_prefilters import ( from Hlt2Conf.lines.rd.builders.rd_prefilters import (
RD_PERSIST_CALO_CLUSTERS, RD_PERSIST_CALO_CLUSTERS,
...@@ -197,10 +196,6 @@ def bu_to_lambdapgamma_DD_gammatoeeDD_line( ...@@ -197,10 +196,6 @@ def bu_to_lambdapgamma_DD_gammatoeeDD_line(
) )
@register_line_builder(sprucing_lines) @register_line_builder(sprucing_lines)
def bd_to_lambdappigamma_LL_gammatoeeLL_line( def bd_to_lambdappigamma_LL_gammatoeeLL_line(
name="SpruceRD_BdToL0barPPiGamma_LL_GammaToEELL", name="SpruceRD_BdToL0barPPiGamma_LL_GammaToEELL",
...@@ -287,4 +282,3 @@ def bd_to_lambdappigamma_DD_gammatoeeDD_line( ...@@ -287,4 +282,3 @@ def bd_to_lambdappigamma_DD_gammatoeeDD_line(
prescale=prescale, prescale=prescale,
hlt2_filter_code=["Hlt2RD_BToHHGamma_GammaToEEDD_Incl_FullDecision"], hlt2_filter_code=["Hlt2RD_BToHHGamma_GammaToEEDD_Incl_FullDecision"],
) )
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