Resolve "Free parameter input/output for stepper" - part 1.5
requested to merge 635-free-parameter-input-output-for-stepper-part1.5 into 635-free-parameter-input-output-for-stepper
This MR flattens the inheritance chain of the parametrisation of single particles. The ParametersBase
and the TrackParametersBase
classes are removed which reduces the depth of inheritance and the removal of a vtable for the free parameters. After this MR the SingleTrackParameters
remains as the only base class which produces a vtable.
Considers #635 (closed)
Edited by Fabian Klimpel