We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a285051 commit 30013c9Copy full SHA for 30013c9
Common/TableProducer/PID/pidTPCBase.h
@@ -85,7 +85,7 @@ typedef struct Str_dEdx_correction {
85
fMatrix.SetMatrixArray(elements);
86
}
87
88
- float fReal_fTPCSignalN(std::vector<float>& vec1, std::vector<float>& vec2)
+ float fReal_fTPCSignalN(std::vector<float> vec1, std::vector<float> vec2)
89
{
90
float result = 0.f;
91
// push 1.
0 commit comments