We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 435d8e2 commit ebb2095Copy full SHA for ebb2095
PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerMCTruthTask.cxx
@@ -174,8 +174,6 @@ struct femtoUniverseProducerMCTruthTask {
174
pass = true;
175
} else if (pdgCode == 411) { // D+ meson
176
177
- } else if (pdgCode == -411) { // D- meson
178
- pass = true;
179
} else if (static_cast<int>(pdg) == static_cast<int>(pdgCode)) {
180
if (particle.isPhysicalPrimary())
181
0 commit comments