Skip to content
Snippets Groups Projects
Commit c4e2dc5e authored by Chris Malena Delitzsch's avatar Chris Malena Delitzsch Committed by Frank Winklmeier
Browse files

Adding originalObjectLink for origin-corrected clusters

Adding originalObjectLink for origin-corrected clusters
parent 00f162c5
No related branches found
No related tags found
No related merge requests found
......@@ -247,10 +247,10 @@ def addOriginCorrectedClustersToSlimmingTool(slimhelper,writeLC=False,writeEM=Fa
if "LCOriginTopoClusters" not in slimhelper.AppendToDictionary:
slimhelper.AppendToDictionary.update({"LCOriginTopoClusters":'xAOD::CaloClusterContainer',
"LCOriginTopoClustersAux":'xAOD::ShallowAuxContainer'})
slimhelper.ExtraVariables.append('LCOriginTopoClusters.calEta.calPhi')
slimhelper.ExtraVariables.append('LCOriginTopoClusters.calEta.calPhi.originalObjectLink')
if writeEM:
if "EMOriginTopoClusters" not in slimhelper.AppendToDictionary:
slimhelper.AppendToDictionary.update({"EMOriginTopoClusters":'xAOD::CaloClusterContainer',
"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