From ce01a6875339b47723f6c5bbf22b344b7514d030 Mon Sep 17 00:00:00 2001
From: Albert Kong <albert.xing.yi.kong@cern.ch>
Date: Fri, 17 Sep 2021 09:36:40 +0930
Subject: [PATCH] Possible fix for ghost association of LCTopoJets

---
 .../DerivationFrameworkJetEtMiss/python/ExtendedJetCommon.py    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkJetEtMiss/python/ExtendedJetCommon.py b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkJetEtMiss/python/ExtendedJetCommon.py
index 8866c60ce1ec..9cabe4da6cb2 100644
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkJetEtMiss/python/ExtendedJetCommon.py
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkJetEtMiss/python/ExtendedJetCommon.py
@@ -373,7 +373,7 @@ def addRscanJets(jetalg,radius,inputtype,sequence,outputlist):
         if inputtype == "TruthWZ":
             addStandardJets(jetalg, radius, "TruthWZ", mods="truth_ungroomed", ptmin=5000, algseq=sequence, outputGroup=outputlist)
         elif inputtype == "LCTopo":
-            addStandardJets(jetalg, radius, "LCTopo", mods="lctopo_ungroomed",
+            addStandardJets(jetalg, radius, "LCTopo", mods="lctopo_reduced",
                             ghostArea=0.01, ptmin=2000, ptminFilter=7000, calibOpt="none", algseq=sequence, outputGroup=outputlist)
 
 ##################################################################
-- 
GitLab