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