LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TrackIOImpl.h
Go to the documentation of this file.
1 #ifndef SIO_TRACKIOIMPL_H
2 #define SIO_TRACKIOIMPL_H 1
3 
4 #include "IMPL/TrackImpl.h"
5 
6 // forward declaration
7 namespace SIO{
8  class SIOTrackHandler ;
9 }
10 
11 namespace IOIMPL {
12 
13  class SIOTrackHandler ;
14 
20  class TrackIOImpl : public IMPL::TrackImpl {
21 
22  friend class SIO::SIOTrackHandler ;
23 
24  }; // class
25 
26 } // namespace
27 
28 #endif /* ifndef SIO_TRACKIOIMPL_H */
Implementation of the LCIO track class.
Definition: TrackImpl.h:30
Implementation of SIOObjectHandler to handle IO of Tracks.
Adding stuff needed for io (friend declarations, etc.)
Definition: TrackIOImpl.h:20