From 402fae26aca086c3b7bb530fb2a16064fea504fb Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 11 Jun 2025 20:13:40 +0000 Subject: [PATCH] Please consider the following formatting changes --- ALICE3/Core/FastTracker.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ALICE3/Core/FastTracker.cxx b/ALICE3/Core/FastTracker.cxx index 8c645cc11f2..63315cd150b 100644 --- a/ALICE3/Core/FastTracker.cxx +++ b/ALICE3/Core/FastTracker.cxx @@ -501,11 +501,11 @@ int FastTracker::FastTrack(o2::track::TrackParCov inputTrack, o2::track::TrackPa continue; eff *= iGoodHit; - } - if (mApplyEffCorrection) { - if (gRandom->Uniform() > eff) - return -8; - } + } + if (mApplyEffCorrection) { + if (gRandom->Uniform() > eff) + return -8; + } outputTrack.setCov(inwardTrack.getCov()); outputTrack.checkCovariance();