Skip to content

Commit 211deee

Browse files
authored
[PWG-DQ] enlarging the pT range (#8185)
1 parent c022782 commit 211deee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGDQ/Core/HistogramsLibrary.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,8 +491,8 @@ void o2::aod::dqhistograms::DefineHistograms(HistogramManager* hm, const char* h
491491
for (int i = 0; i <= kTPCnsigmaNbins; ++i)
492492
tpcNsigmaBinLims[i] = -7.0 + 0.2 * i;
493493

494-
const int kPinEleNbins = 18;
495-
double pinEleBinLims[kPinEleNbins + 1] = {0.1, 0.2, 0.4, 0.6, 0.8, 1.0, 1.2, 1.5, 2.0, 2.5, 3.0, 3.5, 4.0, 4.5, 5.0, 6.0, 8.0, 10.0, 15.0};
494+
const int kPinEleNbins = 20;
495+
double pinEleBinLims[kPinEleNbins + 1] = {0.1, 0.2, 0.4, 0.6, 0.8, 1.0, 1.2, 1.5, 2.0, 2.5, 3.0, 3.5, 4.0, 4.5, 5.0, 6.0, 8.0, 10.0, 12.0, 16.0, 20.0};
496496

497497
const int kEtaNbins = 9;
498498
double etaBinLimsI[kEtaNbins + 1] = {-0.9, -0.7, -0.5, -0.3, -0.1, 0.1, 0.3, 0.5, 0.7, 0.9};

0 commit comments

Comments
 (0)