Skip to content
Snippets Groups Projects

Make Input StreamingTool configurable.

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -1141,6 +1141,7 @@ AthenaPoolCnvSvc::AthenaPoolCnvSvc(const std::string& name, ISvcLocator* pSvcLoc
::AthCnvSvc(name, pSvcLocator, POOL_StorageType),
m_outputStreamingTool(this)
{
declareProperty("InputStreamingTool", m_inputStreamingTool);
declareProperty("OutputStreamingTool", m_outputStreamingTool);
}
//______________________________________________________________________________
Loading