Skip to content

Commit

Permalink
[PWG-DQ] enlarging the pT range (AliceO2Group#8185)
Browse files Browse the repository at this point in the history
  • Loading branch information
amaringarcia authored Oct 29, 2024
1 parent c022782 commit 211deee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PWGDQ/Core/HistogramsLibrary.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -491,8 +491,8 @@ void o2::aod::dqhistograms::DefineHistograms(HistogramManager* hm, const char* h
for (int i = 0; i <= kTPCnsigmaNbins; ++i)
tpcNsigmaBinLims[i] = -7.0 + 0.2 * i;

const int kPinEleNbins = 18;
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};
const int kPinEleNbins = 20;
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};

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

0 comments on commit 211deee

Please sign in to comment.