This class provides the interface for AthenaOutputTool classes used by AthenaOutputStream.  
 More...
#include <IAthenaOutputTool.h>
This class provides the interface for AthenaOutputTool classes used by AthenaOutputStream. 
Definition at line 20 of file IAthenaOutputTool.h.
◆ DeclareInterfaceID()
◆ postExecute()
  
  | 
        
          | virtual StatusCode IAthenaOutputTool::postExecute | ( |  | ) |  |  | pure virtual | 
 
Called at the end of execute. 
 
 
◆ postInitialize()
  
  | 
        
          | virtual StatusCode IAthenaOutputTool::postInitialize | ( |  | ) |  |  | pure virtual | 
 
Called at the end of initialize. 
 
 
◆ preExecute()
  
  | 
        
          | virtual StatusCode IAthenaOutputTool::preExecute | ( |  | ) |  |  | pure virtual | 
 
Called at the beginning of execute. 
 
 
◆ preFinalize()
  
  | 
        
          | virtual StatusCode IAthenaOutputTool::preFinalize | ( |  | ) |  |  | pure virtual | 
 
Called at the beginning of finalize. 
 
 
◆ preStream()
  
  | 
        
          | virtual StatusCode IAthenaOutputTool::preStream | ( |  | ) |  |  | pure virtual | 
 
Called before actually streaming objects. 
 
 
The documentation for this class was generated from the following file: