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

#include <TensorCollectionData.h>

Public Member Functions

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

Public Attributes

TensorObjPointerContainer entries {}
 

Detailed Description

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

Constructor & Destructor Documentation

◆ TensorCollectionData() [1/4]

edm4eic::TensorCollectionData::TensorCollectionData ( )

Default constructor setting up the necessary buffers

◆ TensorCollectionData() [2/4]

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

Constructor from existing I/O buffers

◆ TensorCollectionData() [3/4]

edm4eic::TensorCollectionData::TensorCollectionData ( const TensorCollectionData & )
delete

Non copy-able, move-only class

◆ TensorCollectionData() [4/4]

edm4eic::TensorCollectionData::TensorCollectionData ( TensorCollectionData && other)
default

◆ ~TensorCollectionData()

edm4eic::TensorCollectionData::~TensorCollectionData ( )
default

Deconstructor

Member Function Documentation

◆ clear()

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

◆ createRelations()

void edm4eic::TensorCollectionData::createRelations ( TensorObj * obj)

◆ getCollectionBuffers()

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

◆ makeSubsetCollection()

void edm4eic::TensorCollectionData::makeSubsetCollection ( )

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ prepareAfterRead()

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

◆ prepareForWrite()

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

◆ setReferences()

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

Member Data Documentation

◆ entries

TensorObjPointerContainer edm4eic::TensorCollectionData::entries {}

The Objs of this collection


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