Skip to content
Snippets Groups Projects
Commit cd981825 authored by Rosen Matev's avatar Rosen Matev :sunny:
Browse files

Merge branch 'mamartin_d2kshh_bugfix' into 'master'

Charm: bugfix for !2377

See merge request !2402
parents 6230fc5b cf67585b
No related branches found
No related tags found
1 merge request!2402Charm: bugfix for Moore!2377
Pipeline #5984848 passed
......@@ -112,7 +112,7 @@ def make_charm_pions_lowbias():
F.FILTER(
F.require_all(
F.PT > 400 * MeV,
F.P > 1500 * GeV,
F.P > 1500 * MeV,
F.MINIPCUT(IPCut=60 * um, Vertices=make_pvs()),
F.PID_K < 0.,
), ),
......
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