Skip to content

Commit b36fb49

Browse files
committed
[PWGLF] Fixed a histogram entry
1 parent aa34663 commit b36fb49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/TableProducer/Strangeness/sigma0builder.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1555,7 +1555,7 @@ struct sigma0builder {
15551555
histos.fill(HIST(MainDir[mode]) + HIST("/hKShortLifeTime"), fKShortLifeTime);
15561556
histos.fill(HIST(MainDir[mode]) + HIST("/hKShortY"), v0.yK0Short());
15571557
histos.fill(HIST(MainDir[mode]) + HIST("/hKShortMass"), v0.mK0Short());
1558-
histos.fill(HIST(MainDir[mode]) + HIST("/h2dMassK0SvsLambda"), v0.mK0Short(), v0.mK0Short());
1558+
histos.fill(HIST(MainDir[mode]) + HIST("/h2dMassK0SvsLambda"), v0.mK0Short(), v0.mLambda());
15591559
histos.fill(HIST(MainDir[mode]) + HIST("/h2dMassK0SVsGamma"), v0.mK0Short(), v0.mGamma());
15601560
}
15611561

0 commit comments

Comments
 (0)