Skip to content

Commit d6cd1b5

Browse files
committed
fix axes
1 parent db5cc45 commit d6cd1b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/TableProducer/Strangeness/strangenesstofpid.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,8 @@ struct strangenesstofpid {
350350
// measured vs expected total time QA
351351
if (doQA) {
352352
// plots for effective eloss corrections - Lambda case
353-
histos.add("h2dProtonMeasuredVsExpected", "h2dProtonMeasuredVsExpected", {HistType::kTH2F, {axisExpectedOverMeasured, axisSmallP}});
354-
histos.add("h2dPionMeasuredVsExpected", "h2dPionMeasuredVsExpected", {HistType::kTH2F, {axisExpectedOverMeasured, axisSmallP}});
353+
histos.add("h2dProtonMeasuredVsExpected", "h2dProtonMeasuredVsExpected", {HistType::kTH2F, {axisSmallP, axisExpectedOverMeasured}});
354+
histos.add("h2dPionMeasuredVsExpected", "h2dPionMeasuredVsExpected", {HistType::kTH2F, {axisSmallP, axisExpectedOverMeasured}});
355355

356356
histos.add("hArcDebug", "hArcDebug", kTH2F, {axisP, {50, -5.0f, 10.0f}});
357357

0 commit comments

Comments
 (0)