Skip to content

Commit

Permalink
#13173 - fixing DCA for combined tracking + adding nshared clusters (#…
Browse files Browse the repository at this point in the history
…13176)

* #13173 - fixing DCA

* #13173 - using clang-format

---------

Co-authored-by: miranov25 <[email protected]>
(cherry picked from commit 877eba6)
  • Loading branch information
miranov25 authored and Benedikt Volkel committed Jun 6, 2024
1 parent b64ca47 commit 76880b8
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 76880b8

Please sign in to comment.