Skip to content

Commit 5bee8a8

Browse files
committed
loss3
1 parent 1a56ade commit 5bee8a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GPU/GPUTracking/Merger/GPUTPCGMTrackParam.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,10 +329,10 @@ GPUdii() int32_t GPUTPCGMTrackParam::FitHit(GPUTPCGMMerger& GPUrestrict() merger
329329
bool rejectChi2 = false;
330330
if (param.rec.tpc.mergerInterpolateErrors) {
331331
if (iWay == nWays - 2) {
332-
{
332+
if (!param.rec.tpc.rebuildTrackInFit) {
333333
if (inter.errorY < (GPUCA_PAR_MERGER_INTERPOLATION_ERROR_TYPE_A)0) {
334334
rejectChi2 = true;
335-
} else if (!param.rec.tpc.rebuildTrackInFit) {
335+
} else {
336336
retValInt = prop.InterpolateReject(param, yy, zz, clusterState, &inter, err2Y, err2Z, deltaZ);
337337
}
338338
}

0 commit comments

Comments
 (0)