LCIO  "2.7.4"
 All Classes Namespaces Functions Variables Typedefs Friends Pages
TrackStateIOImpl.h
1 #ifndef SIO_TRACKSTATEIOIMPL_H
2 #define SIO_TRACKSTATEIOIMPL_H 1
3 
4 #include "IMPL/TrackStateImpl.h"
5 
6 // forward declaration
7 namespace SIO{
8  class SIOTrackStateHandler ;
9  class SIOTrackHandler ;
10 }
11 
12 namespace IOIMPL {
13 
14  class SIOTrackStateHandler ;
15 
22 
23  // TrackStates are handled by the SIOTrackHandler !!
24  // -> no collections of TrackStates in the event
25 
26  friend class SIO::SIOTrackHandler ;
27 
28  }; // class
29 
30 } // namespace
31 
32 #endif /* ifndef SIO_TRACKSTATEIOIMPL_H */
Implementation of SIOObjectHandler to handle IO of Tracks.
Definition: SIOTrackHandler.h:16
Implementation of the LCIO TrackState class.
Definition: TrackStateImpl.h:23
Adding stuff needed for io (friend declarations, etc.)
Definition: TrackStateIOImpl.h:21