Skip to content

Commit 9327e1d

Browse files
authored
rebin the histogram due to statistics (AliceO2Group#2495)
1 parent 05600e8 commit 9327e1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGDQ/Core/HistogramsLibrary.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ void o2::aod::dqhistograms::DefineHistograms(HistogramManager* hm, const char* h
407407
hm->AddHistogram(histClass, "Mass_VtxZ", "", true, 30, -15.0, 15.0, VarManager::kVtxZ, 500, 0.0, 5.0, VarManager::kMass);
408408
hm->AddHistogram(histClass, "cosThetaHE", "", false, 100, -1., 1., VarManager::kCosThetaHE);
409409
if (subGroupStr.Contains("polarization")) {
410-
hm->AddHistogram(histClass, "Mass_Pt_cosThetaHE", "", false, 500, 0.0, 5.0, VarManager::kMass, 250, 0.0, 25.0, VarManager::kPt, 10, -1., 1., VarManager::kCosThetaHE);
410+
hm->AddHistogram(histClass, "Mass_Pt_cosThetaHE", "", false, 500, 0.0, 5.0, VarManager::kMass, 250, 0.0, 25.0, VarManager::kPt, 40, -1., 1., VarManager::kCosThetaHE);
411411
}
412412
if (subGroupStr.Contains("dalitz")) {
413413
hm->AddHistogram(histClass, "MassLow", "", false, 500, 0.0, 0.05, VarManager::kMass);

0 commit comments

Comments
 (0)