[PWGDQ] Adding new process function for electron-muon analysis#15490
Open
Shunsuke-Kurita wants to merge 3 commits intoAliceO2Group:masterfrom
Open
[PWGDQ] Adding new process function for electron-muon analysis#15490Shunsuke-Kurita wants to merge 3 commits intoAliceO2Group:masterfrom
Shunsuke-Kurita wants to merge 3 commits intoAliceO2Group:masterfrom
Conversation
Collaborator
|
@Shunsuke-Kurita Your PR fails the compilation and the formatting. Please test your changes before making a PR. |
Collaborator
|
Error while checking build/O2Physics/o2 for 189bde2 at 2026-03-23 12:36: Full log here. |
Contributor
Author
|
Dear @vkucera , |
vkucera
reviewed
Mar 24, 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.
This PR implements
processElectronMuonDirectinAnalysisSameEventPairingfor direct electron-muon pairing on AO2D tracks, completing thetableReader_withAssoc_directworkflow for EMu analyses. To support this, it also addsprocessDirectWithFiltertoAnalysisEventSelection— enablingfilterPPwithAssociationas an upstream pre-filter — and introduces a newAnalysisMuonSelectionstruct for direct muon selection on AO2D FwdTracks.