TruthUtils: Add isSquark and hasSquark helper functions
- AtlasPID: Add
SUSY::isSquark()
helper function which returns true for the following pdgid values 100000N and 200000N (1<N<8) - AtlasPID: Add
SUSY::hasSquark(p, q)
helper function (analogous tohasQuark(p, q)
) returns true for squarks with flavour matchingq
and for RHadrons containing a squark with flavour matchingq
. - testPID: Drop tests for obsolete
SUSY::isSMeson
andSUSY::isSBaryon
functions (see !75624) and add test forSUSY::isSquark
function.