Skip to content

Commit f5f2e14

Browse files
committed
Fix compiler warning
1 parent 6ac7a7a commit f5f2e14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GPU/GPUTracking/TRDTracking/GPUTRDTracker.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ GPUd() void GPUTRDTracker_t<TRDTRK, PROP>::RecalcTrkltCovDy(const float tilt, co
10561056
{
10571057
float t2 = tilt * tilt; // tan^2 (tilt)
10581058
float c2 = 1.f / (1.f + t2); // cos^2 (tilt)
1059-
float sy2 = mRecoParam->getRPhiRes(snp, CAMath::Abs(pull), occupancy);
1059+
// float sy2 = mRecoParam->getRPhiRes(snp, CAMath::Abs(pull), occupancy);
10601060
float sdy2 = mRecoParam->getDyRes(snp, occupancy);
10611061
cov[3] = mRecoParam->getCorrYDy() * CAMath::Sqrt(sdy2 * c2);
10621062
cov[4] = -tilt * mRecoParam->getCorrYDy() * CAMath::Sqrt(sdy2 * c2);

0 commit comments

Comments
 (0)