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 b76f2af commit 85fcc3aCopy full SHA for 85fcc3a
Detectors/ITSMFT/ITS/tracking/src/TimeFrame.cxx
@@ -35,13 +35,13 @@ struct ClusterHelper {
35
int ind;
36
};
37
38
-float MSangle(float mass, float p, float xX0)
+inline float MSangle(float mass, float p, float xX0)
39
{
40
float beta = p / o2::gpu::CAMath::Hypot(mass, p);
41
return 0.0136f * o2::gpu::CAMath::Sqrt(xX0) * (1.f + 0.038f * o2::gpu::CAMath::Log(xX0)) / (beta * p);
42
}
43
44
-float Sq(float v)
+inline float Sq(float v)
45
46
return v * v;
47
0 commit comments