Skip to content

Track: Add missing class members to copy constructor

Jens Kroeger requested to merge jekroege/corryvreckan:fix_copytrack into v1.0-stable

As discovered while testing !222 (merged), the chi2ndof was not saved to file when using the [FileWriter] and thus could not be retrieved by the [FileReader].

This MR adds the missing track member classes to the copy constructor which solves this problem.

Edited by Simon Spannagel

Merge request reports