Skip to content

Commit 877eba6

Browse files
miranov25miranov25
and
miranov25
authored
#13173 - fixing DCA for combined tracking + adding nshared clusters (#13176)
* #13173 - fixing DCA * #13173 - using clang-format --------- Co-authored-by: miranov25 <[email protected]>
1 parent 591181a commit 877eba6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Detectors/TPC/workflow/src/TPCTimeSeriesSpec.cxx

+2
Original file line numberDiff line numberDiff line change
@@ -1199,6 +1199,7 @@ class TPCTimeSeries : public Task
11991199
if (contributeToVertex) {
12001200
if (propagator->propagateToDCA(vertex.getXYZ(), trackITSTPCTmp, propagator->getNominalBz(), mFineStep, mMatType, &dcaITSTPCTmp)) {
12011201
phiITSTPCAtVertex = trackITSTPCTmp.getPhi();
1202+
dcaITSTPC = dcaITSTPCTmp;
12021203
}
12031204

12041205
// propagate TPC track to vertex
@@ -1373,6 +1374,7 @@ class TPCTimeSeries : public Task
13731374
<< "tpc_timebin=" << trkOrig.getTime0()
13741375
<< "qpt=" << trkOrig.getParam(4)
13751376
<< "ncl=" << trkOrig.getNClusters()
1377+
<< "ncl_shared=" << trkOrig.getNClusters()
13761378
<< "tgl=" << trkOrig.getTgl()
13771379
<< "side_type=" << typeSide
13781380
<< "phi=" << trkOrig.getPhi()

0 commit comments

Comments
 (0)