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

#include <ReconstructedParticleCollectionData.h>

Public Member Functions

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

Public Attributes

ReconstructedParticleObjPointerContainer entries {}
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ReconstructedParticleCollectionData() [1/4]

edm4eic::ReconstructedParticleCollectionData::ReconstructedParticleCollectionData ( )

Default constructor setting up the necessary buffers

◆ ReconstructedParticleCollectionData() [2/4]

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

Constructor from existing I/O buffers

◆ ReconstructedParticleCollectionData() [3/4]

edm4eic::ReconstructedParticleCollectionData::ReconstructedParticleCollectionData ( const ReconstructedParticleCollectionData & )
delete

Non copy-able, move-only class

◆ ReconstructedParticleCollectionData() [4/4]

edm4eic::ReconstructedParticleCollectionData::ReconstructedParticleCollectionData ( ReconstructedParticleCollectionData && other)
default

◆ ~ReconstructedParticleCollectionData()

edm4eic::ReconstructedParticleCollectionData::~ReconstructedParticleCollectionData ( )
default

Deconstructor

Member Function Documentation

◆ clear()

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

◆ createRelations()

void edm4eic::ReconstructedParticleCollectionData::createRelations ( ReconstructedParticleObj * obj)

◆ getCollectionBuffers()

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

◆ makeSubsetCollection()

void edm4eic::ReconstructedParticleCollectionData::makeSubsetCollection ( )

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ prepareAfterRead()

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

◆ prepareForWrite()

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

◆ setReferences()

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

Member Data Documentation

◆ entries

ReconstructedParticleObjPointerContainer edm4eic::ReconstructedParticleCollectionData::entries {}

The Objs of this collection


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