Skip to content

Commit

Permalink
AliceO2Group#13173 - using clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
miranov25 committed May 29, 2024
1 parent ac2565a commit 8d0e51a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Detectors/TPC/workflow/src/TPCTimeSeriesSpec.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@ class TPCTimeSeries : public Task
if (contributeToVertex) {
if (propagator->propagateToDCA(vertex.getXYZ(), trackITSTPCTmp, propagator->getNominalBz(), mFineStep, mMatType, &dcaITSTPCTmp)) {
phiITSTPCAtVertex = trackITSTPCTmp.getPhi();
dcaITSTPC=dcaITSTPCTmp;
dcaITSTPC = dcaITSTPCTmp;
}

// propagate TPC track to vertex
Expand Down Expand Up @@ -1374,7 +1374,7 @@ class TPCTimeSeries : public Task
<< "tpc_timebin=" << trkOrig.getTime0()
<< "qpt=" << trkOrig.getParam(4)
<< "ncl=" << trkOrig.getNClusters()
<< "ncl_shared="<<trkOrig.getNClusters()
<< "ncl_shared=" << trkOrig.getNClusters()
<< "tgl=" << trkOrig.getTgl()
<< "side_type=" << typeSide
<< "phi=" << trkOrig.getPhi()
Expand Down

0 comments on commit 8d0e51a

Please sign in to comment.