[PWGJE] D0/D* jet correlation merge task - #17870
Open
Mokshi97 wants to merge 1 commit into
Open
Conversation
Mokshi97
requested review from
alibuild,
fjonasALICE,
jaimenorman,
mhemmer-cern and
nzardosh
as code owners
September 10, 2026 16:02
|
O2 linter results: ❌ 1 errors, |
Collaborator
|
@Mokshi97 Since you are adding a new file, please make sure it is clean from errors and warnings. |
nzardosh
reviewed
Sep 11, 2026
| // MC-detector level: shared table, category column | ||
| DECLARE_SOA_TABLE(DMcDTables, "AOD", "DMCDTABLE", | ||
| o2::soa::Index<>, | ||
| collisionInfo::McCollisionTableId, |
Collaborator
There was a problem hiding this comment.
should this be mc collision or collision?
| if (McDJet.has_matchedJetGeo()) { | ||
| for (auto const& McPJet : McDJet.template matchedJetGeo_as<Y>()) { | ||
| float dPhiP = RecoDecay::constrainAngle(McPJet.phi() - dParticle.phi(), -o2::constants::math::PI); | ||
| tableJetMatched(tableMatchedCollision.lastIndex(), |
Collaborator
There was a problem hiding this comment.
should this table not also point to the D0 table?
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.
Added new combined task for Dmeson-Jet correlation study