1 #ifndef SIO_SIOVERTEXHANDLER_H
2 #define SIO_SIOVERTEXHANDLER_H 1
4 #include "SIO/SIOObjectHandler.h"
6 #include "EVENT/LCParameters.h"
27 virtual unsigned int init( SIO_stream* stream,
41 std::map<int,std::string> imr;
43 std::set<std::string> _set;
The generic object that is held in an LCCollection.
Definition: LCObject.h:30
std::vector< std::string > StringVec
Vector of strings.
Definition: LCIOSTLTypes.h:16
virtual unsigned int write(SIO_stream *stream, const EVENT::LCObject *obj)
Writes lcio Vertex objects to an SIO stream.
Definition: SIOVertexHandler.cc:158
Interface for all lcio object SIO-handlers, has to be implemented for all event entities (hits...
Definition: SIOObjectHandler.h:21
Implementation of SIOObjectHandler to handle IO of Vertexes.
Definition: SIOVertexHandler.h:21
virtual unsigned int read(SIO_stream *stream, EVENT::LCObject **objP)
Reads lcio Vertex objects from an SIO stream.
Definition: SIOVertexHandler.cc:110
The generic collection used in LCIO.
Definition: LCCollection.h:29
virtual unsigned int init(SIO_stream *stream, SIO_operation op, EVENT::LCCollection *col, unsigned int vers)
Initialize the handler and/or the collection.
Definition: SIOVertexHandler.cc:27