diff --git a/PWGLF/Tasks/QC/mcParticlePrediction.cxx b/PWGLF/Tasks/QC/mcParticlePrediction.cxx index 47802bd5f2b..1b7ef5abce6 100644 --- a/PWGLF/Tasks/QC/mcParticlePrediction.cxx +++ b/PWGLF/Tasks/QC/mcParticlePrediction.cxx @@ -263,7 +263,7 @@ struct mcParticlePrediction { hestimators[i]->GetXaxis()->SetTitle(Form("Multiplicity %s", name)); auto make2DH = [&](const std::string& h, const char* ytitle) { - auto hist = histos.add(Form("%s/%s", h.c_str(), name), + auto hist = histos.add(Form("%s%s", h.c_str(), name), name, kTH2D, {axisMultiplicity, axisMultiplicity});