EICd
EIC data model
eic::Cluster3DInfoCollection Class Reference

#include <Cluster3DInfoCollection.h>

Inheritance diagram for eic::Cluster3DInfoCollection:

Public Types

using const_iterator = Cluster3DInfoConstCollectionIterator
 
using iterator = Cluster3DInfoCollectionIterator
 

Public Member Functions

 Cluster3DInfoCollection ()
 
 Cluster3DInfoCollection (const Cluster3DInfoCollection &)=delete
 
Cluster3DInfoCollectionoperator= (const Cluster3DInfoCollection &)=delete
 
 ~Cluster3DInfoCollection ()
 
void clear () override final
 
Cluster3DInfoCollectionoperator-> ()
 operator to allow pointer like calling of members a la LCIO More...
 
Cluster3DInfo create ()
 Append a new object to the collection, and return this object. More...
 
template<typename... Args>
Cluster3DInfo create (Args &&... args)
 
size_t size () const override final
 number of elements in the collection More...
 
std::string getValueTypeName () const override
 fully qualified type name of elements - with namespace More...
 
ConstCluster3DInfo operator[] (unsigned int index) const
 Returns the const object of given index. More...
 
Cluster3DInfo operator[] (unsigned int index)
 Returns the object of a given index. More...
 
ConstCluster3DInfo at (unsigned int index) const
 Returns the const object of given index. More...
 
Cluster3DInfo at (unsigned int index)
 Returns the object of given index. More...
 
void push_back (ConstCluster3DInfo object)
 Append object to the collection. More...
 
void prepareForWrite () override final
 
void prepareAfterRead () override final
 
void setBuffer (void *address) override final
 
bool setReferences (const podio::ICollectionProvider *collectionProvider) override final
 
podio::CollRefCollection * referenceCollections () override final
 
podio::VectorMembersInfo * vectorMembers () override
 
void setID (unsigned ID) override final
 
unsigned getID () const override final
 
bool isValid () const override final
 
iterator begin ()
 
const_iterator begin () const
 
iterator end ()
 
const_iterator end () const
 
void * getBufferAddress () override final
 returns the address of the pointer to the data buffer More...
 
std::vector< Cluster3DInfoData > * _getBuffer ()
 Returns the pointer to the data buffer. More...
 
template<size_t arraysize>
const std::array< eic::Index, arraysize > clusterID () const
 
template<size_t arraysize>
const std::array< eic::VectorPolar, arraysize > polar () const
 
template<size_t arraysize>
const std::array< float, arraysize > eta () const
 
template<size_t arraysize>
const std::array< eic::Direction, arraysize > direction () const
 

Detailed Description

A Collection is identified by an ID.

Member Typedef Documentation

◆ const_iterator

◆ iterator

Constructor & Destructor Documentation

◆ Cluster3DInfoCollection() [1/2]

eic::Cluster3DInfoCollection::Cluster3DInfoCollection ( )

◆ Cluster3DInfoCollection() [2/2]

eic::Cluster3DInfoCollection::Cluster3DInfoCollection ( const Cluster3DInfoCollection )
delete

◆ ~Cluster3DInfoCollection()

eic::Cluster3DInfoCollection::~Cluster3DInfoCollection ( )

Member Function Documentation

◆ _getBuffer()

std::vector<Cluster3DInfoData>* eic::Cluster3DInfoCollection::_getBuffer ( )
inline

Returns the pointer to the data buffer.

◆ at() [1/2]

Cluster3DInfo eic::Cluster3DInfoCollection::at ( unsigned int  index)

Returns the object of given index.

◆ at() [2/2]

ConstCluster3DInfo eic::Cluster3DInfoCollection::at ( unsigned int  index) const

Returns the const object of given index.

◆ begin() [1/2]

iterator eic::Cluster3DInfoCollection::begin ( )
inline

◆ begin() [2/2]

const_iterator eic::Cluster3DInfoCollection::begin ( ) const
inline

◆ clear()

void eic::Cluster3DInfoCollection::clear ( )
finaloverride

◆ clusterID()

template<size_t arraysize>
const std::array< eic::Index, arraysize > eic::Cluster3DInfoCollection::clusterID

◆ create() [1/2]

Cluster3DInfo eic::Cluster3DInfoCollection::create ( )

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

◆ create() [2/2]

template<typename... Args>
Cluster3DInfo eic::Cluster3DInfoCollection::create ( Args &&...  args)

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

◆ direction()

template<size_t arraysize>
const std::array< eic::Direction, arraysize > eic::Cluster3DInfoCollection::direction

◆ end() [1/2]

iterator eic::Cluster3DInfoCollection::end ( )
inline

◆ end() [2/2]

const_iterator eic::Cluster3DInfoCollection::end ( ) const
inline

◆ eta()

template<size_t arraysize>
const std::array< float, arraysize > eic::Cluster3DInfoCollection::eta

◆ getBufferAddress()

void* eic::Cluster3DInfoCollection::getBufferAddress ( )
inlinefinaloverride

returns the address of the pointer to the data buffer

◆ getID()

unsigned eic::Cluster3DInfoCollection::getID ( ) const
inlinefinaloverride

◆ getValueTypeName()

std::string eic::Cluster3DInfoCollection::getValueTypeName ( ) const
inlineoverride

fully qualified type name of elements - with namespace

◆ isValid()

bool eic::Cluster3DInfoCollection::isValid ( ) const
inlinefinaloverride

◆ operator->()

Cluster3DInfoCollection* eic::Cluster3DInfoCollection::operator-> ( )
inline

operator to allow pointer like calling of members a la LCIO

◆ operator=()

Cluster3DInfoCollection& eic::Cluster3DInfoCollection::operator= ( const Cluster3DInfoCollection )
delete

◆ operator[]() [1/2]

Cluster3DInfo eic::Cluster3DInfoCollection::operator[] ( unsigned int  index)

Returns the object of a given index.

◆ operator[]() [2/2]

ConstCluster3DInfo eic::Cluster3DInfoCollection::operator[] ( unsigned int  index) const

Returns the const object of given index.

◆ polar()

template<size_t arraysize>
const std::array< eic::VectorPolar, arraysize > eic::Cluster3DInfoCollection::polar

◆ prepareAfterRead()

void eic::Cluster3DInfoCollection::prepareAfterRead ( )
finaloverride

◆ prepareForWrite()

void eic::Cluster3DInfoCollection::prepareForWrite ( )
finaloverride

◆ push_back()

void eic::Cluster3DInfoCollection::push_back ( ConstCluster3DInfo  object)

Append object to the collection.

◆ referenceCollections()

podio::CollRefCollection* eic::Cluster3DInfoCollection::referenceCollections ( )
inlinefinaloverride

◆ setBuffer()

void eic::Cluster3DInfoCollection::setBuffer ( void *  address)
finaloverride

◆ setID()

void eic::Cluster3DInfoCollection::setID ( unsigned  ID)
inlinefinaloverride

◆ setReferences()

bool eic::Cluster3DInfoCollection::setReferences ( const podio::ICollectionProvider *  collectionProvider)
finaloverride

◆ size()

size_t eic::Cluster3DInfoCollection::size ( ) const
finaloverride

number of elements in the collection

◆ vectorMembers()

podio::VectorMembersInfo* eic::Cluster3DInfoCollection::vectorMembers ( )
inlineoverride

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