#include <layer1_objs.h>
Public Member Functions | |
void | clear () |
float | floatEmPt () const |
float | floatEta () const |
float | floatPhi () const |
float | floatPt () const |
bool | hwIsEM () const |
int | intEmPt () const |
int | intEta () const |
int | intPhi () const |
int | intPt () const |
bool | operator< (const HadCaloObj &other) const |
bool | operator== (const HadCaloObj &other) const |
bool | operator> (const HadCaloObj &other) const |
ap_uint< BITWIDTH > | pack () const |
Static Public Member Functions | |
static HadCaloObj | unpack (const ap_uint< BITWIDTH > &src) |
Public Attributes | |
emid_t | hwEmID |
pt_t | hwEmPt |
eta_t | hwEta |
phi_t | hwPhi |
pt_t | hwPt |
Static Public Attributes | |
static const int | BITWIDTH = pt_t::width + eta_t::width + phi_t::width + pt_t::width + emid_t::width |
Definition at line 9 of file layer1_objs.h.
|
inline |
Definition at line 24 of file layer1_objs.h.
References hwEmID, hwEmPt, hwEta, hwPhi, and hwPt.
Referenced by l1ct::HadCaloObjEmu::clear().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 44 of file layer1_objs.h.
References hwEmID, hwEmPt, hwEta, hwPhi, hwPt, pack_into_bits(), and runTheMatrix::ret.
|
inlinestatic |
Definition at line 54 of file layer1_objs.h.
References runTheMatrix::ret, TrackRefitter_38T_cff::src, and unpack_from_bits().
|
static |
Definition at line 43 of file layer1_objs.h.
emid_t l1ct::HadCaloObj::hwEmID |
Definition at line 14 of file layer1_objs.h.
Referenced by clear(), hwIsEM(), operator==(), and pack().
pt_t l1ct::HadCaloObj::hwEmPt |
Definition at line 13 of file layer1_objs.h.
Referenced by clear(), floatEmPt(), intEmPt(), operator==(), and pack().
eta_t l1ct::HadCaloObj::hwEta |
Definition at line 11 of file layer1_objs.h.
Referenced by clear(), floatEta(), intEta(), operator==(), and pack().
phi_t l1ct::HadCaloObj::hwPhi |
Definition at line 12 of file layer1_objs.h.
Referenced by clear(), floatPhi(), intPhi(), operator==(), and pack().
pt_t l1ct::HadCaloObj::hwPt |
Definition at line 10 of file layer1_objs.h.
Referenced by clear(), floatPt(), intPt(), operator<(), operator==(), operator>(), and pack().