LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SIOSimTrackHitHandler.h
Go to the documentation of this file.
1 #ifndef SIO_SIOSIMTRACKHITHANDLER_H
2 #define SIO_SIOSIMTRACKHITHANDLER_H 1
3 
4 #include "SIO/SIOObjectHandler.h"
5 
6 namespace SIO {
7 
15  public:
18 
20  void read( sio::read_device& device, EVENT::LCObject* objP, sio::version_type vers ) override ;
21 
23  void write( sio::write_device& device, const EVENT::LCObject* obj ) override ;
24 
26  EVENT::LCObject *create() const override ;
27  }; // class
28 } // namespace
29 
30 #endif /* ifndef SIO_SIOSIMTRACKHITHANDLER_H */
The generic object that is held in an LCCollection.
Definition: LCObject.h:30
void write(sio::write_device &device, const EVENT::LCObject *obj) override
Writes lcio objects to an SIO stream.
EVENT::LCObject * create() const override
Factory method to create an object of the type of the collection.
void read(sio::read_device &device, EVENT::LCObject *objP, sio::version_type vers) override
Reads lcio objects from an SIO stream.
Interface for all lcio object SIO-handlers, has to be implemented for all event entities (hits...
Implementation of SIOObjectHandler to handle IO of SimTrackerHits.