Skip to content

Commit b5cca9a

Browse files
removed unnecessary print
1 parent eb56457 commit b5cca9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/TableProducer/Nuspex/he3HadronFemto.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,6 @@ struct he3HadronFemto {
866866

867867
for (const auto& mother : mcParticle.template mothers_as<aod::McParticles>()) {
868868
mothers.push_back(mother.globalIndex());
869-
LOG(info) << "Mother PDG code: " << mother.pdgCode() << ", global index: " << mother.globalIndex();
870869
if (std::abs(mother.pdgCode()) == Li4PDG) {
871870
flag |= ParticleFlags::kFromLi4;
872871
} else if (std::abs(mother.pdgCode()) == o2::constants::physics::Pdg::kHyperTriton) {
@@ -885,7 +884,6 @@ struct he3HadronFemto {
885884

886885
for (const auto& mother : mcParticle.template mothers_as<aod::McParticles>()) {
887886
mothers.push_back(mother.globalIndex());
888-
LOG(info) << "Mother PDG code: " << mother.pdgCode() << ", global index: " << mother.globalIndex();
889887
if (std::abs(mother.pdgCode()) == Li4PDG) {
890888
flag |= ParticleFlags::kFromLi4;
891889
} else if (std::abs(mother.pdgCode()) == o2::constants::physics::Pdg::kHyperTriton) {
@@ -1082,6 +1080,8 @@ struct he3HadronFemto {
10821080
he3Hadcand.flags |= Flags::kMixedPair;
10831081
}
10841082

1083+
1084+
10851085
if (!fillCandidateInfo(heTrack, prTrack, collBracket, collisions, he3Hadcand, tracks, /*mix*/ false)) {
10861086
continue;
10871087
}

0 commit comments

Comments
 (0)