EDM4eic
EIC data model
|
#include <TrackSeedCollectionData.h>
Public Member Functions | |
TrackSeedCollectionData () | |
TrackSeedCollectionData (podio::CollectionReadBuffers buffers, bool isSubsetColl) | |
TrackSeedCollectionData (const TrackSeedCollectionData &)=delete | |
TrackSeedCollectionData & | operator= (const TrackSeedCollectionData &)=delete |
TrackSeedCollectionData (TrackSeedCollectionData &&other)=default | |
TrackSeedCollectionData & | operator= (TrackSeedCollectionData &&other)=default |
~TrackSeedCollectionData ()=default | |
void | clear (bool isSubsetColl) |
podio::CollectionWriteBuffers | getCollectionBuffers (bool isSubsetColl) |
void | prepareForWrite (bool isSubsetColl) |
void | prepareAfterRead (uint32_t collectionID) |
void | makeSubsetCollection () |
void | createRelations (TrackSeedObj *obj) |
bool | setReferences (const podio::ICollectionProvider *collectionProvider, bool isSubsetColl) |
Public Attributes | |
TrackSeedObjPointerContainer | entries {} |
Class encapsulating everything related to storage of data that is needed by a collection.
edm4eic::TrackSeedCollectionData::TrackSeedCollectionData | ( | ) |
Default constructor setting up the necessary buffers
edm4eic::TrackSeedCollectionData::TrackSeedCollectionData | ( | podio::CollectionReadBuffers | buffers, |
bool | isSubsetColl ) |
Constructor from existing I/O buffers
|
delete |
Non copy-able, move-only class
|
default |
|
default |
Deconstructor
void edm4eic::TrackSeedCollectionData::clear | ( | bool | isSubsetColl | ) |
void edm4eic::TrackSeedCollectionData::createRelations | ( | TrackSeedObj * | obj | ) |
podio::CollectionWriteBuffers edm4eic::TrackSeedCollectionData::getCollectionBuffers | ( | bool | isSubsetColl | ) |
void edm4eic::TrackSeedCollectionData::makeSubsetCollection | ( | ) |
|
delete |
|
default |
void edm4eic::TrackSeedCollectionData::prepareAfterRead | ( | uint32_t | collectionID | ) |
void edm4eic::TrackSeedCollectionData::prepareForWrite | ( | bool | isSubsetColl | ) |
bool edm4eic::TrackSeedCollectionData::setReferences | ( | const podio::ICollectionProvider * | collectionProvider, |
bool | isSubsetColl ) |
TrackSeedObjPointerContainer edm4eic::TrackSeedCollectionData::entries {} |
The Objs of this collection