Skip to content

Commit 39c7ec7

Browse files
Update histograms and remove commented-out code
1 parent a49db89 commit 39c7ec7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

PWGJE/Tasks/jetShape.cxx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -508,13 +508,13 @@ struct JetShapeTask {
508508
if (hasTofPi) {
509509
registry.fill(HIST("tpcTofPiOutOfJet"), trkP, tpcPi, jet.ptCorr, centrality);
510510
if (isTpcPiRange) {
511-
registry.fill(HIST("pVsPtForPiOutOfJet"), trkP, trkPt, jet.ptCorr, centrality, track.dcaXY());
511+
registry.fill(HIST("pVsPtForPiOutOfJet"), trkP, trkPt, jet.ptCorr, centrality);
512512
}
513513
}
514514
if (hasTofPr) {
515515
registry.fill(HIST("tpcTofPrOutOfJet"), trkP, tpcPr, jet.ptCorr, centrality);
516516
if (isTpcPrRange) {
517-
registry.fill(HIST("pVsPtForPrOutOfJet"), trkP, trkPt, jet.ptCorr, centrality, track.dcaXY());
517+
registry.fill(HIST("pVsPtForPrOutOfJet"), trkP, trkPt, jet.ptCorr, centrality);
518518
}
519519
}
520520
}
@@ -762,7 +762,6 @@ struct JetShapeTask {
762762

763763
// --- centrality ---
764764
float centrality = collisions.begin().centFT0M();
765-
// float centrality = mcCollision.centFT0M();
766765
registry.fill(HIST("mcCentralitySim"), centrality);
767766
const float maxR2 = distanceMax * distanceMax;
768767

0 commit comments

Comments
 (0)