Skip to content

Commit 56c0ad8

Browse files
committed
Remove leftover
1 parent c115066 commit 56c0ad8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Detectors/ITSMFT/ITS/tracking/include/ITStracking/TrackerTraits.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ inline const int4 TrackerTraits::getBinsRect(const int layerIndex, float phi, fl
144144
float z1, float z2, float maxdeltaz)
145145
{
146146
const float zRangeMin = o2::gpu::GPUCommonMath::Min(z1, z2) - maxdeltaz;
147-
const float phiRangeMin = o2::gpu::GPUCommonMath::Max(-constants::math::TwoPi, phi - maxdeltaphi);
147+
const float phiRangeMin = phi - maxdeltaphi;
148148
const float zRangeMax = o2::gpu::GPUCommonMath::Max(z1, z2) + maxdeltaz;
149-
const float phiRangeMax = o2::gpu::GPUCommonMath::Min(phi + maxdeltaphi, 2 * constants::math::TwoPi);
149+
const float phiRangeMax = phi + maxdeltaphi;
150150

151151
if (zRangeMax < -mTrkParams[0].LayerZ[layerIndex + 1] ||
152152
zRangeMin > mTrkParams[0].LayerZ[layerIndex + 1] || zRangeMin > zRangeMax) {

0 commit comments

Comments
 (0)