LCIO  "2.7.4"
 All Classes Namespaces Functions Variables Typedefs Friends Pages
TPCHitIOImpl.h
1 #ifndef SIO_TPCHITIOIMPL_H
2 #define SIO_TPCHITIOIMPL_H 1
3 
4 #include "IMPL/TPCHitImpl.h"
5 
6 namespace SIO{
7 
8  class SIOTPCHitHandler ;
9 }
10 
11 namespace IOIMPL {
12 
13  class SIOCalHitHandler ;
14 
20  class TPCHitIOImpl : public IMPL::TPCHitImpl {
21 
22  friend class SIO::SIOTPCHitHandler ;
23 
24  }; // class
25 
26 } // namespace
27 
28 #endif /* ifndef SIO_TPCHITIOIMPL_H */
Implementation of SIOObjectHandler to handle IO of TPCHits.
Definition: SIOTPCHitHandler.h:16
Implementation of the real data TPCHit.
Definition: TPCHitImpl.h:15
Adding stuff needed for io (friend declarations, etc.)
Definition: TPCHitIOImpl.h:20