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