We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb945f commit 386cc58Copy full SHA for 386cc58
1 file changed
PWGHF/Macros/computeFonllPlusPythiaPredictions.C
@@ -87,7 +87,7 @@ void computeFonllPlusPythiaPredictions(int nDecays = 10000000,
87
std::string inFileFonllPromptDstarPlus = "fonll_prompt_dstar_5dot5teV_y05.txt",
88
std::string outFileName = "fonll_pythia_beautyFFee_charmhadrons_5dot5tev_y0dot5.root");
89
std::vector<std::string> splitString(const std::string& str, char delimiter);
90
-std::array<TH1D*, 3> readFonll(std::string inFile, std::string histName = "hFonllBhadron");
+std::array<TH1D*, 3> readFonll(const std::string& inFile, const std::string& histName = "hFonllBhadron");
91
92
// FUNCTION IMPLEMENTATIONS
93
//__________________________________________________________________________________________________
0 commit comments