Skip to content
Snippets Groups Projects
Commit 3c643498 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'kbai-ZPHMuons-LLP1' into 'main'

LLP1: add unique isoDecSuffix to IsoCloseByAlgsCfg for ZPHMuons

See merge request atlas/athena!78720
parents ef622f81 a11f5b19
No related branches found
No related tags found
1 merge request!78720LLP1: add unique isoDecSuffix to IsoCloseByAlgsCfg for ZPHMuons
......@@ -816,7 +816,7 @@ def LLP1Cfg(flags):
contNames = [ MergedMuonContainer, MergedElectronContainer, "Photons" ]
acc.merge(IsoCloseByAlgsCfg(flags, suff = "_LLP1_LRTMerged", isPhysLite = False, containerNames = contNames, useSelTools = True, stream_name = 'StreamDAOD_LLP1', isoDecSuffix = "CloseByCorr_LRT", hasLRT = True))
contNames = [ "ZeroPixelHitMuons" ]
acc.merge(IsoCloseByAlgsCfg(flags, suff = "_LLP1_ZeroPixelHitsMuons", isPhysLite = False, containerNames = contNames, stream_name = 'StreamDAOD_LLP1'))
acc.merge(IsoCloseByAlgsCfg(flags, suff = "_LLP1_ZeroPixelHitsMuons", isPhysLite = False, containerNames = contNames, stream_name = 'StreamDAOD_LLP1', isoDecSuffix = "CloseByCorr_ZPH"))
# ============================
# Define contents of the format
......
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