EICd
EIC data model
eicd::ReconstructedParticleCollectionData Class Reference

#include <ReconstructedParticleCollectionData.h>

Public Member Functions

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

eicd::ReconstructedParticleCollectionData::ReconstructedParticleCollectionData ( )

Default constructor setting up the necessary buffers

◆ ReconstructedParticleCollectionData() [2/3]

eicd::ReconstructedParticleCollectionData::ReconstructedParticleCollectionData ( const ReconstructedParticleCollectionData )
delete

Non copy-able, move-only class

◆ ReconstructedParticleCollectionData() [3/3]

eicd::ReconstructedParticleCollectionData::ReconstructedParticleCollectionData ( ReconstructedParticleCollectionData &&  other)
default

◆ ~ReconstructedParticleCollectionData()

eicd::ReconstructedParticleCollectionData::~ReconstructedParticleCollectionData ( )
default

Deconstructor

Member Function Documentation

◆ clear()

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

◆ createRelations()

void eicd::ReconstructedParticleCollectionData::createRelations ( ReconstructedParticleObj obj)

◆ getCollectionBuffers()

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

◆ makeSubsetCollection()

void eicd::ReconstructedParticleCollectionData::makeSubsetCollection ( )

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ prepareAfterRead()

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

◆ prepareForWrite()

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

◆ setReferences()

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

Member Data Documentation

◆ entries

ReconstructedParticleObjPointerContainer eicd::ReconstructedParticleCollectionData::entries {}

The Objs of this collection


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