From 7e8c7bc7907ec5b22ab64ec03863a475d6cbd717 Mon Sep 17 00:00:00 2001
From: Giulia <giulia.ripellino@cern.ch>
Date: Tue, 11 Feb 2025 13:11:44 +0100
Subject: [PATCH] Lower pt of associated tracks in vsi boosted muons

---
 .../DerivationFramework/DerivationFrameworkLLP/python/LLP1.py  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkLLP/python/LLP1.py b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkLLP/python/LLP1.py
index b9e63abcca1b..1aae16249183 100644
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkLLP/python/LLP1.py
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkLLP/python/LLP1.py
@@ -401,7 +401,8 @@ def LLP1KernelCfg(flags, name='LLP1Kernel', **kwargs):
                                  MuonLocation                = MergedMuonContainer,
                                  do_PVvetoCut                = False,
                                  DoTwoTrSoftBtag             = True,
-                                 TwoTrVrtMinDistFromPVCut    = 0.5))
+                                 TwoTrVrtMinDistFromPVCut    = 0.5,
+                                 associatePtCut              = 500.))
     LLP1VrtSecInclusiveSuffixes.append(BoostedMuonsSuffix)
 
     # bad jet cleaning
-- 
GitLab