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