|
EICd
EIC data model
|
#include <VertexCollection.h>
Public Types | |
| using | const_iterator = VertexCollectionIterator |
| using | iterator = VertexMutableCollectionIterator |
Public Member Functions | |
| VertexCollection () | |
| VertexCollection (const VertexCollection &)=delete | |
| VertexCollection & | operator= (const VertexCollection &)=delete |
| VertexCollection (VertexCollection &&)=default | |
| VertexCollection & | operator= (VertexCollection &&)=default |
| ~VertexCollection () | |
| void | clear () final |
| VertexCollection * | operator-> () |
| operator to allow pointer like calling of members a la LCIO More... | |
| MutableVertex | create () |
| Append a new object to the collection, and return this object. More... | |
| template<typename... Args> | |
| MutableVertex | 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 |
| Vertex | operator[] (unsigned int index) const |
| Returns the const object of given index. More... | |
| MutableVertex | operator[] (unsigned int index) |
| Returns the object of a given index. More... | |
| Vertex | at (unsigned int index) const |
| Returns the const object of given index. More... | |
| MutableVertex | at (unsigned int index) |
| Returns the object of given index. More... | |
| void | push_back (Vertex 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::int32_t, arraysize > | primary () const |
| template<size_t arraysize> | |
| const std::array< float, arraysize > | chi2 () const |
| template<size_t arraysize> | |
| const std::array< float, arraysize > | probability () const |
| template<size_t arraysize> | |
| const std::array< edm4hep::Vector3f, arraysize > | position () const |
| template<size_t arraysize> | |
| const std::array< eicd::Cov3f, arraysize > | positionError () const |
| template<size_t arraysize> | |
| const std::array< std::int32_t, arraysize > | algorithmType () const |
| template<size_t arraysize> | |
| const std::array< float, arraysize > | time () const |
Friends | |
| class | VertexCollectionData |
A Collection is identified by an ID.
| eicd::VertexCollection::VertexCollection | ( | ) |
|
delete |
|
default |
| eicd::VertexCollection::~VertexCollection | ( | ) |
| const std::array< std::int32_t, arraysize > eicd::VertexCollection::algorithmType |
| MutableVertex eicd::VertexCollection::at | ( | unsigned int | index | ) |
Returns the object of given index.
| Vertex eicd::VertexCollection::at | ( | unsigned int | index | ) | const |
Returns the const object of given index.
|
inline |
|
inline |
| const std::array< float, arraysize > eicd::VertexCollection::chi2 |
|
final |
| MutableVertex eicd::VertexCollection::create | ( | ) |
Append a new object to the collection, and return this object.
| MutableVertex eicd::VertexCollection::create | ( | Args &&... | args | ) |
Append a new object to the collection, and return this object. Initialized with the parameters given
|
inline |
|
inline |
|
final |
Get the collection buffers for this collection.
|
inlinefinal |
fully qualified type name of stored POD elements - with namespace
|
inlinefinal |
|
inlinefinal |
fully qualified type name
|
inlinefinal |
fully qualified type name of elements - with namespace
|
inlinefinal |
|
inlinefinal |
|
inline |
operator to allow pointer like calling of members a la LCIO
|
delete |
|
default |
| MutableVertex eicd::VertexCollection::operator[] | ( | unsigned int | index | ) |
Returns the object of a given index.
| Vertex eicd::VertexCollection::operator[] | ( | unsigned int | index | ) | const |
Returns the const object of given index.
| const std::array< edm4hep::Vector3f, arraysize > eicd::VertexCollection::position |
| const std::array< eicd::Cov3f, arraysize > eicd::VertexCollection::positionError |
|
final |
|
final |
| const std::array< std::int32_t, arraysize > eicd::VertexCollection::primary |
| const std::array< float, arraysize > eicd::VertexCollection::probability |
| void eicd::VertexCollection::push_back | ( | Vertex | object | ) |
Append object to the collection.
|
inlinefinal |
|
final |
|
final |
|
final |
number of elements in the collection
| const std::array< float, arraysize > eicd::VertexCollection::time |
|
friend |