We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da02d0c commit bc39fbcCopy full SHA for bc39fbc
1 file changed
ALICE3/TableProducer/OTF/onTheFlyDecayer.cxx
@@ -208,7 +208,7 @@ struct OnTheFlyDecayer {
208
// Particles for later collisions in df's needs to have thier mother
209
// and daughter indices adjusted since their global index will be
210
// shifted due to the appending of decay products
211
- indexOffset += allParticles.size();
+ indexOffset += (allParticles.size() - mcParticles.size());
212
}
213
};
214
0 commit comments