Skip to content

Use ROOT Sink sysStop instead of stop

Marco Clemencic requested to merge prevent-double-stop-of-rootsink into master

This is to prevent that the stop method is invoked twice (once by UpdateAndReset::stop and one by ServiceManager::stop).

While a double call of stop is not a big deal in Gaudi v36, it causes an exception in Gaudi v37 (with the new implementaion of BaseSink).

/cc @sponce @rmatev

Merge request reports