LCIO  "2.7.4"
 All Classes Namespaces Functions Variables Typedefs Friends Pages
MCParticleIOImpl.h
1 #ifndef SIO_MCPARTICLEIOIMPL_H
2 #define SIO_MCPARTICLEIOIMPL_H 1
3 
4 #include "IMPL/MCParticleImpl.h"
5 
6 namespace SIO{
7  class SIOParticleHandler ;
8 }
9 
10 namespace IOIMPL {
11 
18 
19  friend class SIO::SIOParticleHandler ;
20 };
21 
22 } // namespace
23 
24 #endif // SIO_MCPARTICLEIOIMPL_H
Implementation of SIOObjectHandler to handle IO of MCParticles.
Definition: SIOParticleHandler.h:17
Adding stuff needed for io (friend declarations, etc.)
Definition: MCParticleIOImpl.h:17
Implementation of MCParticle.
Definition: MCParticleImpl.h:24