|
EICd
EIC data model
|
#include <MCRecoTrackParticleAssociationCollection.h>
Public Types | |
| using | const_iterator = MCRecoTrackParticleAssociationCollectionIterator |
| using | iterator = MCRecoTrackParticleAssociationMutableCollectionIterator |
Public Member Functions | |
| MCRecoTrackParticleAssociationCollection () | |
| MCRecoTrackParticleAssociationCollection (const MCRecoTrackParticleAssociationCollection &)=delete | |
| MCRecoTrackParticleAssociationCollection & | operator= (const MCRecoTrackParticleAssociationCollection &)=delete |
| MCRecoTrackParticleAssociationCollection (MCRecoTrackParticleAssociationCollection &&)=default | |
| MCRecoTrackParticleAssociationCollection & | operator= (MCRecoTrackParticleAssociationCollection &&)=default |
| ~MCRecoTrackParticleAssociationCollection () | |
| void | clear () final |
| MCRecoTrackParticleAssociationCollection * | operator-> () |
| operator to allow pointer like calling of members a la LCIO More... | |
| MutableMCRecoTrackParticleAssociation | create () |
| Append a new object to the collection, and return this object. More... | |
| template<typename... Args> | |
| MutableMCRecoTrackParticleAssociation | 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 |
| MCRecoTrackParticleAssociation | operator[] (unsigned int index) const |
| Returns the const object of given index. More... | |
| MutableMCRecoTrackParticleAssociation | operator[] (unsigned int index) |
| Returns the object of a given index. More... | |
| MCRecoTrackParticleAssociation | at (unsigned int index) const |
| Returns the const object of given index. More... | |
| MutableMCRecoTrackParticleAssociation | at (unsigned int index) |
| Returns the object of given index. More... | |
| void | push_back (MCRecoTrackParticleAssociation 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 | MCRecoTrackParticleAssociationCollectionData |
A Collection is identified by an ID.
| using eicd::MCRecoTrackParticleAssociationCollection::const_iterator = MCRecoTrackParticleAssociationCollectionIterator |
| using eicd::MCRecoTrackParticleAssociationCollection::iterator = MCRecoTrackParticleAssociationMutableCollectionIterator |
| eicd::MCRecoTrackParticleAssociationCollection::MCRecoTrackParticleAssociationCollection | ( | ) |
|
delete |
|
default |
| eicd::MCRecoTrackParticleAssociationCollection::~MCRecoTrackParticleAssociationCollection | ( | ) |
| MutableMCRecoTrackParticleAssociation eicd::MCRecoTrackParticleAssociationCollection::at | ( | unsigned int | index | ) |
Returns the object of given index.
| MCRecoTrackParticleAssociation eicd::MCRecoTrackParticleAssociationCollection::at | ( | unsigned int | index | ) | const |
Returns the const object of given index.
|
inline |
|
inline |
|
final |
| MutableMCRecoTrackParticleAssociation eicd::MCRecoTrackParticleAssociationCollection::create | ( | ) |
Append a new object to the collection, and return this object.
| MutableMCRecoTrackParticleAssociation eicd::MCRecoTrackParticleAssociationCollection::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 |
| MutableMCRecoTrackParticleAssociation eicd::MCRecoTrackParticleAssociationCollection::operator[] | ( | unsigned int | index | ) |
Returns the object of a given index.
| MCRecoTrackParticleAssociation eicd::MCRecoTrackParticleAssociationCollection::operator[] | ( | unsigned int | index | ) | const |
Returns the const object of given index.
|
final |
|
final |
| void eicd::MCRecoTrackParticleAssociationCollection::push_back | ( | MCRecoTrackParticleAssociation | object | ) |
Append object to the collection.
| const std::array< std::uint32_t, arraysize > eicd::MCRecoTrackParticleAssociationCollection::recID |
|
inlinefinal |
|
final |
|
final |
| const std::array< std::uint32_t, arraysize > eicd::MCRecoTrackParticleAssociationCollection::simID |
|
final |
number of elements in the collection
| const std::array< float, arraysize > eicd::MCRecoTrackParticleAssociationCollection::weight |
|
friend |