Skip to content

TrkGlobalChi2Fitter: Optimize some functions, even in dbg builds.

The function GlobalChi2Fitter::calculateJac makes heavy use of Eigen and runs extremely slowly in dbg builds. Adjust to compile this function with optimization, even in dbg builds. For the MuonCombinedConfig unit test, this results in a 5% speedup in the dbg build.

Merge request reports