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