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).
tightpid
pid=(F.PID_P < 5)
pid=(F.PID_P > 5)