[PWGHF] Add configuration and electron hadron table#10920
Merged
vkucera merged 64 commits intoAliceO2Group:masterfrom May 20, 2025
Merged
[PWGHF] Add configuration and electron hadron table#10920vkucera merged 64 commits intoAliceO2Group:masterfrom
vkucera merged 64 commits intoAliceO2Group:masterfrom
Conversation
mergeconfict
Replace KTrue to true
Replace HFEHADRONMCGENPAIR to HFEHADRONMCPAIR
Replace HFEHADRONMCGENPAIR to HFEHADRONMCPAIR
Replace HFEHADRONMCGENPAIR to HFEHADRONMCPAIR
add bins in Configurable
add bin in config
correct electron table
vkucera
reviewed
May 6, 2025
Comment on lines
+503
to
+504
| DECLARE_SOA_COLUMN(LsPairEHCount, lsPairEHCount, int); //! like sign Pair Electron hadron coorelation | ||
| DECLARE_SOA_COLUMN(UlsPairEHCount, ulsPairEHCount, int); //! unLike sign Pair Electron hadron coorelation |
Collaborator
There was a problem hiding this comment.
Suggested change
| DECLARE_SOA_COLUMN(LsPairEHCount, lsPairEHCount, int); //! like sign Pair Electron hadron coorelation | |
| DECLARE_SOA_COLUMN(UlsPairEHCount, ulsPairEHCount, int); //! unLike sign Pair Electron hadron coorelation | |
| DECLARE_SOA_COLUMN(NPairsLS, nPairsLS, int); //! number of like-sign electron-hadron pairs | |
| DECLARE_SOA_COLUMN(NPairsUS, nPairsUS, int); //! number of unlike-sign electron-hadron pairs |
vkucera
requested changes
May 6, 2025
vkucera
requested changes
May 7, 2025
vkucera
reviewed
May 7, 2025
vkucera
approved these changes
May 7, 2025
Collaborator
vkucera
left a comment
There was a problem hiding this comment.
Thanks @rashigupt for addressing the issues.
Contributor
Author
|
Dear Expert, |
apalasciano
approved these changes
May 12, 2025
Collaborator
|
@deepathoms Can you please check whether your comments have been addressed? |
Collaborator
|
Error while checking build/O2Physics/o2 for e0561e4 at 2025-05-13 19:43: Full log here. |
deepathoms
approved these changes
May 19, 2025
Contributor
Author
|
Dear expert, please merge the code. |
ariedel-cern
pushed a commit
to ariedel-cern/O2Physics
that referenced
this pull request
May 23, 2025
Co-authored-by: Rashi Gupta <rashi.gupta@cern.ch>
jinhyunni
pushed a commit
to jinhyunni/O2Physics
that referenced
this pull request
Jun 11, 2025
Co-authored-by: Rashi Gupta <rashi.gupta@cern.ch>
prottayCMT
pushed a commit
to prottayCMT/O2Physics2024
that referenced
this pull request
Jun 12, 2025
Co-authored-by: Rashi Gupta <rashi.gupta@cern.ch>
ddobrigk
pushed a commit
to ddobrigk/O2Physics
that referenced
this pull request
Jun 14, 2025
Co-authored-by: Rashi Gupta <rashi.gupta@cern.ch>
smaff92
pushed a commit
to smaff92/O2Physics
that referenced
this pull request
Jun 17, 2025
Co-authored-by: Rashi Gupta <rashi.gupta@cern.ch>
alibuild
pushed a commit
to alibuild/O2Physics
that referenced
this pull request
Aug 11, 2025
Co-authored-by: Rashi Gupta <rashi.gupta@cern.ch>
jloemker
pushed a commit
to jloemker/O2Physics
that referenced
this pull request
Nov 11, 2025
Co-authored-by: Rashi Gupta <rashi.gupta@cern.ch>
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.
Add electron and hadron tables for offline event mixing, and include histogram bin setting in the configuration