Skip to content

Commit 8014bed

Browse files
authored
[PWGDQ] Fixed a bug in dilepton track track vertexing using KFP (#11668)
1 parent ae014d3 commit 8014bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGDQ/Core/VarManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5301,7 +5301,7 @@ void VarManager::FillDileptonTrackTrackVertexing(C const& collision, T1 const& l
53015301
values[VarManager::kPairPt] = KFGeoTwoLeptons.GetPt();
53025302
}
53035303

5304-
KFGeoFourProng.SetConstructMethod(3);
5304+
KFGeoFourProng.SetConstructMethod(2);
53055305
KFGeoFourProng.AddDaughter(KFGeoTwoLeptons);
53065306
KFGeoFourProng.AddDaughter(trk1KF);
53075307
KFGeoFourProng.AddDaughter(trk2KF);

0 commit comments

Comments
 (0)