LCIO  "2.7.4"
 All Classes Namespaces Functions Variables Typedefs Friends Pages
Public Member Functions | Protected Attributes | List of all members
SIO::SIOVertexHandler Class Reference

Implementation of SIOObjectHandler to handle IO of Vertexes. More...

#include <SIO/SIOVertexHandler.h>

Inheritance diagram for SIO::SIOVertexHandler:
SIO::SIOObjectHandler

Public Member Functions

virtual unsigned int init (SIO_stream *stream, SIO_operation op, EVENT::LCCollection *col, unsigned int vers)
 Initialize the handler and/or the collection. More...
 
virtual unsigned int read (SIO_stream *stream, EVENT::LCObject **objP)
 Reads lcio Vertex objects from an SIO stream.
 
virtual unsigned int write (SIO_stream *stream, const EVENT::LCObject *obj)
 Writes lcio Vertex objects to an SIO stream.
 
- Public Member Functions inherited from SIO::SIOObjectHandler
virtual unsigned int readBase (SIO_stream *stream, EVENT::LCObject **objP)
 Calls read() if the collection is not a subset otherwise only reads the pointers. More...
 
virtual unsigned int writeBase (SIO_stream *stream, const EVENT::LCObject *obj)
 Calls write() if the collection is not a subset otherwise only writes the pointers. More...
 

Protected Attributes

std::map< int, std::string > imr
 
std::set< std::string > _set
 
EVENT::StringVec parameters
 
- Protected Attributes inherited from SIO::SIOObjectHandler
unsigned int _flag
 
unsigned int _vers
 

Detailed Description

Implementation of SIOObjectHandler to handle IO of Vertexes.

Author
gaede, engels
Version
Id:
SIOVertexHandler.h,v 1.3 2006-12-06 19:09:18 hvogt Exp

Member Function Documentation

unsigned int SIO::SIOVertexHandler::init ( SIO_stream *  stream,
SIO_operation  op,
EVENT::LCCollection col,
unsigned int  vers 
)
virtual

The documentation for this class was generated from the following files: