[PWGJE] Added functionality to calculate efficiency for non-hooked MC#15991
Merged
smaff92 merged 4 commits intoAliceO2Group:masterfrom Apr 28, 2026
Merged
[PWGJE] Added functionality to calculate efficiency for non-hooked MC#15991smaff92 merged 4 commits intoAliceO2Group:masterfrom
smaff92 merged 4 commits intoAliceO2Group:masterfrom
Conversation
|
O2 linter results: ❌ 178 errors, |
smaff92
added a commit
to smaff92/O2Physics
that referenced
this pull request
Apr 28, 2026
[PWGJE] Please consider the following formatting changes to AliceO2Group#15991
nzardosh
reviewed
Apr 28, 2026
| if (std::fabs(mcParticle.eta()) > 0.62) | ||
| continue; | ||
| bool insideCalPhi = false; | ||
| if ((mcParticle.phi() > 1.42 && mcParticle.phi() < 3.26) || (mcParticle.phi() > 4.56 && mcParticle.phi() < 5.70)) |
Collaborator
There was a problem hiding this comment.
would be good if you could make these hard coded values configurable
Collaborator
Author
There was a problem hiding this comment.
Hi Nima,
Done! I also changed the previous cfg to int, so the build should clear now.
Cheers!
Collaborator
|
Error while checking build/O2Physics/o2 for 7c2ad48 at 2026-04-28 11:42: Full log here. |
[PWGJE] Please consider the following formatting changes to AliceO2Group#15991
nzardosh
approved these changes
Apr 28, 2026
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 free
to 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.