Skip to content

Commit 90d56cb

Browse files
Merge pull request #3 from alibuild/alibot-cleanup-12190
[PWGDQ] Please consider the following formatting changes to #12190
2 parents 27d2bae + 8af4d44 commit 90d56cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGDQ/Core/HistogramsLibrary.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1969,7 +1969,7 @@ void o2::aod::dqhistograms::DefineHistograms(HistogramManager* hm, const char* h
19691969

19701970
if (subGroupStr.Contains("DY-dimuon")) {
19711971
hm->AddHistogram(histClass, "DY_mass", "", false, 5000, 0.0, 50.0, VarManager::kMass); // 10 MeV mass res
1972-
hm->AddHistogram(histClass, "DY_pT", "", false, 2000, 0.0, 100.0, VarManager::kPt); // 50 MeV pT res
1972+
hm->AddHistogram(histClass, "DY_pT", "", false, 2000, 0.0, 100.0, VarManager::kPt); // 50 MeV pT res
19731973
hm->AddHistogram(histClass, "DY_y", "", false, 20, 2.0, 4.0, VarManager::kRap);
19741974
hm->AddHistogram(histClass, "DY_phi", "", false, 180, constants::math::PI, 2 * constants::math::PI, VarManager::kPhi);
19751975
}

0 commit comments

Comments
 (0)