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

Merge branch 'main-JETM2-originalObjectLink' into 'main'

Adding originalObjectLink for origin-corrected clusters

See merge request atlas/athena!70040
parents 0be5bb4f c4e2dc5e
No related merge requests found
...@@ -247,10 +247,10 @@ def addOriginCorrectedClustersToSlimmingTool(slimhelper,writeLC=False,writeEM=Fa ...@@ -247,10 +247,10 @@ def addOriginCorrectedClustersToSlimmingTool(slimhelper,writeLC=False,writeEM=Fa
if "LCOriginTopoClusters" not in slimhelper.AppendToDictionary: if "LCOriginTopoClusters" not in slimhelper.AppendToDictionary:
slimhelper.AppendToDictionary.update({"LCOriginTopoClusters":'xAOD::CaloClusterContainer', slimhelper.AppendToDictionary.update({"LCOriginTopoClusters":'xAOD::CaloClusterContainer',
"LCOriginTopoClustersAux":'xAOD::ShallowAuxContainer'}) "LCOriginTopoClustersAux":'xAOD::ShallowAuxContainer'})
slimhelper.ExtraVariables.append('LCOriginTopoClusters.calEta.calPhi') slimhelper.ExtraVariables.append('LCOriginTopoClusters.calEta.calPhi.originalObjectLink')
if writeEM: if writeEM:
if "EMOriginTopoClusters" not in slimhelper.AppendToDictionary: if "EMOriginTopoClusters" not in slimhelper.AppendToDictionary:
slimhelper.AppendToDictionary.update({"EMOriginTopoClusters":'xAOD::CaloClusterContainer', slimhelper.AppendToDictionary.update({"EMOriginTopoClusters":'xAOD::CaloClusterContainer',
"EMOriginTopoClustersAux":'xAOD::ShallowAuxContainer'}) "EMOriginTopoClustersAux":'xAOD::ShallowAuxContainer'})
slimhelper.ExtraVariables.append('EMOriginTopoClusters.calE.calEta.calPhi') slimhelper.ExtraVariables.append('EMOriginTopoClusters.calE.calEta.calPhi.originalObjectLink')
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