EICd
EIC data model
|
#include <TrackSegmentCollectionData.h>
Public Member Functions | |
TrackSegmentCollectionData () | |
TrackSegmentCollectionData (const TrackSegmentCollectionData &)=delete | |
TrackSegmentCollectionData & | operator= (const TrackSegmentCollectionData &)=delete |
TrackSegmentCollectionData (TrackSegmentCollectionData &&other)=default | |
TrackSegmentCollectionData & | operator= (TrackSegmentCollectionData &&other)=default |
~TrackSegmentCollectionData ()=default | |
void | clear (bool isSubsetColl) |
podio::CollectionBuffers | getCollectionBuffers (bool isSubsetColl) |
void | prepareForWrite (bool isSubsetColl) |
void | prepareAfterRead (int collectionID) |
void | makeSubsetCollection () |
void | createRelations (TrackSegmentObj *obj) |
bool | setReferences (const podio::ICollectionProvider *collectionProvider, bool isSubsetColl) |
Public Attributes | |
TrackSegmentObjPointerContainer | entries {} |
Class encapsulating everything related to storage of data that is needed by a collection.
eicd::TrackSegmentCollectionData::TrackSegmentCollectionData | ( | ) |
Default constructor setting up the necessary buffers
|
delete |
Non copy-able, move-only class
|
default |
|
default |
Deconstructor
void eicd::TrackSegmentCollectionData::clear | ( | bool | isSubsetColl | ) |
void eicd::TrackSegmentCollectionData::createRelations | ( | TrackSegmentObj * | obj | ) |
podio::CollectionBuffers eicd::TrackSegmentCollectionData::getCollectionBuffers | ( | bool | isSubsetColl | ) |
void eicd::TrackSegmentCollectionData::makeSubsetCollection | ( | ) |
|
delete |
|
default |
void eicd::TrackSegmentCollectionData::prepareAfterRead | ( | int | collectionID | ) |
void eicd::TrackSegmentCollectionData::prepareForWrite | ( | bool | isSubsetColl | ) |
bool eicd::TrackSegmentCollectionData::setReferences | ( | const podio::ICollectionProvider * | collectionProvider, |
bool | isSubsetColl | ||
) |
TrackSegmentObjPointerContainer eicd::TrackSegmentCollectionData::entries {} |
The Objs of this collection