Skip to content

Commit 180f176

Browse files
committed
computeFonllPlusPythiaPredictions.C: passedByValue
1 parent 5b4fa10 commit 180f176

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
@@ -109,7 +109,7 @@ std::vector<std::string> splitString(const std::string& str, char delimiter)
109109
}
110110

111111
//__________________________________________________________________________________________________
112-
std::array<TH1D*, 3> readFonll(std::string inFile, std::string histName)
112+
std::array<TH1D*, 3> readFonll(const std::string& inFile, const std::string& histName)
113113
{
114114

115115
std::array<TH1D*, 3> hFonll{nullptr, nullptr, nullptr};

0 commit comments

Comments
 (0)