From 82bfcecf5849b5000103011f1dc5cb1a5752cd0a Mon Sep 17 00:00:00 2001 From: Marian Ivanov Date: Wed, 29 May 2024 21:40:45 +0200 Subject: [PATCH] #13173 - fixing DCA for combined tracking + adding nshared clusters (#13176) * #13173 - fixing DCA * #13173 - using clang-format --------- Co-authored-by: miranov25 (cherry picked from commit 877eba6e317acc2675671c22fdd97126494ecd59) --- Detectors/TPC/workflow/src/TPCTimeSeriesSpec.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Detectors/TPC/workflow/src/TPCTimeSeriesSpec.cxx b/Detectors/TPC/workflow/src/TPCTimeSeriesSpec.cxx index 00204afa1ea2e..c6b7fac07ab24 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 @@ -1331,6 +1332,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()