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

GPU: Add option to tpc-reco-workflow to ship shared cluster map created during tracking #5186

Merged
merged 1 commit into from Jan 17, 2021

Conversation

davidrohr
Copy link
Collaborator

@shahor02 : This adds the option to the tpc-reco-workflow to shop also the shared cluster map, just add shared-cluster-map to the output type. It is not stored to a ROOT file, I assume compared to ROOT IO the recreation is pretty much irrelevant. It will ship as datatype TPC CLSHAREDMAP and just a a plain char array. I checked the correctness of the map before shipping, didn't yet try to receive it but I don't see how I could have messed up the sending part ... :)

Do you want to adapt the its/tpc matching workflow, or shall I have a look?

@shahor02
Copy link
Collaborator

@davidrohr thanks, I will adopt this in the matching code. Could you make this output ON by default whenever the clusters output is requested?

@davidrohr
Copy link
Collaborator Author

@shahor02 : I have inverted the argument, so no it is enabled by default but it can be disabled.
Note that it is only enabled if both clusters and tracks are requested, since it is not created without the tracking.

Copy link
Collaborator

@shahor02 shahor02 left a comment

Choose a reason for hiding this comment

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

works fine, merging

@shahor02 shahor02 merged commit ba952b5 into AliceO2Group:dev Jan 17, 2021
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

2 participants