Skip to content

Commit 23111aa

Browse files
To add the histogram (#7880)
1 parent 76aab14 commit 23111aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/Tasks/QC/mcParticlePrediction.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ struct mcParticlePrediction {
263263
hestimators[i]->GetXaxis()->SetTitle(Form("Multiplicity %s", name));
264264

265265
auto make2DH = [&](const std::string& h, const char* ytitle) {
266-
auto hist = histos.add<TH2>(Form("%s/%s", h.c_str(), name),
266+
auto hist = histos.add<TH2>(Form("%s%s", h.c_str(), name),
267267
name,
268268
kTH2D,
269269
{axisMultiplicity, axisMultiplicity});

0 commit comments

Comments
 (0)