diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkMCTruth/python/MCTruthCommon.py b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkMCTruth/python/MCTruthCommon.py
index 8c193ca0afbcf1999650ea8f1384e8a1b0b69376..db96f6c2c1ce4ae91c7c1857258c1809844f3426 100644
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkMCTruth/python/MCTruthCommon.py
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkMCTruth/python/MCTruthCommon.py
@@ -182,7 +182,7 @@ def addTruthJets(kernel=None, decorationDressing=None):
                                              JetRadius = 1.0,
                                              JetBuilder = DFCommon_jbld,
                                              GhostArea = 0.01,
-                                             PtMin = threshold
+                                             PtMin = 50000.
                                              )
             #Now we setup a JetRecTool which will use the above JetFinder
             AntiKt10TruthJetsRec = CfgMgr.JetRecTool("AntiKt10TruthJetsRec",
@@ -205,7 +205,7 @@ def addTruthJets(kernel=None, decorationDressing=None):
                                                                             JetRadius = 1.0,
                                                                             JetBuilder = DFCommon_jbld,
                                                                             GhostArea = 0.01,
-                                                                            PtMin = threshold
+                                                                            PtMin = 50000.
                                                                             )
             from JetSubStructureMomentTools.JetSubStructureMomentToolsConf import EnergyCorrelatorTool
             DFCommon_EnCorr = EnergyCorrelatorTool("DFCommon_EnCorr", Beta = 1.0)