|
EDM4eic
EIC data model
|
#include <TrackSegmentCollectionData.h>
Public Member Functions | |
| TrackSegmentCollectionData () | |
| TrackSegmentCollectionData (podio::CollectionReadBuffers buffers, bool isSubsetColl) | |
| 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::CollectionWriteBuffers | getCollectionBuffers (bool isSubsetColl) |
| void | prepareForWrite (bool isSubsetColl) |
| void | prepareAfterRead (uint32_t 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.
| edm4eic::TrackSegmentCollectionData::TrackSegmentCollectionData | ( | ) |
Default constructor setting up the necessary buffers
| edm4eic::TrackSegmentCollectionData::TrackSegmentCollectionData | ( | podio::CollectionReadBuffers | buffers, |
| bool | isSubsetColl ) |
Constructor from existing I/O buffers
|
delete |
Non copy-able, move-only class
|
default |
|
default |
Destructor
| void edm4eic::TrackSegmentCollectionData::clear | ( | bool | isSubsetColl | ) |
| void edm4eic::TrackSegmentCollectionData::createRelations | ( | TrackSegmentObj * | obj | ) |
| podio::CollectionWriteBuffers edm4eic::TrackSegmentCollectionData::getCollectionBuffers | ( | bool | isSubsetColl | ) |
| void edm4eic::TrackSegmentCollectionData::makeSubsetCollection | ( | ) |
|
delete |
|
default |
| void edm4eic::TrackSegmentCollectionData::prepareAfterRead | ( | uint32_t | collectionID | ) |
| void edm4eic::TrackSegmentCollectionData::prepareForWrite | ( | bool | isSubsetColl | ) |
| bool edm4eic::TrackSegmentCollectionData::setReferences | ( | const podio::ICollectionProvider * | collectionProvider, |
| bool | isSubsetColl ) |
| TrackSegmentObjPointerContainer edm4eic::TrackSegmentCollectionData::entries {} |
The Objs of this collection