LCIO
02.17
|
Implementation of SIOObjectHandler to handle IO of TrackerDatas. More...
#include <SIOTrackerDataHandler.h>
Public Member Functions | |
SIOTrackerDataHandler () | |
Constructor. More... | |
void | read (sio::read_device &device, EVENT::LCObject *objP, sio::version_type vers) override |
Reads lcio objects from an SIO stream. More... | |
void | write (sio::write_device &device, const EVENT::LCObject *obj) override |
Writes lcio objects to an SIO stream. More... | |
EVENT::LCObject * | create () const override |
Factory method to create an object of the type of the collection. More... | |
![]() | |
SIOObjectHandler (const std::string &colType) | |
Constructor with collection type. More... | |
virtual | ~SIOObjectHandler ()=default |
Default destructor. More... | |
unsigned int | flag () const |
Get the collection flag. More... | |
const std::string & | collectionType () const |
Get the collection type associated to the object handler (see EVENT/LCIO.h) More... | |
virtual void | initReading (sio::read_device &device, EVENT::LCCollection *collection, sio::version_type vers) |
Init collection reading. More... | |
virtual void | initWriting (sio::write_device &device, EVENT::LCCollection *collection) |
Init collection writing. More... | |
Additional Inherited Members | |
![]() | |
const std::string | _collectionType |
The collection type associated to LCIO object. More... | |
unsigned int | _flag {0} |
The collection flag. More... | |
Implementation of SIOObjectHandler to handle IO of TrackerDatas.
Definition at line 14 of file SIOTrackerDataHandler.h.
SIO::SIOTrackerDataHandler::SIOTrackerDataHandler | ( | ) |
Constructor.
Definition at line 15 of file SIOTrackerDataHandler.cc.
|
overridevirtual |
Factory method to create an object of the type of the collection.
Implements SIO::SIOObjectHandler.
Definition at line 50 of file SIOTrackerDataHandler.cc.
|
overridevirtual |
Reads lcio objects from an SIO stream.
Implements SIO::SIOObjectHandler.
Definition at line 22 of file SIOTrackerDataHandler.cc.
References SIO::SIOObjectHandler::_flag, and IMPL::LCFlagImpl::bitSet().
|
overridevirtual |
Writes lcio objects to an SIO stream.
Implements SIO::SIOObjectHandler.
Definition at line 36 of file SIOTrackerDataHandler.cc.
References SIO::SIOObjectHandler::_flag.