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