1 #ifndef LCGenericObjectStreamer_h
2 #define LCGenericObjectStreamer_h
5 #include "VCollectionStreamer.hh"
9 #include "EVENT/LCCollection.h"
31 virtual void storeToDB(std::string &s)
const ;
48 #endif // LCGenericObjectStreamer_h
virtual void retrieveFromDB(const std::string &s)
Reads collection from stream ( string) using XDR.
Definition: LCGenericObjectStreamer.cc:142
virtual void storeToDB(std::string &s) const
Writes collection to stream ( string) using XDR.
Definition: LCGenericObjectStreamer.cc:30
virtual LCGenericObjectStreamer * create()
Covariant factory method.
Definition: LCGenericObjectStreamer.cc:231
Base class for LCCollection streamer classes.
Definition: LCGenericObjectStreamer.hh:21
Base class for LCCollection streamer classes.
Definition: VCollectionStreamer.hh:24