Skip to content

Commit ef4275c

Browse files
committed
fix
1 parent 1699185 commit ef4275c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ALICE3/TableProducer/OTF/onTheFlyTracker.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1593,7 +1593,7 @@ struct OnTheFlyTracker {
15931593
{
15941594
for (size_t icfg = 0; icfg < mSmearer.size(); ++icfg) {
15951595
LOG(debug) << " -> Processing OTF tracking with LUT configuration ID " << icfg;
1596-
processConfiguration(mcCollision, mcParticles, static_cast<int>(icfg));
1596+
processWithLUTs(mcCollision, mcParticles, static_cast<int>(icfg));
15971597
}
15981598
}
15991599

0 commit comments

Comments
 (0)