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