Skip to content

Commit

Permalink
Transfer TPC PID to both inner and outer ITSTPS params
Browse files Browse the repository at this point in the history
  • Loading branch information
shahor02 committed Dec 1, 2023
1 parent 1b18b37 commit a71cc60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Detectors/GlobalTracking/src/MatchTPCITS.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1332,6 +1332,8 @@ bool MatchTPCITS::refitTrackTPCITS(int iTPC, int& iITS, pmr::vector<o2::dataform
const auto& itsTrOrig = mITSTracksArray[tITS.sourceID];
auto& trfit = matchedTracks.emplace_back(tTPC, tITS); // create a copy of TPC track at xRef
trfit.getParamOut().setUserField(0); // reset eventual clones flag
trfit.setPID(tTPC.getPID());
trfit.getParamOut().setPID(tTPC.getPID());
// in continuos mode the Z of TPC track is meaningless, unless it is CE crossing
// track (currently absent, TODO)
if (!mCompareTracksDZ) {
Expand Down

0 comments on commit a71cc60

Please sign in to comment.