Skip to content

Commit 70fbeba

Browse files
committed
Fix method name
1 parent 9014de9 commit 70fbeba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/TableProducer/Strangeness/phiStrangeCorrelator.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ struct PhiMesonCandProducer {
255255
if (std::abs(recPhi.Rapidity()) > phiConfigs.cfgYAcceptance)
256256
continue;
257257

258-
const auto track1mcPartMotherIndexes = track1McParticle.motherIds();
259-
const auto track2mcPartMotherIndexes = track2McParticle.motherIds();
258+
const auto track1mcPartMotherIndexes = track1McParticle.mothersIds();
259+
const auto track2mcPartMotherIndexes = track2McParticle.mothersIds();
260260

261261
auto genPhiMaybe = [&]() -> std::optional<aod::McParticles::iterator> {
262262
for (const auto& mother1Index : track1mcPartMotherIndexes) {

0 commit comments

Comments
 (0)