|
EDM4eic
EIC data model
|
#include <ReconstructedParticleCollection.h>
Public Types | |
| using | value_type = ReconstructedParticle |
| using | difference_type = ptrdiff_t |
| using | reference = ReconstructedParticle |
| using | pointer = ReconstructedParticle* |
| using | iterator_category = std::input_iterator_tag |
| using | iterator_concept = std::random_access_iterator_tag |
Friends | |
| ReconstructedParticleCollectionIterator | operator+ (ReconstructedParticleCollectionIterator::difference_type n, const ReconstructedParticleCollectionIterator &it) |
| using edm4eic::ReconstructedParticleCollectionIterator::difference_type = ptrdiff_t |
| using edm4eic::ReconstructedParticleCollectionIterator::iterator_category = std::input_iterator_tag |
| using edm4eic::ReconstructedParticleCollectionIterator::iterator_concept = std::random_access_iterator_tag |
|
inline |
|
default |
|
default |
|
default |
|
default |
| ReconstructedParticleCollectionIterator::reference edm4eic::ReconstructedParticleCollectionIterator::operator* | ( | ) | const |
| ReconstructedParticleCollectionIterator edm4eic::ReconstructedParticleCollectionIterator::operator+ | ( | difference_type | n | ) | const |
| ReconstructedParticleCollectionIterator & edm4eic::ReconstructedParticleCollectionIterator::operator++ | ( | ) |
| ReconstructedParticleCollectionIterator edm4eic::ReconstructedParticleCollectionIterator::operator++ | ( | int | ) |
| ReconstructedParticleCollectionIterator & edm4eic::ReconstructedParticleCollectionIterator::operator+= | ( | difference_type | n | ) |
| ReconstructedParticleCollectionIterator::difference_type edm4eic::ReconstructedParticleCollectionIterator::operator- | ( | const ReconstructedParticleCollectionIterator & | other | ) | const |
| ReconstructedParticleCollectionIterator edm4eic::ReconstructedParticleCollectionIterator::operator- | ( | difference_type | n | ) | const |
| ReconstructedParticleCollectionIterator & edm4eic::ReconstructedParticleCollectionIterator::operator-- | ( | ) |
| ReconstructedParticleCollectionIterator edm4eic::ReconstructedParticleCollectionIterator::operator-- | ( | int | ) |
| ReconstructedParticleCollectionIterator & edm4eic::ReconstructedParticleCollectionIterator::operator-= | ( | difference_type | n | ) |
| ReconstructedParticleCollectionIterator::pointer edm4eic::ReconstructedParticleCollectionIterator::operator-> | ( | ) |
|
inline |
|
default |
|
default |
|
inline |
| ReconstructedParticleCollectionIterator::reference edm4eic::ReconstructedParticleCollectionIterator::operator[] | ( | difference_type | n | ) | const |
|
friend |