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;