Skip to content

Commit 98241f2

Browse files
committed
fix a small bug in dilepton track track vertexing KFP
1 parent cdd2456 commit 98241f2

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)