#include <layer1_objs.h>
Public Member Functions | |
void | clear () |
float | floatDEta () const |
float | floatDPhi () const |
float | floatDxy () const |
float | floatEta () const |
float | floatPhi () const |
float | floatPt () const |
float | floatVtxEta () const |
float | floatVtxPhi () const |
float | floatZ0 () const |
glbeta_t | hwVtxEta () const |
glbphi_t | hwVtxPhi () const |
int | intCharge () const |
int | intEta () const |
int | intPhi () const |
int | intPt () const |
int | intVtxEta () const |
int | intVtxPhi () const |
bool | operator< (const MuObj &other) const |
bool | operator== (const MuObj &other) const |
bool | operator> (const MuObj &other) const |
ap_uint< BITWIDTH > | pack () const |
Static Public Member Functions | |
static MuObj | unpack (const ap_uint< BITWIDTH > &src) |
Public Attributes | |
bool | hwCharge |
tkdeta_t | hwDEta |
tkdphi_t | hwDPhi |
dxy_t | hwDxy |
glbeta_t | hwEta |
glbphi_t | hwPhi |
pt_t | hwPt |
ap_uint< 3 > | hwQuality |
z0_t | hwZ0 |
Static Public Attributes | |
static const int | BITWIDTH |
Definition at line 275 of file layer1_objs.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 285 of file layer1_objs.h.
References hwCharge, hwDPhi, and hwPhi.
Referenced by floatVtxPhi(), and intVtxPhi().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 288 of file layer1_objs.h.
References hwCharge, hwDEta, hwDPhi, hwDxy, hwEta, hwPhi, hwPt, hwQuality, hwZ0, and trackingPlots::other.
|
inline |
|
inline |
Definition at line 327 of file layer1_objs.h.
References hwCharge, hwDEta, hwDPhi, hwDxy, hwEta, hwPhi, hwPt, hwQuality, hwZ0, pack_bool_into_bits(), pack_into_bits(), and runTheMatrix::ret.
Definition at line 341 of file layer1_objs.h.
References runTheMatrix::ret, TrackRefitter_38T_cff::src, unpack_bool_from_bits(), and unpack_from_bits().
|
static |
Definition at line 325 of file layer1_objs.h.
bool l1ct::MuObj::hwCharge |
Definition at line 281 of file layer1_objs.h.
Referenced by clear(), hwVtxPhi(), intCharge(), operator==(), and pack().
tkdeta_t l1ct::MuObj::hwDEta |
Definition at line 279 of file layer1_objs.h.
Referenced by clear(), floatDEta(), hwVtxEta(), operator==(), and pack().
tkdphi_t l1ct::MuObj::hwDPhi |
Definition at line 280 of file layer1_objs.h.
Referenced by clear(), floatDPhi(), hwVtxPhi(), operator==(), and pack().
dxy_t l1ct::MuObj::hwDxy |
Definition at line 283 of file layer1_objs.h.
Referenced by clear(), floatDxy(), operator==(), and pack().
glbeta_t l1ct::MuObj::hwEta |
Definition at line 277 of file layer1_objs.h.
Referenced by clear(), floatEta(), hwVtxEta(), intEta(), operator==(), and pack().
glbphi_t l1ct::MuObj::hwPhi |
Definition at line 278 of file layer1_objs.h.
Referenced by clear(), floatPhi(), hwVtxPhi(), intPhi(), operator==(), and pack().
pt_t l1ct::MuObj::hwPt |
Definition at line 276 of file layer1_objs.h.
Referenced by clear(), floatPt(), intPt(), operator<(), operator==(), operator>(), and pack().
ap_uint<3> l1ct::MuObj::hwQuality |
Definition at line 284 of file layer1_objs.h.
Referenced by clear(), operator==(), and pack().
z0_t l1ct::MuObj::hwZ0 |
Definition at line 282 of file layer1_objs.h.
Referenced by clear(), floatZ0(), operator==(), and pack().