[PWGJE] pTHat handling, remove HepMCXSections dependency, add R-d…#15284
Open
joonsukbae wants to merge 1 commit intoAliceO2Group:masterfrom
Open
[PWGJE] pTHat handling, remove HepMCXSections dependency, add R-d…#15284joonsukbae wants to merge 1 commit intoAliceO2Group:masterfrom
joonsukbae wants to merge 1 commit intoAliceO2Group:masterfrom
Conversation
3e8d5b5 to
7ebc7cc
Compare
…ependent matching - trackEfficiency: Remove HepMCXSections and JMcCollisionPIs table subscriptions from all MC processes; use ptHard() from JMcCollisions with weight-based fallback. Add applyRCTSelections configurable. - jetSpectraCharged: Pass pTHat as parameter to fill functions instead of computing internally; fix pTHatMaxMCD->pTHatMaxMCP bug in fillGeoMatchedAreaSubHistograms; change MCD weighted process subscriptions to JetCollisionsMCD for mcCollision() access. - All jet matching tasks: Replace single maxMatchingDistance with per-R configurables (jetRadiiForMatchingDistance + maxMatchingDistancePerJetR) for R-dependent geometric matching distance. Applied to jetMatchingMC, jetMatchingMCSub, jetMatchingSub, jetMatchingDuplicates, jetSubstructureMatching, and jetSubstructureMatchingSub. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7ebc7cc to
35b52a7
Compare
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.
…ependent matching
HepMCXSections/JMcCollisionPIstable subscriptions from all MC processes. UseptHard()fromJMcCollisionswith weight-based fallback. AddapplyRCTSelectionsconfigurable. RemovegetPtHatFromHepMCXSectionconfigurable.pTHatMaxMCD→pTHatMaxMCPbug. Change MCD weighted subscriptions toJetCollisionsMCD. AddapplyRCTSelectionsconfigurable.JetMatchingUtilities.h): Add per-R matching distance override (jetRadiiForMatchingDistance+maxMatchingDistancePerJetR) on top of existingmaxMatchingDistancefallback. Backward compatible — empty per-R vectors (default) give identical results.