Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PWGLF/Tasks/Strangeness/strangenessInJets.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ struct StrangenessInJets {
}

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