33 const auto p = track.getP();
34 const auto nClusters = track.getNClusterReferences();
35 const auto dEdx = track.getdEdx().dEdxTotTPC;
46 if (dEdx > mdEdxMax) {
49 if (dEdx < mdEdxMin) {
52 if ((std::abs(track.getOuterParam().getZ()) - std::abs(track.getZ())) < -10) {