[PWGLF] Table producer for photonDe correlation study#15509
Draft
arvindkhuntia wants to merge 10 commits intoAliceO2Group:masterfrom
Draft
[PWGLF] Table producer for photonDe correlation study#15509arvindkhuntia wants to merge 10 commits intoAliceO2Group:masterfrom
arvindkhuntia wants to merge 10 commits intoAliceO2Group:masterfrom
Conversation
Please consider the following formatting changes to AliceO2Group#15509
Please consider the following formatting changes to AliceO2Group#15509
Collaborator
|
Error while checking build/O2Physics/o2 for 9dd013d at 2026-03-24 20:10: Full log here. |
Collaborator
|
@arvindkhuntia How did you test your changes? They don't compile. |
vkucera
reviewed
Mar 24, 2026
|
O2 linter results: ❌ 1 errors, |
vkucera
reviewed
Apr 10, 2026
| #ifndef PWGLF_DATAMODEL_LFPHOTONDEUTERONTABLES_H_ | ||
| #define PWGLF_DATAMODEL_LFPHOTONDEUTERONTABLES_H_ | ||
|
|
||
| #include "Framework/AnalysisDataModel.h" |
Collaborator
There was a problem hiding this comment.
Where do you use the header?
vkucera
reviewed
Apr 10, 2026
Comment on lines
+24
to
+27
| #include "Framework/ASoAHelpers.h" | ||
| #include "Framework/AnalysisTask.h" | ||
| #include "Framework/HistogramRegistry.h" | ||
| #include "Framework/runDataProcessing.h" |
vkucera
reviewed
Apr 10, 2026
| const auto& deuteron = tracks.iteratorAt(deuteronIdx); | ||
|
|
||
| // Calculate angular correlations | ||
| float deltaPhi = RecoDecay::constrainAngle(photon.phi() - deuteron.phi(), -0.5 * M_PI); |
vkucera
reviewed
Apr 10, 2026
|
|
||
| if (v0.isPhotonTPConly()) { | ||
| photonIndices.push_back(v0.index()); | ||
| LOGF(debug, "[main] global index photon: %d v0 id: %d pt %.3f", v0.globalIndex(), v0.index(), v0.pt()); |
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.