Class Store


class Store


Field Summary
 private std::stringm_outputLocation
           
 private MsgStream &m_stream
           

Constructor Summary
Store(MsgStream & log, std::string location)
           

Method Summary
 StatusCodestore(< T > particles)
           

Field Detail

m_outputLocation

private std::string m_outputLocation

m_stream

private MsgStream & m_stream
Constructor Detail

Store

public Store(MsgStream & log, std::string location)
Method Detail

store

public StatusCode store(< T > particles)