#include <pf.h>
Public Member Functions | |
void | clear () |
float | floatEmPt () const |
int | intEmPt () const |
bool | operator< (const PFNeutralObj &other) const |
bool | operator== (const PFNeutralObj &other) const |
bool | operator> (const PFNeutralObj &other) const |
ap_uint< BITWIDTH > | pack () const |
Public Member Functions inherited from l1ct::PFCommonObj | |
float | floatEta () const |
float | floatPhi () const |
float | floatPt () const |
int | intCharge () const |
int | intEta () const |
int | intId () const |
int | intPhi () const |
int | intPt () const |
int | oldId () const |
template<typename U > | |
void | pack_common (U &out, unsigned int &start) const |
int | pdgId () const |
template<typename U > | |
void | unpack_common (const U &src, unsigned int &start) |
Static Public Member Functions | |
static PFNeutralObj | unpack (const ap_uint< BITWIDTH > &src) |
Public Attributes | |
emid_t | hwEmID |
pt_t | hwEmPt |
ap_uint< 6 > | hwPUID |
Public Attributes inherited from l1ct::PFCommonObj | |
eta_t | hwEta |
ParticleID | hwId |
phi_t | hwPhi |
pt_t | hwPt |
Static Public Attributes | |
static const int | BITWIDTH = _PFCOMMON_BITWIDTH + pt_t::width + ap_uint<6>::width + ap_uint<6>::width |
Static Public Attributes inherited from l1ct::PFCommonObj | |
static const int | _PFCOMMON_BITWIDTH = pt_t::width + eta_t::width + phi_t::width + 3 |
|
inline |
Definition at line 125 of file pf.h.
References l1ct::ParticleID::clear(), hwEmID, hwEmPt, l1ct::PFCommonObj::hwEta, l1ct::PFCommonObj::hwId, l1ct::PFCommonObj::hwPhi, l1ct::PFCommonObj::hwPt, and hwPUID.
Referenced by l1ct::PFNeutralObjEmu::clear().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 117 of file pf.h.
References hwEmID, hwEmPt, l1ct::PFCommonObj::hwEta, l1ct::PFCommonObj::hwId, l1ct::PFCommonObj::hwPhi, l1ct::PFCommonObj::hwPt, hwPUID, and trackingPlots::other.
|
inline |
|
inline |
Definition at line 139 of file pf.h.
References hwEmID, hwEmPt, hwPUID, l1ct::PFCommonObj::pack_common(), pack_into_bits(), and runTheMatrix::ret.
|
inlinestatic |
Definition at line 148 of file pf.h.
References runTheMatrix::ret, TrackRefitter_38T_cff::src, and unpack_from_bits().
|
static |
emid_t l1ct::PFNeutralObj::hwEmID |
Definition at line 114 of file pf.h.
Referenced by clear(), operator==(), and pack().
pt_t l1ct::PFNeutralObj::hwEmPt |
Definition at line 113 of file pf.h.
Referenced by clear(), floatEmPt(), intEmPt(), operator==(), and pack().
ap_uint<6> l1ct::PFNeutralObj::hwPUID |
Definition at line 115 of file pf.h.
Referenced by clear(), operator==(), and pack().