#include <L1SeedConePFJetEmulator.h>
Public Attributes | |
std::vector< l1ct::PuppiObjEmu > | constituents |
Public Attributes inherited from l1ct::Jet | |
glbeta_t | hwEta |
glbphi_t | hwPhi |
pt_t | hwPt |
Additional Inherited Members | |
Public Member Functions inherited from l1ct::Jet | |
void | clear () |
float | floatEta () const |
float | floatPhi () const |
float | floatPt () const |
void | initFromBits (const ap_uint< BITWIDTH > &src) |
int | intEta () const |
int | intPhi () const |
int | intPt () const |
bool | operator< (const Jet &other) const |
bool | operator== (const Jet &other) const |
bool | operator> (const Jet &other) const |
std::array< uint64_t, 2 > | pack () const |
ap_uint< BITWIDTH > | pack_ap () const |
l1gt::Jet | toGT () const |
Static Public Member Functions inherited from l1ct::Jet | |
static Jet | unpack (const std::array< uint64_t, 2 > &src) |
static Jet | unpack (long long unsigned int &src) |
static Jet | unpack_ap (const ap_uint< BITWIDTH > &src) |
Static Public Attributes inherited from l1ct::Jet | |
static const int | BITWIDTH = pt_t::width + glbeta_t::width + glbphi_t::width |
Definition at line 26 of file L1SeedConePFJetEmulator.h.
std::vector<l1ct::PuppiObjEmu> L1SCJetEmu::Jet::constituents |
Definition at line 28 of file L1SeedConePFJetEmulator.h.