Skip to content

Adding trk.id leaf #326

@AndrewEdmonds11

Description

@AndrewEdmonds11

In order to help analyzers understand which track fits correspond to the same set of hits, we should use SelectSameTrack so that we can add a leaf that analyzers can more easily choose the best fit hypothesis for a given set of hits. We should add trk.id and trk.rank leaves so we would end up with something like:

trk.pdg [ 11, 13, -11, -13 ]
trk.id [ 0, 0, 0, 1 ]
trk.rank [ 0.99, 0.2, 0.2, 0.99 ]

The algorithm for trk.rank is to be determined but would give the ranking of each hypothsis for that track.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions