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