Skip to content

Commit 4cb21e8

Browse files
authored
Merge pull request #152 from alibuild/alibot-cleanup-16628
Please consider the following formatting changes to #16628
2 parents 8792db9 + 948c0ea commit 4cb21e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGHF/Macros/computeFonllPlusPythiaPredictions.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ void computeFonllPlusPythiaPredictions(int nDecays, int seed, std::string inFile
316316

317317
std::array<float, 3> normCrossSec{};
318318
for (auto iFonll{0}; iFonll < 3; ++iFonll) {
319-
normCrossSec[iFonll] = hFonllBhad[iFonll]->Integral(1, hFonllBhad[iFonll]->GetNbinsX()+1, "width");
319+
normCrossSec[iFonll] = hFonllBhad[iFonll]->Integral(1, hFonllBhad[iFonll]->GetNbinsX() + 1, "width");
320320
for (auto iChad{0}; iChad < NCharmHadrons; ++iChad) {
321321
hFonllPythiaNonPromptChad[charmHadPdgs[iChad]][NBeautyHadrons][iFonll] = reinterpret_cast<TH1D*>(hFonllPythiaNonPromptChad[charmHadPdgs[iChad]][0][iFonll]->Clone(Form("hFonllNonPrompt%s%s", charmHadNames[iChad].data(), namesFonll[iFonll].data())));
322322
hFonllPythiaNonPromptChad[charmHadPdgs[iChad]][NBeautyHadrons][iFonll]->Reset();

0 commit comments

Comments
 (0)