Skip to content

Commit 42f18b8

Browse files
committed
GPU: Temporarily disable with without projections since it gives worse results
1 parent b653bd4 commit 42f18b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GPU/GPUTracking/Merger/GPUTPCGMTrackParam.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ GPUd() bool GPUTPCGMTrackParam::Fit(GPUTPCGMMerger* GPUrestrict() merger, int32_
9595

9696
ResetCovariance();
9797
prop.SetSeedingErrors(!(refit && attempt == 0));
98-
prop.SetFitInProjections(param.rec.fitInProjections == -1 ? (iWay == 0) : param.rec.fitInProjections);
98+
prop.SetFitInProjections(true); // param.rec.fitInProjections == -1 ? (iWay == 0) : param.rec.fitInProjections); // TODO: Reenable once fixed
9999
prop.SetPropagateBzOnly(iWay < param.rec.fitPropagateBzOnly);
100100
prop.SetMatLUT((param.rec.useMatLUT && iWay == nWays - 1) ? merger->GetConstantMem()->calibObjects.matLUT : nullptr);
101101
prop.SetTrack(this, iWay ? prop.GetAlpha() : Alpha);

0 commit comments

Comments
 (0)