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

#include <TruthinessCollectionData.h>

Public Member Functions

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

Public Attributes

TruthinessObjPointerContainer entries {}
 

Detailed Description

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

Constructor & Destructor Documentation

◆ TruthinessCollectionData() [1/4]

edm4eic::TruthinessCollectionData::TruthinessCollectionData ( )

Default constructor setting up the necessary buffers

◆ TruthinessCollectionData() [2/4]

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

Constructor from existing I/O buffers

◆ TruthinessCollectionData() [3/4]

edm4eic::TruthinessCollectionData::TruthinessCollectionData ( const TruthinessCollectionData & )
delete

Non copy-able, move-only class

◆ TruthinessCollectionData() [4/4]

edm4eic::TruthinessCollectionData::TruthinessCollectionData ( TruthinessCollectionData && other)
default

◆ ~TruthinessCollectionData()

edm4eic::TruthinessCollectionData::~TruthinessCollectionData ( )
default

Destructor

Member Function Documentation

◆ clear()

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

◆ createRelations()

void edm4eic::TruthinessCollectionData::createRelations ( TruthinessObj * obj)

◆ getCollectionBuffers()

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

◆ makeSubsetCollection()

void edm4eic::TruthinessCollectionData::makeSubsetCollection ( )

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ prepareAfterRead()

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

◆ prepareForWrite()

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

◆ setReferences()

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

Member Data Documentation

◆ entries

TruthinessObjPointerContainer edm4eic::TruthinessCollectionData::entries {}

The Objs of this collection


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