The source project of this merge request has been removed.
Add TrackTruthDecoratorAlg
Similar to !51627 (merged), this adds an algorithm which decorates tracks with truth information. Two variables are added
-
truthOriginLabel
which is an in integer origin defined here. -
truthVertexIndex
which is an integer label for the truth vertex from which the track originated. A value of0
is reserved for the truth PV, while other truth vertices in the event are indexed arbitrarily after sorting the tracks according to their pT. Truth vertices within a configurable distance (by default set to 0.1mm) are merged.
This moves functionality from the FTAG Training Dataset Dumper to speed up jobs. See atlas-flavor-tagging-tools/training-dataset-dumper#36 (closed) Jira: AFT-596