Skip to content

AlgExecStateSvc: Remove a fatal message and minor cleanups

Frank Winklmeier requested to merge fwinkl/Gaudi:algexecstatesvc into master

Remove the fatal message in checkInit. It already throws an exception and this way we can leave it up to the caller to print an appropriate message.

Some other changes:

  • std::map -> std::unordered_map
  • Add a few const
  • Use ConcurrencyFlags to retrieve the number of slots instead of trying to find the IHiveWhiteBoard.

cc @rbielski

Edited by Frank Winklmeier

Merge request reports