Skip to content

Commit ebb2095

Browse files
author
Zuzanna
committed
fix
1 parent 435d8e2 commit ebb2095

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerMCTruthTask.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,6 @@ struct femtoUniverseProducerMCTruthTask {
174174
pass = true;
175175
} else if (pdgCode == 411) { // D+ meson
176176
pass = true;
177-
} else if (pdgCode == -411) { // D- meson
178-
pass = true;
179177
} else if (static_cast<int>(pdg) == static_cast<int>(pdgCode)) {
180178
if (particle.isPhysicalPrimary())
181179
pass = true;

0 commit comments

Comments
 (0)