EICd
EIC data model
eicd::MCRecoVertexParticleAssociationCollection Class Reference

#include <MCRecoVertexParticleAssociationCollection.h>

Inheritance diagram for eicd::MCRecoVertexParticleAssociationCollection:

Public Types

using const_iterator = MCRecoVertexParticleAssociationCollectionIterator
 
using iterator = MCRecoVertexParticleAssociationMutableCollectionIterator
 

Public Member Functions

 MCRecoVertexParticleAssociationCollection ()
 
 MCRecoVertexParticleAssociationCollection (const MCRecoVertexParticleAssociationCollection &)=delete
 
MCRecoVertexParticleAssociationCollectionoperator= (const MCRecoVertexParticleAssociationCollection &)=delete
 
 MCRecoVertexParticleAssociationCollection (MCRecoVertexParticleAssociationCollection &&)=default
 
MCRecoVertexParticleAssociationCollectionoperator= (MCRecoVertexParticleAssociationCollection &&)=default
 
 ~MCRecoVertexParticleAssociationCollection ()
 
void clear () final
 
MCRecoVertexParticleAssociationCollectionoperator-> ()
 operator to allow pointer like calling of members a la LCIO More...
 
MutableMCRecoVertexParticleAssociation create ()
 Append a new object to the collection, and return this object. More...
 
template<typename... Args>
MutableMCRecoVertexParticleAssociation create (Args &&... args)
 
size_t size () const final
 number of elements in the collection More...
 
std::string getTypeName () const final
 fully qualified type name More...
 
std::string getValueTypeName () const final
 fully qualified type name of elements - with namespace More...
 
std::string getDataTypeName () const final
 fully qualified type name of stored POD elements - with namespace More...
 
bool isSubsetCollection () const final
 
void setSubsetCollection (bool setSubset=true) final
 
MCRecoVertexParticleAssociation operator[] (unsigned int index) const
 Returns the const object of given index. More...
 
MutableMCRecoVertexParticleAssociation operator[] (unsigned int index)
 Returns the object of a given index. More...
 
MCRecoVertexParticleAssociation at (unsigned int index) const
 Returns the const object of given index. More...
 
MutableMCRecoVertexParticleAssociation at (unsigned int index)
 Returns the object of given index. More...
 
void push_back (MCRecoVertexParticleAssociation object)
 Append object to the collection. More...
 
void prepareForWrite () const final
 
void prepareAfterRead () final
 
bool setReferences (const podio::ICollectionProvider *collectionProvider) final
 
podio::CollectionBuffers getBuffers () final
 Get the collection buffers for this collection. More...
 
void setID (unsigned ID) final
 
unsigned getID () const final
 
bool isValid () const final
 
iterator begin ()
 
const_iterator begin () const
 
iterator end ()
 
const_iterator end () const
 
template<size_t arraysize>
const std::array< std::uint32_t, arraysize > simID () const
 
template<size_t arraysize>
const std::array< std::uint32_t, arraysize > recID () const
 
template<size_t arraysize>
const std::array< float, arraysize > weight () const
 

Friends

class MCRecoVertexParticleAssociationCollectionData
 

Detailed Description

A Collection is identified by an ID.

Member Typedef Documentation

◆ const_iterator

◆ iterator

Constructor & Destructor Documentation

◆ MCRecoVertexParticleAssociationCollection() [1/3]

eicd::MCRecoVertexParticleAssociationCollection::MCRecoVertexParticleAssociationCollection ( )

◆ MCRecoVertexParticleAssociationCollection() [2/3]

eicd::MCRecoVertexParticleAssociationCollection::MCRecoVertexParticleAssociationCollection ( const MCRecoVertexParticleAssociationCollection )
delete

◆ MCRecoVertexParticleAssociationCollection() [3/3]

eicd::MCRecoVertexParticleAssociationCollection::MCRecoVertexParticleAssociationCollection ( MCRecoVertexParticleAssociationCollection &&  )
default

◆ ~MCRecoVertexParticleAssociationCollection()

eicd::MCRecoVertexParticleAssociationCollection::~MCRecoVertexParticleAssociationCollection ( )

Member Function Documentation

◆ at() [1/2]

MutableMCRecoVertexParticleAssociation eicd::MCRecoVertexParticleAssociationCollection::at ( unsigned int  index)

Returns the object of given index.

◆ at() [2/2]

MCRecoVertexParticleAssociation eicd::MCRecoVertexParticleAssociationCollection::at ( unsigned int  index) const

Returns the const object of given index.

