Skip to content

Commit 386cc58

Browse files
authored
[PWGHF] Fix compilation of computeFonllPlusPythiaPredictions macro (#14921)
1 parent 8cb945f commit 386cc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/Macros/computeFonllPlusPythiaPredictions.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ void computeFonllPlusPythiaPredictions(int nDecays = 10000000,
8787
std::string inFileFonllPromptDstarPlus = "fonll_prompt_dstar_5dot5teV_y05.txt",
8888
std::string outFileName = "fonll_pythia_beautyFFee_charmhadrons_5dot5tev_y0dot5.root");
8989
std::vector<std::string> splitString(const std::string& str, char delimiter);
90-
std::array<TH1D*, 3> readFonll(std::string inFile, std::string histName = "hFonllBhadron");
90+
std::array<TH1D*, 3> readFonll(const std::string& inFile, const std::string& histName = "hFonllBhadron");
9191

9292
// FUNCTION IMPLEMENTATIONS
9393
//__________________________________________________________________________________________________

0 commit comments

Comments
 (0)