![]() |
ATLAS Offline Software
|
Public Types | |
| enum | { large_stride = 64 , small_stride = 1 } |
Public Member Functions | |
| Entry (unsigned int the_hash=0, unsigned int the_windex=0, unsigned int the_ncells=1, unsigned int the_stride=0) | |
Public Attributes | |
| unsigned int | hash: hash_width |
| unsigned int | windex: windex_width |
| unsigned int | ncells: ncells_width |
| unsigned int | stride: stride_width |
Static Public Attributes | |
| static const unsigned int | hash_width = 18 |
| static const unsigned int | hash_max = (1<<hash_width)-1 |
| static const unsigned int | windex_width = 6 |
| static const unsigned int | windex_max = (1<<windex_width)-1 |
| static const unsigned int | ncells_width = 7 |
| static const unsigned int | ncells_max = (1<<ncells_width)-1 |
| static const unsigned int | stride_width = 1 |
| static const unsigned int | stride_max = (1<<stride_width)-1 |
Definition at line 159 of file CaloTowerStore.h.
| anonymous enum |
| Enumerator | |
|---|---|
| large_stride | |
| small_stride | |
Definition at line 173 of file CaloTowerStore.h.
| CaloTowerStore::Entry::Entry | ( | unsigned int | the_hash = 0, |
| unsigned int | the_windex = 0, | ||
| unsigned int | the_ncells = 1, | ||
| unsigned int | the_stride = 0 ) |
Definition at line 347 of file CaloTowerStore.cxx.
| unsigned int CaloTowerStore::Entry::hash |
Definition at line 178 of file CaloTowerStore.h.
|
static |
Definition at line 162 of file CaloTowerStore.h.
|
static |
Definition at line 161 of file CaloTowerStore.h.
| unsigned int CaloTowerStore::Entry::ncells |
Definition at line 180 of file CaloTowerStore.h.
|
static |
Definition at line 166 of file CaloTowerStore.h.
|
static |
Definition at line 165 of file CaloTowerStore.h.
| unsigned int CaloTowerStore::Entry::stride |
Definition at line 181 of file CaloTowerStore.h.
|
static |
Definition at line 168 of file CaloTowerStore.h.
|
static |
Definition at line 167 of file CaloTowerStore.h.
| unsigned int CaloTowerStore::Entry::windex |
Definition at line 179 of file CaloTowerStore.h.
|
static |
Definition at line 164 of file CaloTowerStore.h.
|
static |
Definition at line 163 of file CaloTowerStore.h.