StatusCode initialize() override
standard initialization, 
 
Description: Register/Unregister the AlgContext of each algorithm before entering the algorithm and a...
 
void afterFinalize(INamedInterface *a) override
 
AlgContextAuditor()=delete
delete the default/copy constructor and assignment 
 
SmartIF< IAlgContextSvc > m_svc
the pointer to Algorithm Context Service 
 
void beforeInitialize(INamedInterface *a) override
 
void afterInitialize(INamedInterface *a) override
 
AlgContextAuditor & operator=(const AlgContextAuditor &)=delete
 
StatusCode finalize() override
standard finalization, 
 
void beforeFinalize(INamedInterface *a) override
 
void afterExecute(INamedInterface *a, const StatusCode &s) override
 
An abstract interface for Algorithm Context Service. 
 
void beforeExecute(INamedInterface *a) override