BandQ: fix PID_P cut for detached_protons_tights
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)
.
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)
.