From c4140bb33630fb64e1049a70083477d65fc8e6df Mon Sep 17 00:00:00 2001 From: Mark Smith Date: Fri, 6 Nov 2020 08:57:20 +0000 Subject: [PATCH] Update DTFDict.cpp --- Phys/LoKiArrayFunctors/src/Components/DTFDict.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Phys/LoKiArrayFunctors/src/Components/DTFDict.cpp b/Phys/LoKiArrayFunctors/src/Components/DTFDict.cpp index 2f7f93a8e..55f5c46bf 100644 --- a/Phys/LoKiArrayFunctors/src/Components/DTFDict.cpp +++ b/Phys/LoKiArrayFunctors/src/Components/DTFDict.cpp @@ -115,7 +115,7 @@ namespace LoKi { // printConstraints(std::cout); IDecayTreeFit* myfitter = fitter(); // from AuxDTFBase - StatusCode sc = myfitter->fit( p, vertex ); + StatusCode sc = myfitter->fit( tree.head(), vertex ); LHCb::Particle* prefitted = nullptr; if ( sc.isFailure() ) { // Hand an empty pointer to source and let it decide how to fill the -- GitLab