#include <layer1_objs.h>
Public Member Functions | |
void | clear () |
float | floatEta () const |
float | floatHoe () const |
float | floatMeanZ () const |
float | floatPhi () const |
float | floatPt () const |
float | floatPtErr () const |
float | floatSrrTot () const |
int | intEta () const |
int | intPhi () const |
int | intPt () const |
int | intPtErr () const |
bool | operator< (const EmCaloObj &other) const |
bool | operator== (const EmCaloObj &other) const |
bool | operator> (const EmCaloObj &other) const |
ap_uint< BITWIDTH > | pack () const |
ap_uint< BITWIDTH_SLIM > | pack_slim () const |
Static Public Member Functions | |
static EmCaloObj | unpack (const ap_uint< BITWIDTH > &src) |
Public Attributes | |
emid_t | hwEmID |
eta_t | hwEta |
hoe_t | hwHoe |
meanz_t | hwMeanZ |
phi_t | hwPhi |
pt_t | hwPt |
pt_t | hwPtErr |
srrtot_t | hwSrrTot |
Static Public Attributes | |
static const int | BITWIDTH = BITWIDTH_SLIM + srrtot_t::width + meanz_t::width + hoe_t::width |
static const int | BITWIDTH_SLIM = pt_t::width + eta_t::width + phi_t::width + pt_t::width + emid_t::width |
Definition at line 89 of file layer1_objs.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 98 of file layer1_objs.h.
References hwEmID, hwEta, hwHoe, hwMeanZ, hwPhi, hwPt, hwPtErr, hwSrrTot, and trackingPlots::other.
|
inline |
|
inline |
Definition at line 133 of file layer1_objs.h.
References hwEmID, hwEta, hwHoe, hwMeanZ, hwPhi, hwPt, hwPtErr, hwSrrTot, pack_into_bits(), and runTheMatrix::ret.
Referenced by pack_slim().
|
inline |
Definition at line 146 of file layer1_objs.h.
References runTheMatrix::ret, TrackRefitter_38T_cff::src, and unpack_from_bits().
|
static |
Definition at line 131 of file layer1_objs.h.
|
static |
Definition at line 129 of file layer1_objs.h.
Referenced by pack_slim().
emid_t l1ct::EmCaloObj::hwEmID |
Definition at line 93 of file layer1_objs.h.
Referenced by clear(), operator==(), and pack().
eta_t l1ct::EmCaloObj::hwEta |
Definition at line 91 of file layer1_objs.h.
Referenced by clear(), floatEta(), intEta(), operator==(), and pack().
hoe_t l1ct::EmCaloObj::hwHoe |
Definition at line 96 of file layer1_objs.h.
Referenced by clear(), floatHoe(), operator==(), and pack().
meanz_t l1ct::EmCaloObj::hwMeanZ |
Definition at line 95 of file layer1_objs.h.
Referenced by clear(), floatMeanZ(), operator==(), and pack().
phi_t l1ct::EmCaloObj::hwPhi |
Definition at line 92 of file layer1_objs.h.
Referenced by clear(), floatPhi(), intPhi(), operator==(), and pack().
pt_t l1ct::EmCaloObj::hwPt |
Definition at line 90 of file layer1_objs.h.
Referenced by clear(), floatPt(), intPt(), operator<(), operator==(), operator>(), and pack().
pt_t l1ct::EmCaloObj::hwPtErr |
Definition at line 90 of file layer1_objs.h.
Referenced by clear(), floatPtErr(), intPtErr(), operator==(), and pack().
srrtot_t l1ct::EmCaloObj::hwSrrTot |
Definition at line 94 of file layer1_objs.h.
Referenced by clear(), floatSrrTot(), operator==(), and pack().