|
EICd
EIC data model
|
#include <ClusterCollectionData.h>
Public Member Functions | |
| ClusterCollectionData () | |
| 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::CollectionBuffers | getCollectionBuffers (bool isSubsetColl) |
| void | prepareForWrite (bool isSubsetColl) |
| void | prepareAfterRead (int 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.
| eicd::ClusterCollectionData::ClusterCollectionData | ( | ) |
Default constructor setting up the necessary buffers
|
delete |
Non copy-able, move-only class
|
default |
|
default |
Deconstructor
| void eicd::ClusterCollectionData::clear | ( | bool | isSubsetColl | ) |
| void eicd::ClusterCollectionData::createRelations | ( | ClusterObj * | obj | ) |
| podio::CollectionBuffers eicd::ClusterCollectionData::getCollectionBuffers | ( | bool | isSubsetColl | ) |
| void eicd::ClusterCollectionData::makeSubsetCollection | ( | ) |
|
default |
|
delete |
| void eicd::ClusterCollectionData::prepareAfterRead | ( | int | collectionID | ) |
| void eicd::ClusterCollectionData::prepareForWrite | ( | bool | isSubsetColl | ) |
| bool eicd::ClusterCollectionData::setReferences | ( | const podio::ICollectionProvider * | collectionProvider, |
| bool | isSubsetColl | ||
| ) |
| ClusterObjPointerContainer eicd::ClusterCollectionData::entries {} |
The Objs of this collection