Skip to content

Commit 2c5ce07

Browse files
committed
update
1 parent c2b36fd commit 2c5ce07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ALICE3/Core/TrackUtilities.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class OTFParticle
4949
mVy = particle.vy();
5050
mVz = particle.vz();
5151
mIsFromMcParticles = true;
52-
if (particle.hasMothers()) {
52+
if (particle.has_mothers()) {
5353
mIndicesMother = {particle.mothersIds().front(), particle.mothersIds().back()};
5454
}
5555
}

0 commit comments

Comments
 (0)