Skip to content
Snippets Groups Projects
Commit 63328da4 authored by Maximilien Chefdeville's avatar Maximilien Chefdeville
Browse files

Lower pi0 pt cut from 1.5 to 1.0 GeV

parent 64a9baac
No related branches found
No related tags found
1 merge request!1506Charmonium + neutral lines with vertex cuts
Pipeline #3851194 failed
......@@ -80,7 +80,7 @@ def make_B2JpsiKst2KPi0R_line(
comb_m_max=6100 * MeV,
vtx_m_min=4800 * MeV,
vtx_m_max=6000 * MeV,
pi0pt_min=1500. * MeV,
pi0pt_min=1000. * MeV,
):
assert process in ['hlt2', 'spruce'
......
......@@ -100,7 +100,7 @@ def make_selected_kst2kpi0r(name="B2CC_Kst2KPi0R_Filter",
descriptor='[K*(892)+ -> K+ pi0]cc',
comb_m_min=792. * MeV,
comb_m_max=992. * MeV,
pi0pt_min=1500. * MeV,
pi0pt_min=1000. * MeV,
pt=2000. * MeV,
pid_k=0,
pt_k=500. * MeV):
......
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