Skip to content

Commit

Permalink
PWGLF: bug fix (strangeness in pbpb (UPC))
Browse files Browse the repository at this point in the history
  • Loading branch information
nepeivodaRS committed Oct 3, 2024
1 parent 4d1ab3b commit f892568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGLF/Tasks/Strangeness/strange-yield-pbpb.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ struct strangeYieldPbPb {
template <int partID>
void addHistograms(HistogramRegistry& histos)
{
histos.add(Form("%s/h5dMass", particlenames[partID].data()), "h5dMass", kTHnF, {axisFT0C, axisPt, axisInvMass.at(partID), axisSelGap, {{100, -0.5, 99.5}}});
histos.add(Form("%s/h5dMass", particlenames[partID].data()), "h5dMass", kTHnF, {axisFT0C, axisPt, axisInvMass.at(partID), axisSelGap, {100, -0.5f, 99.5f}});
histos.add(Form("%s/h2dMass", particlenames[partID].data()), "h2dMass", kTH2F, {axisInvMass.at(partID), axisSelGap});
if (doPlainTopoQA) {
addTopoHistograms<partID>(histos);
Expand Down

0 comments on commit f892568

Please sign in to comment.