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 matchingqand for RHadrons containing a squark with flavour matchingq. - testPID: Drop tests for obsolete
SUSY::isSMesonandSUSY::isSBaryonfunctions (see !75624 (merged)) and add test forSUSY::isSquarkfunction.