Skip to content

Commit cb417c5

Browse files
authored
[PWGLF] Update k0_mixed_events.cxx (#9903)
1 parent 5fd9448 commit cb417c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Strangeness/k0_mixed_events.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ struct K0MixedEvents {
242242
const AxisSpec dcaZAxis{dcaXyBinning, "DCA_{z} (cm)"};
243243
const AxisSpec multPercentileAxis{multPercentileBinning, "Mult. Perc."};
244244

245-
registry.add("hNEvents", "hNEvents", {HistType::kTH1I, {{11, 0.f, 11.f}}});
245+
registry.add("hNEvents", "hNEvents", {HistType::kTH1D, {{11, 0.f, 11.f}}});
246246
registry.get<TH1>(HIST("hNEvents"))->GetXaxis()->SetBinLabel(1, "all");
247247
registry.get<TH1>(HIST("hNEvents"))->GetXaxis()->SetBinLabel(2, "sel8");
248248
registry.get<TH1>(HIST("hNEvents"))->GetXaxis()->SetBinLabel(3, "TVX");

0 commit comments

Comments
 (0)