Skip to content

Commit

Permalink
fix bug (#7895)
Browse files Browse the repository at this point in the history
Co-authored-by: junleekim <[email protected]>
  • Loading branch information
jikim1290 and junleekim authored Oct 6, 2024
1 parent 05251d7 commit 63f3c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGLF/Tasks/Resonances/f0980pbpbanalysis.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ struct f0980pbpbanalysis {
return;
}
histos.fill(HIST("QA/CentDist"), centrality, 1.0);
histos.fill(HIST("QV/Vz"), collision.posZ(), 1.0);
histos.fill(HIST("QA/Vz"), collision.posZ(), 1.0);

FillHistograms<false>(collision, tracks, 2); // second order
};
Expand Down

0 comments on commit 63f3c00

Please sign in to comment.