Skip to content

Remove explicit Eigen usage from muon packages

Nicolas Koehler requested to merge nkoehler/athena:muEigen into master

Hi,

this MR removes the explicit includes of Eigen from muon packages where the Eigen functionality is used via e.g. GeoPrimitives indirectly. But no find_package(Eigen) is required for that.

Best, Nico

Merge request reports