Skip to content

Commit 7b830ac

Browse files
committed
FU: removing unnecessary if and printing
1 parent 1be094f commit 7b830ac

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

PWGCF/FemtoUniverse/Tasks/femtoUniverseEfficiencyBase.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -670,8 +670,6 @@ struct FemtoUniverseEfficiencyBase {
670670
if (!(mcParticle.partOriginMCTruth() == aod::femtouniverse_mc_particle::ParticleOriginMCTruth::kPrimary)) {
671671
continue;
672672
}
673-
if (static_cast<int32_t>(part.motherPDG()) != 0)
674-
std::cout << "Mother PDG:\t" << static_cast<int32_t>(part.motherPDG()) << std::endl;
675673
if (ConfBothTracks.confCheckMotherPDG && std::abs(static_cast<int32_t>(part.motherPDG())) == std::abs(ConfBothTracks.confMotherPDGCode)) {
676674
continue;
677675
}

0 commit comments

Comments
 (0)