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

Conversation

shahor02
Copy link
Collaborator

@shahor02 shahor02 commented Feb 3, 2021

No description provided.

sawenzel
sawenzel previously approved these changes Feb 3, 2021
@sawenzel
Copy link
Collaborator

sawenzel commented Feb 3, 2021

Looks good to me. Ok to merge when last compile errors solved.

shahoian added 2 commits February 3, 2021 09:14
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
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
Copy link
Collaborator

@davidrohr davidrohr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes to the complabel itself seem fully correct to me, didn't look at the mathing code

@shahor02
Copy link
Collaborator Author

shahor02 commented Feb 3, 2021

@ktf @TimoWilken the o2-dataflow CI reports the error from the log of previous failed test: the PR was updated at ~9:30 while the log with error shows Finished building on alientest02 at 2021-02-03-08:25:17
and the errors are exactly those which were corrected...

@TimoWilken
Copy link
Contributor

@shahor02 that's because the build fails without producing logs to overwrite the old ones, so the old ones get uploaded again... I've cleaned up the build and reset it, hopefully it'll work this time.

@shahor02 shahor02 merged commit 6a1c8d9 into AliceO2Group:dev Feb 3, 2021
@shahor02 shahor02 deleted the pr_lbl branch February 3, 2021 14:29
shahor02 pushed a commit to shahor02/AliceO2 that referenced this pull request Feb 4, 2021
This is to amend AliceO2Group#5366
Suppression of standalone track lables in the output of barrel matched tracks
was not propagated everywhere
shahor02 pushed a commit that referenced this pull request Feb 4, 2021
This is to amend #5366
Suppression of standalone track lables in the output of barrel matched tracks
was not propagated everywhere
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants