#include <StreamerMgr.hh>
Public Member Functions | |
VCollectionStreamer * | getStreamer (const std::string &type) |
Factory method that returns a new streamer object for the given LCIO type, e.g. | |
void | registerStreamer (VCollectionStreamer *streamer, const std::string &type) |
Register a streamer with the given type name. | |
Static Public Member Functions | |
StreamerMgr * | instance () |
The instance of this manager class. |
|
Factory method that returns a new streamer object for the given LCIO type, e.g.
LCIO::LCGenericObject. |
|
Register a streamer with the given type name. Overwrites existing streamers for that type. |