diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/python/HIGG3D1ExtraContent.py b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/python/HIGG3D1ExtraContent.py index f9c4b2f5b307d338df6bdd323b7573531dfee933..cd15a5ad14c7206add789ce42a6154611843659e 100644 --- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/python/HIGG3D1ExtraContent.py +++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/python/HIGG3D1ExtraContent.py @@ -31,5 +31,4 @@ HIGG3D1ExtraContainers = [ ] HIGG3D1ExtraTruthContainers = [ "TruthEvents", "TruthParticles", "TruthVertices", - "AntiKt4TruthJets", "MuonTruthParticles" ] diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/share/HIGG3D1.py b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/share/HIGG3D1.py index 270bddd16796689bf262f21253dc2033c96aab8e..a168418d5862be557d3ea6feaf5b0fd5d7c775d7 100644 --- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/share/HIGG3D1.py +++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/share/HIGG3D1.py @@ -232,6 +232,8 @@ HIGG3D1SlimmingHelper.SmartCollections = ["Electrons", "MET_Reference_AntiKt4EMTopo", "MET_Reference_AntiKt4LCTopo", "AntiKt4EMTopoJets", + "AntiKt4EMPFlowJets", + "AntiKt4TruthJets", "AntiKt4LCTopoJets", "BTagging_AntiKt4EMTopo", "InDetTrackParticles", @@ -262,6 +264,6 @@ HIGG3D1SlimmingHelper.IncludeMuonTriggerContent = True HIGG3D1SlimmingHelper.IncludeEGammaTriggerContent = True # Add MET to output stream -addMETOutputs(HIGG3D1SlimmingHelper, ["AntiKt4EMPFlow", "Track"]) +addMETOutputs(HIGG3D1SlimmingHelper, ["AntiKt4EMPFlow", "Track"], ["AntiKt4EMPFlow", "AntiKt4EMTopo"]) HIGG3D1SlimmingHelper.AppendContentToStream(HIGG3D1Stream)