We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7ee67 commit b059d0cCopy full SHA for b059d0c
1 file changed
ALICE3/TableProducer/OTF/onTheFlyDecayer.cxx
@@ -166,7 +166,7 @@ struct OnTheFlyDecayer {
166
daughter.setCollisionId(particle.collisionId());
167
daughter.setBitOn(o2::upgrade::DecayerBits::IsAlive);
168
daughter.setBitOff(o2::upgrade::DecayerBits::IsPrimary);
169
- daughter.setProductionTime(trackTimeNS);
+ daughter.setProductionTime(particle.vt() + trackTimeNS);
170
allParticles.push_back(daughter);
171
}
172
ndau += decayStack.size();
0 commit comments