Skip to content

Commit 13025da

Browse files
author
Lucia Anna Tarasovicova
committed
small fix
1 parent 11a8d3e commit 13025da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Strangeness/hStrangeCorrelation.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2470,7 +2470,7 @@ struct HStrangeCorrelation {
24702470
histos.fill(HIST("ClosureTest/hTrigger"), gpt, geta, bestCollisionFT0Mpercentile);
24712471
if (doCorrelationHadron) {
24722472
assocHadronIndices.emplace_back(iteratorNum);
2473-
histos.fill(HIST("ClosureTest/hHadron"), gpt, geta, bestCollisionFT0Mpercentile);
2473+
histos.fill(HIST("ClosureTest/hHadron"), gpt, geta, gphi);
24742474
}
24752475
}
24762476
}

0 commit comments

Comments
 (0)