We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b36fd commit 2c5ce07Copy full SHA for 2c5ce07
1 file changed
ALICE3/Core/TrackUtilities.h
@@ -49,7 +49,7 @@ class OTFParticle
49
mVy = particle.vy();
50
mVz = particle.vz();
51
mIsFromMcParticles = true;
52
- if (particle.hasMothers()) {
+ if (particle.has_mothers()) {
53
mIndicesMother = {particle.mothersIds().front(), particle.mothersIds().back()};
54
}
55
0 commit comments