Skip to content

TrkPatternParameters+TrkEventTPCnv: Fix gcc11 warnings.

Avoid warnings about copying uninitialized Eigen objects to std::optional by using emplace instead of assignment.

Merge request reports