Skip to content

Commit f9070c0

Browse files
authored
[PWGHF] Increment PV Contrib range (#10048)
1 parent 3c99bb9 commit f9070c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/HFC/TableProducer/correlatorDMesonPairs.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ struct HfCorrelatorDMesonPairs {
110110

111111
HistogramConfigSpec hTH1Pt{HistType::kTH1F, {{180, 0., 36.}}};
112112
HistogramConfigSpec hTH1Y{HistType::kTH1F, {{100, -5., 5.}}};
113-
HistogramConfigSpec hTH1NContrib{HistType::kTH1F, {{120, -0.5, 119.5}}};
113+
HistogramConfigSpec hTH1NContrib{HistType::kTH1F, {{200, -0.5, 199.5}}};
114114
HistogramConfigSpec hTH1Phi{HistType::kTH1F, {{32, 0., o2::constants::math::TwoPI}}};
115115
HistogramConfigSpec hTH2Pid{HistType::kTH2F, {{500, 0., 10.}, {400, -20., 20.}}};
116116
HistogramConfigSpec hTH3PtVsYVsNContrib{HistType::kTH3F, {{360, 0., 36.}, {20, -1., 1.}, {120, -0.5, 119.5}}};

0 commit comments

Comments
 (0)