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 chiarazampolli committed Jun 7, 2024
1 parent 4370d56 commit 82bfcec
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 @@ -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()
Expand Down

0 comments on commit 82bfcec

Please sign in to comment.