EFTrackingEmulation: code cleanup
Use std::unique_ptr
instead of void*
for FakeTrackSmearer
. Not at all clear why this code was written in such a complicated manner.
Use std::unique_ptr
instead of void*
for FakeTrackSmearer
. Not at all clear why this code was written in such a complicated manner.