◆ begin() [1/2]

iterator eicd::MCRecoVertexParticleAssociationCollection::begin ( )
inline

◆ begin() [2/2]

const_iterator eicd::MCRecoVertexParticleAssociationCollection::begin ( ) const
inline

◆ clear()

void eicd::MCRecoVertexParticleAssociationCollection::clear ( )
final

◆ create() [1/2]

MutableMCRecoVertexParticleAssociation eicd::MCRecoVertexParticleAssociationCollection::create ( )

Append a new object to the collection, and return this object.

◆ create() [2/2]

template<typename... Args>
MutableMCRecoVertexParticleAssociation eicd::MCRecoVertexParticleAssociationCollection::create ( Args &&...  args)

Append a new object to the collection, and return this object. Initialized with the parameters given

◆ end() [1/2]

iterator eicd::MCRecoVertexParticleAssociationCollection::end ( )
inline

◆ end() [2/2]

const_iterator eicd::MCRecoVertexParticleAssociationCollection::end ( ) const
inline

◆ getBuffers()

podio::CollectionBuffers eicd::MCRecoVertexParticleAssociationCollection::getBuffers ( )
final

Get the collection buffers for this collection.

◆ getDataTypeName()

std::string eicd::MCRecoVertexParticleAssociationCollection::getDataTypeName ( ) const
inlinefinal

fully qualified type name of stored POD elements - with namespace

◆ getID()

unsigned eicd::MCRecoVertexParticleAssociationCollection::getID ( ) const
inlinefinal

◆ getTypeName()

std::string eicd::MCRecoVertexParticleAssociationCollection::getTypeName ( ) const
inlinefinal

fully qualified type name

◆ getValueTypeName()

std::string eicd::MCRecoVertexParticleAssociationCollection::getValueTypeName ( ) const
inlinefinal

fully qualified type name of elements - with namespace

◆ isSubsetCollection()

bool eicd::MCRecoVertexParticleAssociationCollection::isSubsetCollection ( ) const
inlinefinal

◆ isValid()

bool eicd::MCRecoVertexParticleAssociationCollection::isValid ( ) const
inlinefinal

◆ operator->()

MCRecoVertexParticleAssociationCollection * eicd::MCRecoVertexParticleAssociationCollection::operator-> ( )
inline

operator to allow pointer like calling of members a la LCIO

◆ operator=() [1/2]

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

◆ operator=() [2/2]

MCRecoVertexParticleAssociationCollection & eicd::MCRecoVertexParticleAssociationCollection::operator= ( MCRecoVertexParticleAssociationCollection &&  )
default

◆ operator[]() [1/2]

MutableMCRecoVertexParticleAssociation eicd::MCRecoVertexParticleAssociationCollection::operator[] ( unsigned int  index)

Returns the object of a given index.

◆ operator[]() [2/2]

MCRecoVertexParticleAssociation eicd::MCRecoVertexParticleAssociationCollection::operator[] ( unsigned int  index) const

Returns the const object of given index.

◆ prepareAfterRead()

void eicd::MCRecoVertexParticleAssociationCollection::prepareAfterRead ( )
final

◆ prepareForWrite()

void eicd::MCRecoVertexParticleAssociationCollection::prepareForWrite ( ) const
final

◆ push_back()

void eicd::MCRecoVertexParticleAssociationCollection::push_back ( MCRecoVertexParticleAssociation  object)

Append object to the collection.

◆ recID()

template<size_t arraysize>
const std::array< std::uint32_t, arraysize > eicd::MCRecoVertexParticleAssociationCollection::recID

◆ setID()

void eicd::MCRecoVertexParticleAssociationCollection::setID ( unsigned  ID)
inlinefinal

◆ setReferences()

bool eicd::MCRecoVertexParticleAssociationCollection::setReferences ( const podio::ICollectionProvider *  collectionProvider)
final

◆ setSubsetCollection()

void eicd::MCRecoVertexParticleAssociationCollection::setSubsetCollection ( bool  setSubset = true)
final

◆ simID()

template<size_t arraysize>
const std::array< std::uint32_t, arraysize > eicd::MCRecoVertexParticleAssociationCollection::simID

◆ size()

size_t eicd::MCRecoVertexParticleAssociationCollection::size ( ) const
final

number of elements in the collection

◆ weight()

template<size_t arraysize>
const std::array< float, arraysize > eicd::MCRecoVertexParticleAssociationCollection::weight

Friends And Related Function Documentation

◆ MCRecoVertexParticleAssociationCollectionData


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