Skip to content

Conversation

@ynishida-style
Copy link
Contributor

Add new histograms including DCAxy axis for the template fit

@github-actions github-actions bot added the pwgje label Jan 23, 2026
@github-actions github-actions bot changed the title Add a new histogram for the DCAxy template fit [PWGJE] Add a new histogram for the DCAxy template fit Jan 23, 2026
@github-actions
Copy link

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

registry.fill(HIST("tpcTofPiOutOfJet"), trkP, tpcPi, jet.ptCorr, centrality);
if (isTpcPiRange) {
registry.fill(HIST("pVsPtForPiOutOfJet"), trkP, trkPt, jet.ptCorr, centrality);
registry.fill(HIST("pVsPtForPiOutOfJet"), trkP, trkPt, jet.ptCorr, centrality, track.dcaXY());
Copy link
Collaborator

Choose a reason for hiding this comment

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

while here the DCA is filled in addition, I think where the axes are defined for this histogram, you forgot to add the additional axis for DCA

registry.fill(HIST("tpcTofPrOutOfJet"), trkP, tpcPr, jet.ptCorr, centrality);
if (isTpcPrRange) {
registry.fill(HIST("pVsPtForPrOutOfJet"), trkP, trkPt, jet.ptCorr, centrality);
registry.fill(HIST("pVsPtForPrOutOfJet"), trkP, trkPt, jet.ptCorr, centrality, track.dcaXY());
Copy link
Collaborator

Choose a reason for hiding this comment

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

same comment as above

// --- centrality ---
float centrality = mcCollision.centFT0M();
float centrality = collisions.begin().centFT0M();
// float centrality = mcCollision.centFT0M();
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove unused code

@nzardosh nzardosh enabled auto-merge (squash) January 27, 2026 00:31
@nzardosh nzardosh disabled auto-merge January 27, 2026 00:32
@nzardosh nzardosh self-requested a review January 27, 2026 00:32
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