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

#include <TrackCollectionData.h>

Public Member Functions

 TrackCollectionData ()
 
 TrackCollectionData (podio::CollectionReadBuffers buffers, bool isSubsetColl)
 
 TrackCollectionData (const TrackCollectionData &)=delete
 
TrackCollectionDataoperator= (const TrackCollectionData &)=delete
 
 TrackCollectionData (TrackCollectionData &&other)=default
 
TrackCollectionDataoperator= (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 {}
 

Detailed Description

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

Constructor & Destructor Documentation

◆ TrackCollectionData() [1/4]

edm4eic::TrackCollectionData::TrackCollectionData ( )

Default constructor setting up the necessary buffers

◆ TrackCollectionData() [2/4]

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

Constructor from existing I/O buffers

◆ TrackCollectionData() [3/4]

edm4eic::TrackCollectionData::TrackCollectionData ( const TrackCollectionData & )
delete

Non copy-able, move-only class

◆ TrackCollectionData() [4/4]

edm4eic::TrackCollectionData::TrackCollectionData ( TrackCollectionData && other)
default

◆ ~TrackCollectionData()

edm4eic::TrackCollectionData::~TrackCollectionData ( )
default

Deconstructor

Member Function Documentation

◆ clear()

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

◆ createRelations()

void edm4eic::TrackCollectionData::createRelations ( TrackObj * obj)

◆ getCollectionBuffers()

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

◆ makeSubsetCollection()

void edm4eic::TrackCollectionData::makeSubsetCollection ( )

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ prepareAfterRead()

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

◆ prepareForWrite()

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

◆ setReferences()

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

Member Data Documentation

◆ entries

TrackObjPointerContainer edm4eic::TrackCollectionData::entries {}

The Objs of this collection


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