1 #ifndef SIO_SIORAWCALHITHANDLER_H
2 #define SIO_SIORAWCALHITHANDLER_H 1
4 #include "SIO/SIOObjectHandler.h"
21 virtual unsigned int read(SIO_stream* stream,
26 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 RawCalorimeterHits.
Definition: SIORawCalHitHandler.h:15
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 raw calorimeter hit objects to an SIO stream.
Definition: SIORawCalHitHandler.cc:55
virtual unsigned int read(SIO_stream *stream, EVENT::LCObject **objP)
Reads lcio raw calorimeter hit objects from an SIO stream.
Definition: SIORawCalHitHandler.cc:22