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