8 """Configure TruthVertexDecoratorAlg.
10 Decorates tracks and truth particles with truth vertex labels
11 (vertex ID, vertex type, PV distance, etc.) using the FatVertex
14 acc = ComponentAccumulator()
16 from InDetTrackSystematicsTools.InDetTrackSystematicsToolsConfig
import (
17 InDetTrackTruthOriginToolCfg,
20 "trackTruthOriginTool",
21 acc.popToolsAndMerge(InDetTrackTruthOriginToolCfg(flags)),
25 CompFactory.ParticleJetTools.TruthVertexDecoratorAlg(name, **kwargs)