Skip to content
Snippets Groups Projects

Draft: Add new b2xgamma lines with photon conversion

Open Niladri Sahoo requested to merge nsahoo/rd-b2xgamma-dev-new-lines into rd-devel-march25
2 files
+ 11
15
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -721,15 +721,15 @@ def make_rad_lambda_dd(name="rad_lambda_dd_{hash}"):
@configurable
def make_rad_l0barppi(
l0bar_topology: str,
name="rad_l0barppi_{hash}",
make_proton=make_rd_has_rich_detached_protons,
make_pion=make_rd_detached_pions,
am_min=2225 * MeV,
am_max=5000 * MeV,
adocachi2_max=30.0,
vchi2pdof_max=10,
pt_min=500 * MeV,
l0bar_topology: str,
name="rad_l0barppi_{hash}",
make_proton=make_rd_has_rich_detached_protons,
make_pion=make_rd_detached_pions,
am_min=2225 * MeV,
am_max=5000 * MeV,
adocachi2_max=30.0,
vchi2pdof_max=10,
pt_min=500 * MeV,
):
"""
Build L0barppi candidates.
@@ -759,8 +759,6 @@ def make_rad_l0barppi(
)
@configurable
def make_rad_kstarp(
ks_topology: str,
Loading