ATLAS Offline Software
|
const_iterator to loop over cells belonging to a cluster More...
#include <CaloClusterCellLink.h>
Public Types | |
using | iterator_category = std::bidirectional_iterator_tag |
using | value_type = const CaloCell * |
using | difference_type = std::ptrdiff_t |
using | pointer = value_type * |
using | reference = value_type & |
Public Member Functions | |
const_iterator ()=delete | |
const_iterator (const CaloCellContainer *cellCont, linkAndWeightCollType::const_iterator it) | |
constructor * More... | |
const CaloCell * | operator* () const |
dereferencing operator More... | |
const CaloCell * | operator-> () const |
weight_t | weight () const |
Accessor for weight associated to this cell. More... | |
unsigned | index () const |
Accessor for the index of the cell in the CaloCellContainer. More... | |
const_iterator | operator++ () |
const_iterator | operator-- () |
const_iterator | operator++ (int) |
const_iterator | operator-- (int) |
bool | operator== (const const_iterator &b) const |
bool | operator!= (const const_iterator &b) const |
Private Attributes | |
const CaloCellContainer * | m_ccc |
linkAndWeightCollType::const_iterator | m_it |
const_iterator to loop over cells belonging to a cluster
Definition at line 56 of file CaloClusterCellLink.h.
using CaloClusterCellLink::const_iterator::difference_type = std::ptrdiff_t |
Definition at line 61 of file CaloClusterCellLink.h.
using CaloClusterCellLink::const_iterator::iterator_category = std::bidirectional_iterator_tag |
Definition at line 59 of file CaloClusterCellLink.h.
Definition at line 62 of file CaloClusterCellLink.h.
Definition at line 63 of file CaloClusterCellLink.h.
Definition at line 60 of file CaloClusterCellLink.h.
|
delete |
|
inline |
constructor *
[in] | cellCont | Pointer to the CaloCellContainer |
[in] | it | map-iterator to the map insinde CaloClusterLinkContainer |
Definition at line 71 of file CaloClusterCellLink.h.
|
inline |
Accessor for the index of the cell in the CaloCellContainer.
Definition at line 86 of file CaloClusterCellLink.h.
|
inline |
Definition at line 93 of file CaloClusterCellLink.h.
dereferencing operator
Definition at line 77 of file CaloClusterCellLink.h.
|
inline |
Definition at line 88 of file CaloClusterCellLink.h.
|
inline |
Definition at line 90 of file CaloClusterCellLink.h.
|
inline |
Definition at line 89 of file CaloClusterCellLink.h.
|
inline |
Definition at line 91 of file CaloClusterCellLink.h.
Definition at line 78 of file CaloClusterCellLink.h.
|
inline |
Definition at line 92 of file CaloClusterCellLink.h.
|
inline |
|
private |
Definition at line 96 of file CaloClusterCellLink.h.
|
private |
Definition at line 97 of file CaloClusterCellLink.h.