[BandQ] Proton selection, cut on PID_P
Noticed that in charged_hadrons.py tightpid
protons are selected with pid=(F.PID_P < 5)
cut.
Is it a typo? Should it be pid=(F.PID_P > 5)
?
https://gitlab.cern.ch/lhcb/Moore/-/blob/master/Hlt/Hlt2Conf/python/Hlt2Conf/lines/bandq/builders/charged_hadrons.py#L145