Skip to content

Commit

Permalink
AliceO2Group#13173 - fixing DCA
Browse files Browse the repository at this point in the history
  • Loading branch information
miranov25 committed May 29, 2024
1 parent 5b5abc2 commit ac2565a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Detectors/TPC/workflow/src/TPCTimeSeriesSpec.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit ac2565a

Please sign in to comment.