Skip to content

Fixed VeloAlgorithms to deal with changed in Gaudi!428

Sebastien Ponce requested to merge sponce_FixVeloAlgoMessaging into future

Several classes were calling msgLevel in their constructor which is not allowed anymore. On the other hand, this was only caching the msgLevel which is now useless as checking it has been made efficient.

Merge request reports