Skip to content
Snippets Groups Projects
Commit 80840111 authored by Thomas Strebler's avatar Thomas Strebler Committed by Thomas Strebler
Browse files

Properly remove FTAG_AUXDATA from ESD TrackParticle content

parent 8c099d50
No related branches found
No related tags found
1 merge request!60113Properly remove FTAG_AUXDATA from ESD TrackParticle content in legacy config
......@@ -134,6 +134,9 @@ if InDetFlags.doxAOD():
excludedAuxData = "-caloExtension.-cellAssociation.-clusterAssociation.-TTVA_AMVFVertices_forReco.-TTVA_AMVFWeights_forReco"
# remove track decorations used internally by FTAG software
excludedAuxData += '.-'.join([''] + FTAG_AUXDATA)
if not (InDetFlags.KeepFirstParameters() or InDetFlags.keepAdditionalHitsOnTrackParticle()):
excludedAuxData += '.-trackParameterCovarianceMatrices.-parameterX.-parameterY.-parameterZ.-parameterPX.-parameterPY.-parameterPZ.-parameterPosition'
......
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