Skip to content

Commit faf58fb

Browse files
authored
[PWGLF] Strg in jets: Update multiplicity binning for analysis
1 parent f7cd81c commit faf58fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Strangeness/strangenessInJets.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ struct StrangenessInJets {
195195
}
196196

197197
// Define binning and axis specifications for multiplicity, eta, pT, PID, and invariant mass histograms
198-
std::vector<double> multBinning = {0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100};
198+
std::vector<double> multBinning = {0, 1, 5, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100};
199199
AxisSpec multAxis = {multBinning, "FT0C percentile"};
200200
const AxisSpec ptAxis{100, 0.0, 10.0, "#it{p}_{T} (GeV/#it{c})"};
201201
const AxisSpec invMassK0sAxis{200, 0.44, 0.56, "m_{#pi#pi} (GeV/#it{c}^{2})"};

0 commit comments

Comments
 (0)