We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f3b80 commit 7872267Copy full SHA for 7872267
1 file changed
PWGEM/Dilepton/Tasks/mcParticlePredictionsOTF.cxx
@@ -59,6 +59,9 @@ struct otfParticlePrediction {
59
if (particle.eta() < maxEtaParticle) {
60
continue;
61
}
62
+ if (!particle.isPhysicalPrimary()) {
63
+ continue;
64
+ }
65
if (pdg < 100) {
66
67
0 commit comments