Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes in MCCompLabel, cleanup of redundant labels in matching #5366

Merged
merged 2 commits into from Feb 3, 2021

Commits on Feb 3, 2021

  1. MCCompLabel: suppress long64 cast op., add relation operators

    Cast operator was interfering with more useful comparison operator, is getRawValue instead of cast.
    Added relation operators since some detector need the MC labels to be sortable
    shahoian committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    218cb71 View commit details
    Browse the repository at this point in the history
  2. Suppress redundant MCLabels in matching outputs

    Both ITS-TPC and XXX-TOF (with XXX either TPC or ITS-TPC) matching were producing the vector of
    label for match constituents. Now only the label for the match is produced. The conventions are:
    ITS-TPC => label takes the TPC label (source, event, trackID) and is declared fake if ITS_label != TPC_label
    XXX-TOF => label takes the TOF label (source, event, trackID) and is declared fake if TOF_label != XXX_label
    
    The isFake flag of constituents are ignored in the comparison
    shahoian committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    e4063cb View commit details
    Browse the repository at this point in the history