ActsTrackFinding: simplify filling of helper objects
Compare changes
Files
5@@ -19,6 +19,7 @@ namespace {
@@ -98,11 +99,8 @@ namespace ActsTrk
TrackingSurfaceHelper
vector can now be filled element-by-element. This simplifies (and maybe slightly speeds up) its use in CoreStripSpacePointFormationTool
, ProtoTrackCreationAndFitAlg
, and TrackFindingAlg
.TrackFindingMeasurements::addDetectorElements()
call doesn't need the whole clusterContainer
, just the measurement type.gatherGeoIds()
, moving functionality into TrackFindingMeasurements::addDetectorElements
MeasurementRangeList
APICkfBranchStopper
. This was only used by TrackStatePrinter
.TrackFindingMeasurements
: m_measurementOffset
→ m_measurementOffsets
, measurementOffsets()
→ measurementContainerOffsets()
, and measurementOffsetVector()
→ measurementOffsets()
.