LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MCParticleIOImpl.h
Go to the documentation of this file.
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.
Adding stuff needed for io (friend declarations, etc.)
Implementation of MCParticle.