Skip to content

Implement IAlgExecStateSvc::{algExecState,addAlg}(IAlgorithm*) in terms of…

Gerhard Raven requested to merge graven/Gaudi:prune-ialgexexstatesvc into master

Implement IAlgExecStateSvc::{algExecState,addAlg}(IAlgorithm*) in terms of the versions taking a StringKey

  • this reduces the implementation burden, as there is no other way to implement this
  • this eliminates an unneccessary virtual function call when calling these methods

Merge request reports