Skip to content

Commit

Permalink
To add the histogram (#7880)
Browse files Browse the repository at this point in the history
  • Loading branch information
navneetkumar231295 authored Oct 4, 2024
1 parent 76aab14 commit 23111aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGLF/Tasks/QC/mcParticlePrediction.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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<TH2>(Form("%s/%s", h.c_str(), name),
auto hist = histos.add<TH2>(Form("%s%s", h.c_str(), name),
name,
kTH2D,
{axisMultiplicity, axisMultiplicity});
Expand Down

0 comments on commit 23111aa

Please sign in to comment.