1 #ifndef SIO_SIOEVENTHANDLER_H
2 #define SIO_SIOEVENTHANDLER_H 1
6 #include "EVENT/LCEvent.h"
7 #include "IOIMPL/LCEventIOImpl.h"
31 virtual unsigned int xfer( SIO_stream*, SIO_operation,
unsigned int ) ;
32 virtual unsigned int version() ;
37 void setReadCollectionNames(
const std::vector<std::string>& colnames) ;
45 std::set< std::string > _colSubSet ;
Handler for LCEvent/LCEventIOImpl objects.
Definition: SIOEventHandler.h:19
Adding stuff needed for io (friend declarations, etc.)
Definition: LCEventIOImpl.h:22
The main event interface.
Definition: LCEvent.h:30