Skip to content

Commit b94dead

Browse files
committed
Fix duplicate histogram name in pi-hypertriton femto
1 parent 31aa22c commit b94dead

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGLF/TableProducer/Nuspex/piHypertritonFemto.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ struct PiHypertritonFemto {
355355
{"hPoolFlow", "Mixing pool selection;0=selected,1=in range;events", {HistType::kTH1F, {{2, -0.5, 1.5}}}},
356356
{"hDaughterHeTPC", "He3 daughter QA per candidate;TPC rigidity;TPC signal", {HistType::kTH2F, {{100, 0., 10.}, {300, 0., 1500.}}}},
357357
{"hDaughterPiTPC", "Pion daughter QA per candidate;TPC rigidity;TPC signal", {HistType::kTH2F, {{100, 0., 10.}, {300, 0., 1500.}}}},
358-
{"hPionTPC", "Pair pion QA per selected track;TPC rigidity;TPC signal", {HistType::kTH2F, {{100, 0., 10.}, {300, 0., 1500.}}}},
358+
{"hPairPionTPC", "Pair pion QA per selected track;TPC rigidity;TPC signal", {HistType::kTH2F, {{100, 0., 10.}, {300, 0., 1500.}}}},
359359
{"MC/SE/hKstarRecVsGenHyperReco", "Pion-hypertriton k* response for reconstructed true hypertritons;generated k* (GeV/#it{c});reconstructed k* (GeV/#it{c})", {HistType::kTH2F, {{300, 0., 3.}, {300, 0., 3.}}}},
360360
{"MC/SE/hKstarResolutionHyperReco", "Pion-hypertriton k* resolution for reconstructed true hypertritons;reconstructed k* (GeV/#it{c});k*_{reco}-k*_{gen} (GeV/#it{c})", {HistType::kTH2F, {{300, 0., 3.}, {200, -0.2, 0.2}}}},
361361
{"MC/SE/hPrimaryPionVsKstarDen", "Truth-matched selected pion pair-weighted denominator;k* (GeV/#it{c});Entries", {HistType::kTH1D, {{300, 0., 3.}}}},
@@ -788,7 +788,7 @@ struct PiHypertritonFemto {
788788
continue;
789789
}
790790
event.hadrons.push_back(makePion<isMC>(track, primaryVertex));
791-
hadHyperRegistry.fill(HIST("hPionTPC"), track.tpcInnerParam(), track.tpcSignal());
791+
hadHyperRegistry.fill(HIST("hPairPionTPC"), track.tpcInnerParam(), track.tpcSignal());
792792
}
793793
}
794794

0 commit comments

Comments
 (0)