Skip to content
Snippets Groups Projects
Commit 0bbb79e6 authored by Andre Gunther's avatar Andre Gunther :island:
Browse files

Merge branch 'mbovill/DstToD0Pi_DOToKPiPiPi' into 'master'

Tightened selections and prescale for the DstToD0Pi_DOToPiPiPi PID line

See merge request !3144
parents fa35a137 74fae1b2
No related branches found
No related tags found
2 merge requests!4232Run5: rebase, restructure run5 code, add back examples,!3144Tightened selections and prescale for the DstToD0Pi_DOToPiPiPi PID line
Pipeline #7064199 failed
......@@ -39,7 +39,7 @@ def make_dzero_to_kpipipi(
am_max=constants.D0_M + 85 * MeV,
a_p_min=25 * GeV,
m_min=1800 * MeV,
m_max=1925 * MeV,
m_max=1915 * MeV,
comb_pt_min=2500 * MeV,
kpi_p_min=1 * GeV,
kpi_pt_min=250 * MeV,
......@@ -126,7 +126,7 @@ def make_dzero_to_kpipipi(
@register_line_builder(all_lines)
def DstToD0Pi_D0ToKPiPiPi(name="Hlt2PID_DstToD0Pi_D0ToKPiPiPi", prescale=0.1):
def DstToD0Pi_D0ToKPiPiPi(name="Hlt2PID_DstToD0Pi_D0ToKPiPiPi", prescale=0.02):
pvs = make_pvs()
slow_pions = flt.filter_particles(
make_long_pions(),
......@@ -137,7 +137,8 @@ def DstToD0Pi_D0ToKPiPiPi(name="Hlt2PID_DstToD0Pi_D0ToKPiPiPi", prescale=0.1):
mipchi2_min=0.0,
)
d0s = make_dzero_to_kpipipi()
dsts = make_dst_to_dzeropi(d0s, slow_pions)
dsts = make_dst_to_dzeropi(
d0s, slow_pions, comb_doca_max=0.2 * mm, delta_mm_max=155 * MeV)
return Hlt2Line(
name=name,
......
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