From 22f84dd64ef69296470ff9efcf0ef37e925d4a4e Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 8 Jan 2024 17:03:34 +0000 Subject: [PATCH] Please consider the following formatting changes --- Detectors/ITSMFT/ITS/tracking/src/Tracker.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Detectors/ITSMFT/ITS/tracking/src/Tracker.cxx b/Detectors/ITSMFT/ITS/tracking/src/Tracker.cxx index 70d475e81b7de..6eaa11b5f66b6 100644 --- a/Detectors/ITSMFT/ITS/tracking/src/Tracker.cxx +++ b/Detectors/ITSMFT/ITS/tracking/src/Tracker.cxx @@ -107,7 +107,7 @@ void Tracker::clustersToTracksHybrid(std::function logger, mTraits->UpdateTrackingParameters(mTrkParams); for (int iteration = 0; iteration < (int)mTrkParams.size(); ++iteration) { total += evaluateTask(&Tracker::initialiseTimeFrameHybrid, "Hybrid Timeframe initialisation", logger, iteration); - total += evaluateTask(&Tracker::computeTrackletsHybrid, "Hybrid Tracklet finding", logger, iteration, iteration); //TODO: iteration argument put just for the sake of the interface, to be updated with the proper ROF slicing + total += evaluateTask(&Tracker::computeTrackletsHybrid, "Hybrid Tracklet finding", logger, iteration, iteration); // TODO: iteration argument put just for the sake of the interface, to be updated with the proper ROF slicing logger(fmt::format("\t- Number of tracklets: {}", mTraits->getTFNumberOfTracklets())); if (!mTimeFrame->checkMemory(mTrkParams[iteration].MaxMemory)) { error("Too much memory used during trackleting, check the detector status and/or the selections.");