We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c2cf28 commit 8b01d53Copy full SHA for 8b01d53
1 file changed
ALICE3/TableProducer/OTF/onTheFlyDecayer.cxx
@@ -202,7 +202,6 @@ struct OnTheFlyDecayer {
202
histos.fill(HIST("hNaNBookkeeping"), 0);
203
}
204
205
- // todo: status codes
206
tableOTFDecayerBits(otfParticle.getBitsValue());
207
tableMcParticles(otfParticle.collisionId(), otfParticle.pdgCode(), otfParticle.statusCode(), otfParticle.flags(),
208
otfParticle.getMotherSpan(), otfParticle.getDaughters().data(), otfParticle.weight(),
0 commit comments