LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SIOLCParameters.h
Go to the documentation of this file.
1 #ifndef SIO_SIOLCPARAMETERS_H
2 #define SIO_SIOLCPARAMETERS_H 1
3 
5 
6 #include <sio/definitions.h>
7 
8 namespace SIO {
9 
10 
17  public:
20  static void read( sio::read_device &device, EVENT::LCParameters& params, sio::version_type vers ) ;
21 
24  static void write( sio::write_device &device, const EVENT::LCParameters& params ) ;
25  }; // class
26 } // namespace
27 
28 #endif /* ifndef SIO_SIOLCPARAMETERS_H */
static void write(sio::write_device &device, const EVENT::LCParameters &params)
Writes lcio objects to an SIO stream.
IO of LCParameters.
Simple interface to store generic named parameters of type int, float and string. ...
Definition: LCParameters.h:28
static void read(sio::read_device &device, EVENT::LCParameters &params, sio::version_type vers)
Reads objects from an SIO stream.