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