The source project of this merge request has been removed.
Filter algorithms outside begin/end event in AlgContextSvc
Compare changes
Files
2+ 64
− 12
@@ -10,12 +10,15 @@
@@ -37,6 +40,16 @@ StatusCode AlgContextSvc::initialize ()
@@ -55,6 +68,25 @@ StatusCode AlgContextSvc::initialize ()
@@ -84,12 +116,17 @@ StatusCode AlgContextSvc::setCurrentAlg ( IAlgorithm* a )
@@ -104,18 +141,23 @@ StatusCode AlgContextSvc::unSetCurrentAlg ( IAlgorithm* a )
@@ -130,10 +172,20 @@ IAlgorithm* AlgContextSvc::currentAlg () const