From 98241f231a7eaa09a0693981c0334e543150ddda Mon Sep 17 00:00:00 2001 From: ypwangg Date: Wed, 18 Jun 2025 15:34:16 +0800 Subject: [PATCH] fix a small bug in dilepton track track vertexing KFP --- PWGDQ/Core/VarManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGDQ/Core/VarManager.h b/PWGDQ/Core/VarManager.h index 26d2732dd45..83b8df8906f 100644 --- a/PWGDQ/Core/VarManager.h +++ b/PWGDQ/Core/VarManager.h @@ -5301,7 +5301,7 @@ void VarManager::FillDileptonTrackTrackVertexing(C const& collision, T1 const& l values[VarManager::kPairPt] = KFGeoTwoLeptons.GetPt(); } - KFGeoFourProng.SetConstructMethod(3); + KFGeoFourProng.SetConstructMethod(2); KFGeoFourProng.AddDaughter(KFGeoTwoLeptons); KFGeoFourProng.AddDaughter(trk1KF); KFGeoFourProng.AddDaughter(trk2KF);