Skip to content

[PWGJE] D0/D* jet correlation merge task - #17870

Open
Mokshi97 wants to merge 1 commit into
AliceO2Group:masterfrom
Mokshi97:dmeson-merge-clean
Open

[PWGJE] D0/D* jet correlation merge task#17870
Mokshi97 wants to merge 1 commit into
AliceO2Group:masterfrom
Mokshi97:dmeson-merge-clean

Conversation

@Mokshi97

Copy link
Copy Markdown
Contributor

Added new combined task for Dmeson-Jet correlation study

@github-actions

Copy link
Copy Markdown

O2 linter results: ❌ 1 errors, ⚠️ 11 warnings, 🔕 0 disabled

@vkucera

vkucera commented Sep 11, 2026

Copy link
Copy Markdown
Collaborator

@Mokshi97 Since you are adding a new file, please make sure it is clean from errors and warnings.

// MC-detector level: shared table, category column
DECLARE_SOA_TABLE(DMcDTables, "AOD", "DMCDTABLE",
o2::soa::Index<>,
collisionInfo::McCollisionTableId,

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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(),

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this table not also point to the D0 table?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

3 participants