File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
DataFormats/Reconstruction/src Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -228,8 +228,8 @@ GPUd() bool TrackParametrizationWithError<value_T>::propagateToDCA(const o2::dat
228228 value_t d = gpu::CAMath::Abs (x * snp - y * csp);
229229 if (d > maxD) {
230230 if (dca) { // provide default DCA for failed propag
231- dca->set (o2::track::DefaultDCA, o2::track::DefaultDCA,
232- o2::track::DefaultDCACov, o2::track::DefaultDCACov, o2::track::DefaultDCACov);
231+ dca->set (o2::track::DefaultDCA, o2::track::DefaultDCA,
232+ o2::track::DefaultDCACov, o2::track::DefaultDCACov, o2::track::DefaultDCACov);
233233 }
234234 return false ;
235235 }
@@ -250,8 +250,8 @@ GPUd() bool TrackParametrizationWithError<value_T>::propagateToDCA(const o2::dat
250250 LOG (debug) << " failed to propagate to alpha=" << alp << " X=" << xv << vtx << " | Track is: " << tmpT.asString ();
251251#endif
252252 if (dca) { // provide default DCA for failed propag
253- dca->set (o2::track::DefaultDCA, o2::track::DefaultDCA,
254- o2::track::DefaultDCACov, o2::track::DefaultDCACov, o2::track::DefaultDCACov);
253+ dca->set (o2::track::DefaultDCA, o2::track::DefaultDCA,
254+ o2::track::DefaultDCACov, o2::track::DefaultDCACov, o2::track::DefaultDCACov);
255255 }
256256 return false ;
257257 }
You can’t perform that action at this time.
0 commit comments