LCIO  "2.7.4"
 All Classes Namespaces Functions Variables Typedefs Friends Pages
VertexIOImpl.h
1 #ifndef SIO_VERTEXIOIMPL_H
2 #define SIO_VERTEXIOIMPL_H 1
3 
4 #include "IMPL/VertexImpl.h"
5 
6 // forward declaration
7 namespace SIO{
8  class SIOVertexHandler ;
9 }
10 
11 namespace IOIMPL {
12 
13  class SIOVertexHandler ;
14 
20  class VertexIOImpl : public IMPL::VertexImpl {
21 
22  friend class SIO::SIOVertexHandler ;
23 
24  }; // class
25 
26 } // namespace
27 
28 #endif /* ifndef SIO_VERTEXIOIMPL_H */
Implementation of SIOObjectHandler to handle IO of Vertexes.
Definition: SIOVertexHandler.h:21
Implementation of Vertex Class.
Definition: VertexImpl.h:21
Adding stuff needed for io (friend declarations, etc.)
Definition: VertexIOImpl.h:20