Skip to content

Commit a1bbf95

Browse files
shahor02alcaliva
authored andcommitted
Fix in TOF-TPC matching for tracks seeing multiple sectors.
When TPC track candidate which should be checked in 2 sectors, replicate also its mVZtpcOnly entries. (cherry picked from commit 2d5edce)
1 parent c8f257f commit a1bbf95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Detectors/GlobalTracking/src/MatchTOF.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@ bool MatchTOF::prepareTPCData()
449449
mTracksLblWork[sector][trkType::UNCONS].emplace_back(mTracksLblWork[sec][trkType::UNCONS][it]);
450450
}
451451
mLTinfos[sector][trkType::UNCONS].emplace_back(mLTinfos[sec][trkType::UNCONS][it]);
452+
mVZtpcOnly[sector].push_back(mVZtpcOnly[sec][it]);
452453
mTracksSectIndexCache[trkType::UNCONS][sector].push_back(itnew);
453454
}
454455
}

0 commit comments

Comments
 (0)