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

#include <VertexCollectionData.h>

Public Member Functions

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

Public Attributes

VertexObjPointerContainer entries {}
 

Detailed Description

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

Constructor & Destructor Documentation

◆ VertexCollectionData() [1/4]

edm4eic::VertexCollectionData::VertexCollectionData ( )

Default constructor setting up the necessary buffers

◆ VertexCollectionData() [2/4]

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

Constructor from existing I/O buffers

◆ VertexCollectionData() [3/4]

edm4eic::VertexCollectionData::VertexCollectionData ( const VertexCollectionData & )
delete

Non copy-able, move-only class

◆ VertexCollectionData() [4/4]

edm4eic::VertexCollectionData::VertexCollectionData ( VertexCollectionData && other)
default

◆ ~VertexCollectionData()

edm4eic::VertexCollectionData::~VertexCollectionData ( )
default

Deconstructor

Member Function Documentation

◆ clear()

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

◆ createRelations()

void edm4eic::VertexCollectionData::createRelations ( VertexObj * obj)

◆ getCollectionBuffers()

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

◆ makeSubsetCollection()

void edm4eic::VertexCollectionData::makeSubsetCollection ( )

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ prepareAfterRead()

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

◆ prepareForWrite()

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

◆ setReferences()

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

Member Data Documentation

◆ entries

VertexObjPointerContainer edm4eic::VertexCollectionData::entries {}

The Objs of this collection


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