EDM4eic
EIC data model
Loading...
Searching...
No Matches
edm4eic::TrackSeedCollectionData Class Reference

#include <TrackSeedCollectionData.h>

Public Member Functions

 TrackSeedCollectionData ()
 
 TrackSeedCollectionData (podio::CollectionReadBuffers buffers, bool isSubsetColl)
 
 TrackSeedCollectionData (const TrackSeedCollectionData &)=delete
 
TrackSeedCollectionDataoperator= (const TrackSeedCollectionData &)=delete
 
 TrackSeedCollectionData (TrackSeedCollectionData &&other)=default
 
TrackSeedCollectionDataoperator= (TrackSeedCollectionData &&other)=default
 
 ~TrackSeedCollectionData ()=default
 
void clear (bool isSubsetColl)
 
podio::CollectionWriteBuffers getCollectionBuffers (bool isSubsetColl)
 
void prepareForWrite (bool isSubsetColl)
 
void prepareAfterRead (uint32_t collectionID)
 
void makeSubsetCollection ()
 
void createRelations (TrackSeedObj *obj)
 
bool setReferences (const podio::ICollectionProvider *collectionProvider, bool isSubsetColl)
 

Public Attributes

TrackSeedObjPointerContainer entries {}
 

Detailed Description

Class encapsulating everything related to storage of data that is needed by a collection.

Constructor & Destructor Documentation

◆ TrackSeedCollectionData() [1/4]

edm4eic::TrackSeedCollectionData::TrackSeedCollectionData ( )

Default constructor setting up the necessary buffers

◆ TrackSeedCollectionData() [2/4]

edm4eic::TrackSeedCollectionData::TrackSeedCollectionData ( podio::CollectionReadBuffers buffers,
bool isSubsetColl )

Constructor from existing I/O buffers

◆ TrackSeedCollectionData() [3/4]

edm4eic::TrackSeedCollectionData::TrackSeedCollectionData ( const TrackSeedCollectionData & )
delete

Non copy-able, move-only class

◆ TrackSeedCollectionData() [4/4]

edm4eic::TrackSeedCollectionData::TrackSeedCollectionData ( TrackSeedCollectionData && other)
default

◆ ~TrackSeedCollectionData()

edm4eic::TrackSeedCollectionData::~TrackSeedCollectionData ( )
default

Deconstructor

Member Function Documentation

◆ clear()

void edm4eic::TrackSeedCollectionData::clear ( bool isSubsetColl)

◆ createRelations()

void edm4eic::TrackSeedCollectionData::createRelations ( TrackSeedObj * obj)

◆ getCollectionBuffers()

podio::CollectionWriteBuffers edm4eic::TrackSeedCollectionData::getCollectionBuffers ( bool isSubsetColl)

◆ makeSubsetCollection()

void edm4eic::TrackSeedCollectionData::makeSubsetCollection ( )

◆ operator=() [1/2]

TrackSeedCollectionData & edm4eic::TrackSeedCollectionData::operator= ( const TrackSeedCollectionData & )
delete

◆ operator=() [2/2]

TrackSeedCollectionData & edm4eic::TrackSeedCollectionData::operator= ( TrackSeedCollectionData && other)
default

◆ prepareAfterRead()

void edm4eic::TrackSeedCollectionData::prepareAfterRead ( uint32_t collectionID)

◆ prepareForWrite()

void edm4eic::TrackSeedCollectionData::prepareForWrite ( bool isSubsetColl)

◆ setReferences()

bool edm4eic::TrackSeedCollectionData::setReferences ( const podio::ICollectionProvider * collectionProvider,
bool isSubsetColl )

Member Data Documentation

◆ entries

TrackSeedObjPointerContainer edm4eic::TrackSeedCollectionData::entries {}

The Objs of this collection


The documentation for this class was generated from the following files: