LCIO  "2.7.4"
 All Classes Namespaces Functions Variables Typedefs Friends Pages
RawCalorimeterHitIOImpl.h
1 #ifndef SIO_RAWCALORIMETERHITIOIMPL_H
2 #define SIO_RAWCALORIMETERHITIOIMPL_H 1
3 
4 #include "IMPL/RawCalorimeterHitImpl.h"
5 
6 namespace SIO{
7 
8  class SIORawCalHitHandler ;
9 
10 }
11 
12 namespace IOIMPL {
13 
14  class SIORawCalHitHandler ;
15 
22 
23  friend class SIO::SIORawCalHitHandler ;
24 
25  }; // class
26 
27 } // namespace
28 
29 #endif /* ifndef SIO_RAWCALORIMETERIOHITIMPL_H */
Implementation of SIOObjectHandler to handle IO of RawCalorimeterHits.
Definition: SIORawCalHitHandler.h:15
Adding stuff needed for io (friend declarations, etc.)
Definition: RawCalorimeterHitIOImpl.h:21
Implementation of the real data RawCalorimeterHit.
Definition: RawCalorimeterHitImpl.h:19