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