LCIO  "2.7.4"
 All Classes Namespaces Functions Variables Typedefs Friends Pages
SIOLCParameters.h
1 #ifndef SIO_SIOLCPARAMETERS_H
2 #define SIO_SIOLCPARAMETERS_H 1
3 
4 #include "IMPL/LCParametersImpl.h"
5 
6 class SIO_stream ;
7 
8 namespace SIO {
9 
10 
17 
18  public:
19 
22  static unsigned int read(SIO_stream* stream,
23  LCParameters& params,
24  unsigned int vers) ;
25 
28  static unsigned int write(SIO_stream* stream,
29  const LCParameters& params) ;
30 
31  }; // class
32 } // namespace
33 
34 #endif /* ifndef SIO_SIOLCPARAMETERS_H */
static unsigned int read(SIO_stream *stream, LCParameters &params, 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 &params)
Writes lcio objects to an SIO stream.
Definition: SIOLCParameters.cc:88