This class represents an entry point to all the event specific data.
AlgContext(IAlgorithm *alg, IAlgContextSvc *svc, const EventContext &context)
constructor from the service and the algorithm Internally invokes IAlgContextSvc::setCurrentAlg
const EventContext & m_context
SmartIF< IAlgorithm > m_alg
~AlgContext()
destructor Internally invokes IAlgContextSvc::unSetCurrentAlg
SmartIF< IAlgContextSvc > m_svc
An abstract interface for Algorithm Context Service.