LCIO
02.17
|
Implementation of SIOObjectHandler to handle IO of TrackerPulses. More...
#include <SIOTrackerPulseHandler.h>
Public Member Functions | |
SIOTrackerPulseHandler () | |
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 TrackerPulses.
Definition at line 13 of file SIOTrackerPulseHandler.h.
SIO::SIOTrackerPulseHandler::SIOTrackerPulseHandler | ( | ) |
Constructor.
Definition at line 15 of file SIOTrackerPulseHandler.cc.
|
overridevirtual |
Factory method to create an object of the type of the collection.
Implements SIO::SIOObjectHandler.
Definition at line 68 of file SIOTrackerPulseHandler.cc.
|
overridevirtual |
Reads lcio objects from an SIO stream.
Implements SIO::SIOObjectHandler.
Definition at line 22 of file SIOTrackerPulseHandler.cc.
References SIO::SIOObjectHandler::_flag, IMPL::LCFlagImpl::bitSet(), and TRKPULSENCOVMATRIX.
|
overridevirtual |
Writes lcio objects to an SIO stream.
Implements SIO::SIOObjectHandler.
Definition at line 45 of file SIOTrackerPulseHandler.cc.
References SIO::SIOObjectHandler::_flag.