Remove MapIntegrator and TrackIntegrator classes
The class MapIntegrator
is the only derived class of TrackIntegrator
and both have the pure virtual function clone
. I don't see how they should be used if no class is derived that implements this function.