~AlgContext()
destructor Internally invokes IAlgContextSvc::unSetCurrentAlg
virtual StatusCode setCurrentAlg(IAlgorithm *a)=0
set the currently executing algorithm ("push_back")
SmartIF< IAlgContextSvc > m_svc
An abstract interface for Algorithm Context Service.
virtual StatusCode unSetCurrentAlg(IAlgorithm *a)=0
remove the algorithm ("pop_back")
SmartIF< IAlgorithm > m_alg