LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
LCGenericObjectIOImpl.h
Go to the documentation of this file.
1 #ifndef LCGENERICOBJECTIOIMPL_H
2 #define LCGENERICOBJECTIOIMPL_H 1
3 
5 
6 namespace SIO{
7  class SIOLCGenericObjectHandler;
8 }
9 
10 
11 namespace IOIMPL {
12 
20 
22 
23  public:
25 
26  LCGenericObjectIOImpl(int nInt, int nFloat, int nDouble)
27  : LCGenericObjectImpl(nInt, nFloat, nDouble) {}
28 
29 
30  }; // class
31 } // namespace
32 #endif /* ifndef LCGENERICOBJECTIOIMPL_H */
Implementation of SIOObjectHandler to handle IO of LCGenericObjects.
Adding stuff needed for io (friend declarations, etc.)
LCGenericObjectIOImpl(int nInt, int nFloat, int nDouble)
Default LCIO implementation of the interface to store generic user data.
LCGenericObjectImpl()
Variable size c'tor.