Skip to content

Commit f1f2ba5

Browse files
authored
[PWGDQ] Mass range changed in dimuon-rap (#10176)
1 parent 55ad447 commit f1f2ba5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGDQ/Core/HistogramsLibrary.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1138,9 +1138,9 @@ void o2::aod::dqhistograms::DefineHistograms(HistogramManager* hm, const char* h
11381138
}
11391139
if (subGroupStr.Contains("dimuon-rap")) {
11401140
int vars[4] = {VarManager::kMass, VarManager::kPt, VarManager::kCentFT0C, VarManager::kRap};
1141-
int binspT[4] = {150, 200, 10, 6};
1141+
int binspT[4] = {300, 200, 10, 6};
11421142
double xminpT[4] = {2., 0., 0, 2.5};
1143-
double xmaxpT[4] = {5., 20., 100, 4.0};
1143+
double xmaxpT[4] = {8., 20., 100, 4.0};
11441144
hm->AddHistogram(histClass, "Mass_Pt_Cent_Rap", "", 4, vars, binspT, xminpT, xmaxpT, 0, -1, kFALSE);
11451145
}
11461146
if (subGroupStr.Contains("dimuon-polarization-he-pbpb")) {

0 commit comments

Comments
 (0)