-
Notifications
You must be signed in to change notification settings - Fork 624
[PWGHF] Add configuration and electron hadron table #10920
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
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
| DECLARE_SOA_COLUMN(LsPairEHCount, lsPairEHCount, int); //! like sign Pair Electron hadron coorelation | ||
| DECLARE_SOA_COLUMN(UlsPairEHCount, ulsPairEHCount, int); //! unLike sign Pair Electron hadron coorelation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @rashigupt for addressing the issues.
|
Dear Expert, |
|
@deepathoms Can you please check whether your comments have been addressed? |
|
Error while checking build/O2Physics/o2 for e0561e4 at 2025-05-13 19:43: Full log here. |
|
Dear expert, please merge the code. |
Co-authored-by: Rashi Gupta <[email protected]>
Co-authored-by: Rashi Gupta <[email protected]>
Co-authored-by: Rashi Gupta <[email protected]>
Co-authored-by: Rashi Gupta <[email protected]>
Co-authored-by: Rashi Gupta <[email protected]>
Co-authored-by: Rashi Gupta <[email protected]>
Co-authored-by: Rashi Gupta <[email protected]>
Add electron and hadron tables for offline event mixing, and include histogram bin setting in the configuration