We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1699185 commit ef4275cCopy full SHA for ef4275c
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx
@@ -1593,7 +1593,7 @@ struct OnTheFlyTracker {
1593
{
1594
for (size_t icfg = 0; icfg < mSmearer.size(); ++icfg) {
1595
LOG(debug) << " -> Processing OTF tracking with LUT configuration ID " << icfg;
1596
- processConfiguration(mcCollision, mcParticles, static_cast<int>(icfg));
+ processWithLUTs(mcCollision, mcParticles, static_cast<int>(icfg));
1597
}
1598
1599
0 commit comments