1 #ifndef SIO_SIOLCPARAMETERS_H
2 #define SIO_SIOLCPARAMETERS_H 1
4 #include "IMPL/LCParametersImpl.h"
22 static unsigned int read(SIO_stream* stream,
28 static unsigned int write(SIO_stream* stream,
29 const LCParameters& params) ;
static unsigned int read(SIO_stream *stream, LCParameters ¶ms, unsigned int vers)
Reads objects from an SIO stream.
Definition: SIOLCParameters.cc:13
Implementation of Simple interface to store generic named parameters of type int, float and string...
Definition: LCParametersImpl.h:35
IO of LCParameters.
Definition: SIOLCParameters.h:16
static unsigned int write(SIO_stream *stream, const LCParameters ¶ms)
Writes lcio objects to an SIO stream.
Definition: SIOLCParameters.cc:88