We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9014de9 commit 70fbebaCopy full SHA for 70fbeba
PWGLF/TableProducer/Strangeness/phiStrangeCorrelator.cxx
@@ -255,8 +255,8 @@ struct PhiMesonCandProducer {
255
if (std::abs(recPhi.Rapidity()) > phiConfigs.cfgYAcceptance)
256
continue;
257
258
- const auto track1mcPartMotherIndexes = track1McParticle.motherIds();
259
- const auto track2mcPartMotherIndexes = track2McParticle.motherIds();
+ const auto track1mcPartMotherIndexes = track1McParticle.mothersIds();
+ const auto track2mcPartMotherIndexes = track2McParticle.mothersIds();
260
261
auto genPhiMaybe = [&]() -> std::optional<aod::McParticles::iterator> {
262
for (const auto& mother1Index : track1mcPartMotherIndexes) {
0 commit comments