Uh oh!
There was an error while loading. Please reload this page.
PWGHF: Speedup 3 prong combinatorics - #39
Merged
ginnocen merged 2 commits intoAug 25, 2021
Merged
Conversation
Using an intermediate array triggers an avalanche of copies.
MemberAuthor
@ginnocen at the moment what really seems to happen in PbPb is that we have either an infinite loop (for tiny tracks tables) or we are simply slow. This should protect the infinite loop and speed up things a bit. The next performance issue in this bit of code is the lookup by string in the Label2D. |
fgrosa
commented
Aug 25, 2021
Collaborator
hi @ktf thanks a lot! You could implement the same improvement for the speedup in the method for 2-prong preselections or if you prefer I can do it. |
ktf
commented
Aug 25, 2021
MemberAuthor
ginnocen
enabled auto-merge (squash)
August 25, 2021 21:12
ginnocen
approved these changes
Aug 25, 2021
ktf
commented
Aug 26, 2021
MemberAuthor
@fgrosa actually the two prong one is not so straight forward, so I will leave it to you. |
alibuild pushed a commit
to alibuild/O2Physics
that referenced
this pull request
Nov 28, 2023
Please consider the following formatting changes to AliceO2Group#4009
alibuild pushed a commit
to alibuild/O2Physics
that referenced
this pull request
Apr 24, 2024
Please consider the following formatting changes to AliceO2Group#5821
alibuild pushed a commit
to alibuild/O2Physics
that referenced
this pull request
Sep 5, 2024
Please consider the following formatting changes to AliceO2Group#7580
alibuild pushed a commit
to alibuild/O2Physics
that referenced
this pull request
Oct 3, 2025
[PWGCF] Please consider the following formatting changes to AliceO2Group#13220
alibuild pushed a commit
to alibuild/O2Physics
that referenced
this pull request
Dec 7, 2025
Please consider the following formatting changes to AliceO2Group#14108
alibuild pushed a commit
to alibuild/O2Physics
that referenced
this pull request
Dec 30, 2025
Please consider the following formatting changes to AliceO2Group#14362
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.