![]() |
ATLAS Offline Software
|
Public Member Functions | |
| Tower (unsigned int the_nentries, unsigned int the_ncells) | |
| Tower (unsigned int the_nentries, unsigned int the_ncells, unsigned int the_n1, unsigned int the_offs1, unsigned int the_offs2) | |
Public Attributes | |
| unsigned int | nentries: nentries_width |
| bool | backref_next: backref_next_width |
| unsigned int | n1: n1_width |
| unsigned int | ncells: ncells_width |
| unsigned int | offs1: offs1_width |
| unsigned int | offs2: offs2_width |
Static Public Attributes | |
| static const unsigned int | nentries_width = 5 |
| static const unsigned int | nentries_max = (1<<nentries_width)-1 |
| static const unsigned int | backref_next_width = 1 |
| static const unsigned int | backref_next_max = (1<<backref_next_width)-1 |
| static const unsigned int | n1_width = 2 |
| static const unsigned int | n1_max = (1<<n1_width)-1 |
| static const unsigned int | ncells_width = 8 |
| static const unsigned int | ncells_max = (1<<ncells_width)-1 |
| static const unsigned int | offs1_width = 8 |
| static const unsigned int | offs1_max = (1<<offs1_width)-1 |
| static const unsigned int | offs2_width = 8 |
| static const unsigned int | offs2_max = (1<<offs2_width)-1 |
Definition at line 189 of file CaloTowerStore.h.
| CaloTowerStore::Tower::Tower | ( | unsigned int | the_nentries, |
| unsigned int | the_ncells ) |
Definition at line 363 of file CaloTowerStore.cxx.
| CaloTowerStore::Tower::Tower | ( | unsigned int | the_nentries, |
| unsigned int | the_ncells, | ||
| unsigned int | the_n1, | ||
| unsigned int | the_offs1, | ||
| unsigned int | the_offs2 ) |
Definition at line 377 of file CaloTowerStore.cxx.
| bool CaloTowerStore::Tower::backref_next |
Definition at line 205 of file CaloTowerStore.h.
|
static |
Definition at line 194 of file CaloTowerStore.h.
|
static |
Definition at line 193 of file CaloTowerStore.h.
| unsigned int CaloTowerStore::Tower::n1 |
Definition at line 206 of file CaloTowerStore.h.
Definition at line 196 of file CaloTowerStore.h.
|
static |
Definition at line 195 of file CaloTowerStore.h.
| unsigned int CaloTowerStore::Tower::ncells |
Definition at line 207 of file CaloTowerStore.h.
|
static |
Definition at line 198 of file CaloTowerStore.h.
|
static |
Definition at line 197 of file CaloTowerStore.h.
| unsigned int CaloTowerStore::Tower::nentries |
Definition at line 204 of file CaloTowerStore.h.
|
static |
Definition at line 192 of file CaloTowerStore.h.
|
static |
Definition at line 191 of file CaloTowerStore.h.
| unsigned int CaloTowerStore::Tower::offs1 |
Definition at line 208 of file CaloTowerStore.h.
|
static |
Definition at line 200 of file CaloTowerStore.h.
|
static |
Definition at line 199 of file CaloTowerStore.h.
| unsigned int CaloTowerStore::Tower::offs2 |
Definition at line 209 of file CaloTowerStore.h.
|
static |
Definition at line 202 of file CaloTowerStore.h.
|
static |
Definition at line 201 of file CaloTowerStore.h.