EICd
EIC data model
|
#include <ClusterLayerCollection.h>
Public Types | |
using | const_iterator = ClusterLayerConstCollectionIterator |
using | iterator = ClusterLayerCollectionIterator |
Public Member Functions | |
ClusterLayerCollection () | |
ClusterLayerCollection (const ClusterLayerCollection &)=delete | |
ClusterLayerCollection & | operator= (const ClusterLayerCollection &)=delete |
~ClusterLayerCollection () | |
void | clear () override final |
ClusterLayerCollection * | operator-> () |
operator to allow pointer like calling of members a la LCIO More... | |
ClusterLayer | create () |
Append a new object to the collection, and return this object. More... | |
template<typename... Args> | |
ClusterLayer | 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... | |
ConstClusterLayer | operator[] (unsigned int index) const |
Returns the const object of given index. More... | |
ClusterLayer | operator[] (unsigned int index) |
Returns the object of a given index. More... | |
ConstClusterLayer | at (unsigned int index) const |
Returns the const object of given index. More... | |
ClusterLayer | at (unsigned int index) |
Returns the object of given index. More... | |
void | push_back (ConstClusterLayer 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< ClusterLayerData > * | _getBuffer () |
Returns the pointer to the data buffer. More... | |
template<size_t arraysize> | |
const std::array< eic::Index, arraysize > | ID () const |
template<size_t arraysize> | |
const std::array< eic::Index, arraysize > | clusterID () const |
template<size_t arraysize> | |
const std::array< std::int32_t, arraysize > | layer () const |
template<size_t arraysize> | |
const std::array< std::uint32_t, arraysize > | nhits () const |
template<size_t arraysize> | |
const std::array< float, arraysize > | energy () const |
template<size_t arraysize> | |
const std::array< float, arraysize > | energyError () const |
template<size_t arraysize> | |
const std::array< float, arraysize > | radius () const |
template<size_t arraysize> | |
const std::array< float, arraysize > | skewness () const |
template<size_t arraysize> | |
const std::array< eic::VectorXYZ, arraysize > | position () const |
A Collection is identified by an ID.
eic::ClusterLayerCollection::ClusterLayerCollection | ( | ) |
|
delete |
eic::ClusterLayerCollection::~ClusterLayerCollection | ( | ) |
|
inline |
Returns the pointer to the data buffer.
ClusterLayer eic::ClusterLayerCollection::at | ( | unsigned int | index | ) |
Returns the object of given index.
ConstClusterLayer eic::ClusterLayerCollection::at | ( | unsigned int | index | ) | const |
Returns the const object of given index.
|
inline |
|
inline |
|
finaloverride |
const std::array< eic::Index, arraysize > eic::ClusterLayerCollection::clusterID |
ClusterLayer eic::ClusterLayerCollection::create | ( | ) |
Append a new object to the collection, and return this object.
ClusterLayer eic::ClusterLayerCollection::create | ( | Args &&... | args | ) |
Append a new object to the collection, and return this object. Initialized with the parameters given
|
inline |
|
inline |
const std::array< float, arraysize > eic::ClusterLayerCollection::energy |
const std::array< float, arraysize > eic::ClusterLayerCollection::energyError |
|
inlinefinaloverride |
returns the address of the pointer to the data buffer
|
inlinefinaloverride |
|
inlineoverride |
fully qualified type name of elements - with namespace
const std::array< eic::Index, arraysize > eic::ClusterLayerCollection::ID |
|
inlinefinaloverride |
const std::array< std::int32_t, arraysize > eic::ClusterLayerCollection::layer |
const std::array< std::uint32_t, arraysize > eic::ClusterLayerCollection::nhits |
|
inline |
operator to allow pointer like calling of members a la LCIO
|
delete |
ClusterLayer eic::ClusterLayerCollection::operator[] | ( | unsigned int | index | ) |
Returns the object of a given index.
ConstClusterLayer eic::ClusterLayerCollection::operator[] | ( | unsigned int | index | ) | const |
Returns the const object of given index.
const std::array< eic::VectorXYZ, arraysize > eic::ClusterLayerCollection::position |
|
finaloverride |
|
finaloverride |
void eic::ClusterLayerCollection::push_back | ( | ConstClusterLayer | object | ) |
Append object to the collection.
const std::array< float, arraysize > eic::ClusterLayerCollection::radius |
|
inlinefinaloverride |
|
finaloverride |
|
inlinefinaloverride |
|
finaloverride |
|
finaloverride |
number of elements in the collection
const std::array< float, arraysize > eic::ClusterLayerCollection::skewness |
|
inlineoverride |