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

#include <RingImageCollectionData.h>

Public Member Functions

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

Public Attributes

RingImageObjPointerContainer entries {}
 

Detailed Description

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

Constructor & Destructor Documentation

◆ RingImageCollectionData() [1/4]

edm4eic::RingImageCollectionData::RingImageCollectionData ( )

Default constructor setting up the necessary buffers

◆ RingImageCollectionData() [2/4]

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

Constructor from existing I/O buffers

◆ RingImageCollectionData() [3/4]

edm4eic::RingImageCollectionData::RingImageCollectionData ( const RingImageCollectionData & )
delete

Non copy-able, move-only class

◆ RingImageCollectionData() [4/4]

edm4eic::RingImageCollectionData::RingImageCollectionData ( RingImageCollectionData && other)
default

◆ ~RingImageCollectionData()

edm4eic::RingImageCollectionData::~RingImageCollectionData ( )
default

Deconstructor

Member Function Documentation

◆ clear()

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

◆ getCollectionBuffers()

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

◆ makeSubsetCollection()

void edm4eic::RingImageCollectionData::makeSubsetCollection ( )

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ prepareAfterRead()

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

◆ prepareForWrite()

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

◆ setReferences()

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

Member Data Documentation

◆ entries

RingImageObjPointerContainer edm4eic::RingImageCollectionData::entries {}

The Objs of this collection


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