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

#include <ProtoClusterCollectionData.h>

Public Member Functions

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

Public Attributes

ProtoClusterObjPointerContainer entries {}
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ProtoClusterCollectionData() [1/4]

edm4eic::ProtoClusterCollectionData::ProtoClusterCollectionData ( )

Default constructor setting up the necessary buffers

◆ ProtoClusterCollectionData() [2/4]

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

Constructor from existing I/O buffers

◆ ProtoClusterCollectionData() [3/4]

edm4eic::ProtoClusterCollectionData::ProtoClusterCollectionData ( const ProtoClusterCollectionData & )
delete

Non copy-able, move-only class

◆ ProtoClusterCollectionData() [4/4]

edm4eic::ProtoClusterCollectionData::ProtoClusterCollectionData ( ProtoClusterCollectionData && other)
default

◆ ~ProtoClusterCollectionData()

edm4eic::ProtoClusterCollectionData::~ProtoClusterCollectionData ( )
default

Deconstructor

Member Function Documentation

◆ clear()

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

◆ createRelations()

void edm4eic::ProtoClusterCollectionData::createRelations ( ProtoClusterObj * obj)

◆ getCollectionBuffers()

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

◆ makeSubsetCollection()

void edm4eic::ProtoClusterCollectionData::makeSubsetCollection ( )

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ prepareAfterRead()

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

◆ prepareForWrite()

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

◆ setReferences()

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

Member Data Documentation

◆ entries

ProtoClusterObjPointerContainer edm4eic::ProtoClusterCollectionData::entries {}

The Objs of this collection


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