Skip to content
Snippets Groups Projects
Commit def9f9a9 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'AFT658-trigger-issue' into 'main'

add xAOD::JetTrigAuxContainer to SlimmingHelper (AFT-658)

See merge request !67833
parents 944b5c9c d6015f82
No related branches found
No related tags found
1 merge request!67833add xAOD::JetTrigAuxContainer to SlimmingHelper (AFT-658)
......@@ -263,6 +263,8 @@ class SlimmingHelper:
entry = "xAOD::ShallowAuxContainer#"+item+"."
elif (theDictionary[item]=='xAOD::MissingETAuxAssociationMap'):
entry = "xAOD::MissingETAuxAssociationMap#"+item+"."
elif (theDictionary[item]=='xAOD::JetTrigAuxContainer'):
entry = "xAOD::JetTrigAuxContainer#"+item+"."
elif ("AuxInfo" in theDictionary[item]):
entry = "xAOD::AuxInfoBase!#"+item+"."
# Next elif - remaining containers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment