Skip to content

Commit ac2565a

Browse files
author
miranov25
committed
AliceO2Group#13173 - fixing DCA
1 parent 5b5abc2 commit ac2565a

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)