#include <HGCalTowerID.h>
Definition at line 8 of file HGCalTowerID.h.
◆ HGCalTowerID() [1/3]
l1t::HGCalTowerID::HGCalTowerID |
( |
| ) |
|
|
inline |
◆ HGCalTowerID() [2/3]
l1t::HGCalTowerID::HGCalTowerID |
( |
unsigned short |
rawId | ) |
|
|
inline |
◆ HGCalTowerID() [3/3]
l1t::HGCalTowerID::HGCalTowerID |
( |
short |
zside, |
|
|
unsigned short |
coord1, |
|
|
unsigned short |
coord2 |
|
) |
| |
|
inline |
◆ iEta()
unsigned short l1t::HGCalTowerID::iEta |
( |
| ) |
const |
|
inline |
◆ iPhi()
unsigned short l1t::HGCalTowerID::iPhi |
( |
| ) |
const |
|
inline |
◆ rawId()
unsigned short l1t::HGCalTowerID::rawId |
( |
| ) |
const |
|
inline |
◆ zside()
short l1t::HGCalTowerID::zside |
( |
| ) |
const |
|
inline |
◆ coord1Shift
const int l1t::HGCalTowerID::coord1Shift = 7 |
|
staticprivate |
◆ coord2Shift
const int l1t::HGCalTowerID::coord2Shift = 0 |
|
staticprivate |
◆ coordMask
const int l1t::HGCalTowerID::coordMask = 0x007F |
|
staticprivate |
◆ rawId_
unsigned short l1t::HGCalTowerID::rawId_ |
|
private |
◆ zsideMask
const int l1t::HGCalTowerID::zsideMask = 0x1 |
|
staticprivate |
◆ zsideShift
const int l1t::HGCalTowerID::zsideShift = 15 |
|
staticprivate |