diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkCore/python/SlimmingHelper.py b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkCore/python/SlimmingHelper.py
index 0200eb94cca4b4350245088bade746db68df530c..ac47cdf394cc98702d8ad9fcee741e4bb6db7507 100644
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkCore/python/SlimmingHelper.py
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkCore/python/SlimmingHelper.py
@@ -235,13 +235,9 @@ class SlimmingHelper:
                                         entry = "xAOD::JetAuxContainer#"+item+"."
                                 elif (theDictionary[item]=='xAOD::ShallowAuxContainer'):
                                         entry = "xAOD::ShallowAuxContainer#"+item+"."
-                                elif ("AuxInfo" in theDictionary[item]):
-                                        entry = "xAOD::AuxInfoBase#"+item+"."
                                 elif (theDictionary[item]=='xAOD::MissingETAuxAssociationMap'):
                                         entry = "xAOD::MissingETAuxAssociationMap#"+item+"."
-                                elif (theDictionary[item]=='xAOD::EventInfo'):
-                                        entry = "xAOD::AuxInfoBase!#"+item+"."
-                                elif (theDictionary[item]=='xAOD::EventShape'):
+                                elif ("AuxInfo" in theDictionary[item]):
                                         entry = "xAOD::AuxInfoBase!#"+item+"."
                                 # Next two lines - remaining containers
                                 # that still need to be expanded with AuxStoreWrapper