GitLab service scheduled maintenance on Friday, March 21st 2025 as of 08h00 Geneva time for an estimated period of 1 hour. Further information under OTG0154918.
Separates out measurementContainerOffsets()
and measurementOffsets()
from ActsTrk::detail::TrackFindingMeasurements
into a new class ActsTrk::detail::SharedHitCounter
.
addMeasurements()
computeSharedHits()
to record shared hits in a newly created track. This is used by TrackFindingAlg
and TrackExtensionAlg
to add shared hit flags to their output tracks.measurementIndex(hit)
, which is a unique hit index that is printed by TrackStatePrinter
.