![]() |
ATLAS Offline Software
|
#include <CaloTowerStore.h>
Public Member Functions | |
| cell_iterator (std::vector< Entry >::const_iterator it, unsigned int n1, unsigned int offs1, unsigned int offs2, std::vector< double >::const_iterator weights) | |
| cell_iterator (std::vector< Entry >::const_iterator it) | |
| unsigned int | hash () |
| double | weight () const |
| cell_iterator & | operator++ () |
| bool | operator!= (const cell_iterator &other) |
Private Attributes | |
| std::vector< double >::const_iterator | m_weights {} |
| std::vector< Entry >::const_iterator | m_it {} |
| unsigned int | m_hash {} |
| unsigned int | m_nleft {} |
| unsigned int | m_n1 {} |
| unsigned int | m_offs {} |
| unsigned int | m_offs2 {} |
| unsigned int | m_stride {} |
Definition at line 226 of file CaloTowerStore.h.
|
inline |
Definition at line 229 of file CaloTowerStore.h.
|
inline |
|
inline |
Definition at line 252 of file CaloTowerStore.h.
|
inline |
Definition at line 276 of file CaloTowerStore.h.
|
inline |
Definition at line 262 of file CaloTowerStore.h.
|
inline |
Definition at line 261 of file CaloTowerStore.h.
|
private |
Definition at line 283 of file CaloTowerStore.h.
|
private |
Definition at line 282 of file CaloTowerStore.h.
|
private |
Definition at line 285 of file CaloTowerStore.h.
|
private |
Definition at line 284 of file CaloTowerStore.h.
|
private |
Definition at line 286 of file CaloTowerStore.h.
|
private |
Definition at line 287 of file CaloTowerStore.h.
|
private |
Definition at line 288 of file CaloTowerStore.h.
|
private |
Definition at line 281 of file CaloTowerStore.h.