Skip to content

Commit c8101b8

Browse files
[PWGLF] Fixed some parts still using 1D in 2D histogram (#12371)
1 parent ef10e98 commit c8101b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Resonances/lambda1520_PbPb.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ struct lambdaAnalysis_pb {
555555
{
556556

557557
auto mult = collision.cent();
558-
histos.fill(HIST("Event/h1d_ft0_mult_percentile"), mult);
558+
histos.fill(HIST("Event/h1d_ft0_mult_percentile"), mult, 100);
559559
fillDataHistos<false, true>(tracks, tracks, mult);
560560

561561
// get MC pT-spectra

0 commit comments

Comments
 (0)