ActsTrackFinding: simplify filling of helper objects
Compare changes
Files
2- Tim Adye authored
@@ -303,7 +303,10 @@ 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()
.