Skip to content
Snippets Groups Projects
Commit e410442b authored by Gitlab CI's avatar Gitlab CI Committed by Yingrui Hou
Browse files

pre-commit fixes

patch generated by https://gitlab.cern.ch/lhcb/Moore/-/jobs/53180418
parent d43f1732
Branches muzq/lb2phpi0
No related tags found
1 merge request!4413Change globally the pi0/photon PID cut and track selection for pi0 related lines and tune b2hhpi0 lines for 2025
Pipeline #11109398 passed with warnings
......@@ -598,7 +598,6 @@ def make_detached_down_pions(
@configurable
def make_photons(make_particles=make_photons, is_photon=0.5, et_min=150 * MeV):
code = F.require_all(F.PT > et_min)
if is_photon is not None:
code = F.require_all(code, F.IS_PHOTON > is_photon)
......
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