Remove un-needed const returns from builders/creators. Rm unneeded const methods TrackingGeometry.h. Preparation to remove const_cast
Builders/creators do not need to return what they just created as const. Rm unneeded const methods TrackingGeometry.h.
In preparation of trying to redice "unneeded" const_cast