1 #ifndef SIO_SIOTRACKERHITHANDLER_H
2 #define SIO_SIOTRACKERHITHANDLER_H 1
4 #include "SIO/SIOObjectHandler.h"
22 virtual unsigned int read(SIO_stream* stream,
27 virtual unsigned int write(SIO_stream* stream,
The generic object that is held in an LCCollection.
Definition: LCObject.h:30
Implementation of SIOObjectHandler to handle IO of SimTrackerHits.
Definition: SIOTrackerHitHandler.h:16
virtual unsigned int write(SIO_stream *stream, const EVENT::LCObject *obj)
Writes lcio tracker hit objects to an SIO stream.
Definition: SIOTrackerHitHandler.cc:82
virtual unsigned int read(SIO_stream *stream, EVENT::LCObject **objP)
Reads lcio tracker hit objects from an SIO stream.
Definition: SIOTrackerHitHandler.cc:23
Interface for all lcio object SIO-handlers, has to be implemented for all event entities (hits...
Definition: SIOObjectHandler.h:21