From fee67836eb99c0cec514cae22724bb8758fcc510 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 11 Jul 2025 15:39:22 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/TableProducer/Nuspex/hyperhelium4sigmaRecoTask.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGLF/TableProducer/Nuspex/hyperhelium4sigmaRecoTask.cxx b/PWGLF/TableProducer/Nuspex/hyperhelium4sigmaRecoTask.cxx index abf15db1114..40663ab9c94 100644 --- a/PWGLF/TableProducer/Nuspex/hyperhelium4sigmaRecoTask.cxx +++ b/PWGLF/TableProducer/Nuspex/hyperhelium4sigmaRecoTask.cxx @@ -250,7 +250,7 @@ std::array refitMotherTrack(TCollision& collision, TTrack& track, std: if (!trackPar.update(trackIUPos, trackIUCov)) { return refitP; } - + o2::base::Propagator::Instance()->propagateToDCABxByBz(secondaryVtx, trackPar, 2.f, o2::base::Propagator::MatCorrType::USEMatCorrLUT); if (!trackPar.update(secondaryVtx, 999.f)) { return refitP;