diff --git a/Generators/GeneratorFilters/share/common/GenerateTruthJets.py b/Generators/GeneratorFilters/share/common/GenerateTruthJets.py
index 1e27d3e5a93723a0d920a3584b933d65a0dec17b..427908ef69d9cb1c35cd077ebbf1d0115160d03a 100644
--- a/Generators/GeneratorFilters/share/common/GenerateTruthJets.py
+++ b/Generators/GeneratorFilters/share/common/GenerateTruthJets.py
@@ -30,11 +30,6 @@ def PrepareTruthJetInputs(algseq):
                                                           #IncludePromptPhotons=False,
                                                           BarCodeFromMetadata=0)
 
-    ToolSvc += ParticleJetToolsConf.CopyTruthJetParticles("truthpartcopy",
-                                                          OutputName="JetInputTruthParticles",
-                                                          MCTruthClassifier=ToolSvc.JetMCTruthClassifier,
-                                                          BarCodeFromMetadata=0)
-
     ToolSvc += ParticleJetToolsConf.CopyTruthPartons("truthpartonscopy",
                                                      OutputName="TruthLabelPartons",
                                                      PtMin=5000)
@@ -98,10 +93,10 @@ def ScheduleAntiKtTruthJets(jetradius,algseq,mods=""):
         truthpartonget = ToolSvc.truthpartonget
     else:
         truthpartonget = JetRecConf.PseudoJetGetter("truthpartonget",
-                                                    Label = "TruthPartons",
+                                                    Label = "GhostTruthPartons",
                                                     InputContainer = ToolSvc.truthpartonscopy.OutputName,
-                                                    OutputContainer = "PseudoJetTruthPartons",
-                                                    GhostScale = 0.0,
+                                                    OutputContainer = "PseudoJetGhostTruthPartons",
+                                                    GhostScale = 1e-40,
                                                     SkipNegativeEnergy = True,
                                                     )
         ToolSvc += truthpartonget