EICd
EIC data model
eicd::ProtoClusterCollectionData Class Reference

#include <ProtoClusterCollectionData.h>

Public Member Functions

 ProtoClusterCollectionData ()
 
 ProtoClusterCollectionData (const ProtoClusterCollectionData &)=delete
 
ProtoClusterCollectionDataoperator= (const ProtoClusterCollectionData &)=delete
 
 ProtoClusterCollectionData (ProtoClusterCollectionData &&other)=default
 
ProtoClusterCollectionDataoperator= (ProtoClusterCollectionData &&other)=default
 
 ~ProtoClusterCollectionData ()=default
 
void clear (bool isSubsetColl)
 
podio::CollectionBuffers getCollectionBuffers (bool isSubsetColl)
 
void prepareForWrite (bool isSubsetColl)
 
void prepareAfterRead (int 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/3]

eicd::ProtoClusterCollectionData::ProtoClusterCollectionData ( )

Default constructor setting up the necessary buffers

◆ ProtoClusterCollectionData() [2/3]

eicd::ProtoClusterCollectionData::ProtoClusterCollectionData ( const ProtoClusterCollectionData )
delete

Non copy-able, move-only class

◆ ProtoClusterCollectionData() [3/3]

eicd::ProtoClusterCollectionData::ProtoClusterCollectionData ( ProtoClusterCollectionData &&  other)
default

◆ ~ProtoClusterCollectionData()

eicd::ProtoClusterCollectionData::~ProtoClusterCollectionData ( )
default

Deconstructor

Member Function Documentation

◆ clear()

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

◆ createRelations()

void eicd::ProtoClusterCollectionData::createRelations ( ProtoClusterObj obj)

◆ getCollectionBuffers()

podio::CollectionBuffers eicd::ProtoClusterCollectionData::getCollectionBuffers ( bool  isSubsetColl)

◆ makeSubsetCollection()

void eicd::ProtoClusterCollectionData::makeSubsetCollection ( )

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ prepareAfterRead()

void eicd::ProtoClusterCollectionData::prepareAfterRead ( int  collectionID)

◆ prepareForWrite()

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

◆ setReferences()

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

Member Data Documentation

◆ entries

ProtoClusterObjPointerContainer eicd::ProtoClusterCollectionData::entries {}

The Objs of this collection


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