We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b653bd4 commit 42f18b8Copy full SHA for 42f18b8
1 file changed
GPU/GPUTracking/Merger/GPUTPCGMTrackParam.cxx
@@ -95,7 +95,7 @@ GPUd() bool GPUTPCGMTrackParam::Fit(GPUTPCGMMerger* GPUrestrict() merger, int32_
95
96
ResetCovariance();
97
prop.SetSeedingErrors(!(refit && attempt == 0));
98
- prop.SetFitInProjections(param.rec.fitInProjections == -1 ? (iWay == 0) : param.rec.fitInProjections);
+ prop.SetFitInProjections(true); // param.rec.fitInProjections == -1 ? (iWay == 0) : param.rec.fitInProjections); // TODO: Reenable once fixed
99
prop.SetPropagateBzOnly(iWay < param.rec.fitPropagateBzOnly);
100
prop.SetMatLUT((param.rec.useMatLUT && iWay == nWays - 1) ? merger->GetConstantMem()->calibObjects.matLUT : nullptr);
101
prop.SetTrack(this, iWay ? prop.GetAlpha() : Alpha);
0 commit comments