We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8792db9 + 948c0ea commit 4cb21e8Copy full SHA for 4cb21e8
1 file changed
PWGHF/Macros/computeFonllPlusPythiaPredictions.C
@@ -316,7 +316,7 @@ void computeFonllPlusPythiaPredictions(int nDecays, int seed, std::string inFile
316
317
std::array<float, 3> normCrossSec{};
318
for (auto iFonll{0}; iFonll < 3; ++iFonll) {
319
- normCrossSec[iFonll] = hFonllBhad[iFonll]->Integral(1, hFonllBhad[iFonll]->GetNbinsX()+1, "width");
+ normCrossSec[iFonll] = hFonllBhad[iFonll]->Integral(1, hFonllBhad[iFonll]->GetNbinsX() + 1, "width");
320
for (auto iChad{0}; iChad < NCharmHadrons; ++iChad) {
321
hFonllPythiaNonPromptChad[charmHadPdgs[iChad]][NBeautyHadrons][iFonll] = reinterpret_cast<TH1D*>(hFonllPythiaNonPromptChad[charmHadPdgs[iChad]][0][iFonll]->Clone(Form("hFonllNonPrompt%s%s", charmHadNames[iChad].data(), namesFonll[iFonll].data())));
322
hFonllPythiaNonPromptChad[charmHadPdgs[iChad]][NBeautyHadrons][iFonll]->Reset();
0 commit comments