14 #define PERSISTENCYSVC_OUTPUTSTREAMAGENT_CPP 
   17 #include "GaudiKernel/IDataManagerSvc.h" 
   23 : m_OutputStream(OutputStream)  
 
A small to stream Data I/O. 
virtual bool collect(IRegistry *dir, int level)
Store agent's classback. 
bool analyse(IRegistry *dir, int level) override
Analysis callback. 
The IRegistry represents the entry door to the environment any data object residing in a transient da...
OutputStreamAgent(OutputStream *OutputStream)
Standard Constructor. 
OutputStream * m_OutputStream
Reference to data writer.