Skip to content

BandQ: fix PID_P cut for detached_protons_tights

Ivan Polyakov requested to merge bandq_ipolyako_PIDP into master

related to #517 (closed)

Noticed that in charged_hadrons.py tightpid protons are selected with pid=(F.PID_P < 5) cut. I believe it's a typo and should be fixed to pid=(F.PID_P > 5).

Merge request reports