LCIO  "2.7.4"
 All Classes Namespaces Functions Variables Typedefs Friends Pages
SIOTrackHandler.h
1 #ifndef SIO_SIOTRACKHANDLER_H
2 #define SIO_SIOTRACKHANDLER_H 1
3 
4 #include "SIO/SIOObjectHandler.h"
5 
6 
7 namespace SIO {
8 
9 
17 
18  public:
19 
22  virtual unsigned int read(SIO_stream* stream,
23  EVENT::LCObject** objP) ;
24 
27  virtual unsigned int write(SIO_stream* stream,
28  const EVENT::LCObject* obj) ;
29 
30  }; // class
31 } // namespace
32 
33 #endif /* ifndef SIO_SIOTRACKHANDLER_H */
The generic object that is held in an LCCollection.
Definition: LCObject.h:30
Implementation of SIOObjectHandler to handle IO of Tracks.
Definition: SIOTrackHandler.h:16
Interface for all lcio object SIO-handlers, has to be implemented for all event entities (hits...
Definition: SIOObjectHandler.h:21
virtual unsigned int write(SIO_stream *stream, const EVENT::LCObject *obj)
Writes lcio track objects to an SIO stream.
Definition: SIOTrackHandler.cc:160
virtual unsigned int read(SIO_stream *stream, EVENT::LCObject **objP)
Reads lcio track objects from an SIO stream.
Definition: SIOTrackHandler.cc:21