diff --git a/Detectors/TPC/workflow/src/TPCTimeSeriesSpec.cxx b/Detectors/TPC/workflow/src/TPCTimeSeriesSpec.cxx index 4ab34762fd645..ac72266692274 100644 --- a/Detectors/TPC/workflow/src/TPCTimeSeriesSpec.cxx +++ b/Detectors/TPC/workflow/src/TPCTimeSeriesSpec.cxx @@ -1199,6 +1199,7 @@ class TPCTimeSeries : public Task if (contributeToVertex) { if (propagator->propagateToDCA(vertex.getXYZ(), trackITSTPCTmp, propagator->getNominalBz(), mFineStep, mMatType, &dcaITSTPCTmp)) { phiITSTPCAtVertex = trackITSTPCTmp.getPhi(); + dcaITSTPC = dcaITSTPCTmp; } // propagate TPC track to vertex @@ -1373,6 +1374,7 @@ class TPCTimeSeries : public Task << "tpc_timebin=" << trkOrig.getTime0() << "qpt=" << trkOrig.getParam(4) << "ncl=" << trkOrig.getNClusters() + << "ncl_shared=" << trkOrig.getNClusters() << "tgl=" << trkOrig.getTgl() << "side_type=" << typeSide << "phi=" << trkOrig.getPhi()