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

#include <TrackSegmentCollectionData.h>

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ TrackSegmentCollectionData() [1/4]

edm4eic::TrackSegmentCollectionData::TrackSegmentCollectionData ( )

Default constructor setting up the necessary buffers

◆ TrackSegmentCollectionData() [2/4]

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

Constructor from existing I/O buffers

◆ TrackSegmentCollectionData() [3/4]

edm4eic::TrackSegmentCollectionData::TrackSegmentCollectionData ( const TrackSegmentCollectionData & )
delete

Non copy-able, move-only class

◆ TrackSegmentCollectionData() [4/4]

edm4eic::TrackSegmentCollectionData::TrackSegmentCollectionData ( TrackSegmentCollectionData && other)
default

◆ ~TrackSegmentCollectionData()

edm4eic::TrackSegmentCollectionData::~TrackSegmentCollectionData ( )
default

Deconstructor

Member Function Documentation

◆ clear()

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

◆ createRelations()

void edm4eic::TrackSegmentCollectionData::createRelations ( TrackSegmentObj * obj)

◆ getCollectionBuffers()

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

◆ makeSubsetCollection()

void edm4eic::TrackSegmentCollectionData::makeSubsetCollection ( )

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ prepareAfterRead()

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

◆ prepareForWrite()

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

◆ setReferences()

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

Member Data Documentation

◆ entries

TrackSegmentObjPointerContainer edm4eic::TrackSegmentCollectionData::entries {}

The Objs of this collection


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