ActsTrackFinding: simplify filling of helper objects
-
TrackingSurfaceHelper
vector can now be filled element-by-element. This simplifies (and maybe slightly speeds up) its use inCoreStripSpacePointFormationTool
,ProtoTrackCreationAndFitAlg
, andTrackFindingAlg
. -
TrackFindingMeasurements::addDetectorElements()
call doesn't need the wholeclusterContainer
, just the measurement type. - Remove
gatherGeoIds()
, moving functionality intoTrackFindingMeasurements::addDetectorElements
- Improve
MeasurementRangeList
API - Avoid taking reference to temporary object when constructing
CkfBranchStopper
. This was only used byTrackStatePrinter
. - Rationalise some names in
TrackFindingMeasurements
:m_measurementOffset
→m_measurementOffsets
,measurementOffsets()
→measurementContainerOffsets()
, andmeasurementOffsetVector()
→measurementOffsets()
.