We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b074426 commit 2bb7bc9Copy full SHA for 2bb7bc9
Detectors/Upgrades/ALICE3/TRK/simulation/src/VDLayer.cxx
@@ -28,7 +28,7 @@ namespace o2
28
namespace trk
29
{
30
31
- // Helper function for floating point comparison
+// Helper function for floating point comparison
32
inline bool isFullCircle(double phiSpanDeg, double epsilon = 0.005)
33
34
return (std::fabs(phiSpanDeg - 360.0) < epsilon);
0 commit comments