Fix projector for annulus surfaces
- Fix projector for annulus surfaces. The CKF can now finds hits in the strip discs.
- Add
Acts::SurfaceBounds::BoundsType
toATLASSourceLink
so we can select the projector based on the surface geometry. - typedef
ATLASSourceLink::ElementsType
to greatly simplify the use of the contained type. - Move
UncalibratedMeasurementToSourceLink
conversion from alg to tool, so we only need oneATLASConverterTool
and can get rid of an extra copy. - Added some checks for duplicate ids in
ActsATLASConverterTool::initialize
.m_actsSurfaceMap
changed from using a reference to a pointer. I had thought that a reference in astd::map
was illegal (maybe just not assignable), but whether or not that's the case, a pointer is clearer.