#include <layer1_emulator.h>
Public Member Functions | |
void | clear () |
bool | read (std::fstream &from) |
bool | write (std::fstream &to) const |
Public Member Functions inherited from l1ct::PFNeutralObj | |
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) |
Public Attributes | |
const l1t::PFCandidate * | srcCand = nullptr |
const l1t::PFCluster * | srcCluster = nullptr |
Public Attributes inherited from l1ct::PFNeutralObj | |
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 |
Additional Inherited Members | |
Static Public Member Functions inherited from l1ct::PFNeutralObj | |
static PFNeutralObj | unpack (const ap_uint< BITWIDTH > &src) |
Static Public Attributes inherited from l1ct::PFNeutralObj | |
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 |
Definition at line 87 of file layer1_emulator.h.
|
inline |
Definition at line 92 of file layer1_emulator.h.
References l1ct::PFNeutralObj::clear(), srcCand, and srcCluster.
bool l1ct::PFNeutralObjEmu::read | ( | std::fstream & | from | ) |
Referenced by edmIntegrityCheck.PublishToFileSystem::get().
bool l1ct::PFNeutralObjEmu::write | ( | std::fstream & | to | ) | const |
Referenced by pkg.AbstractPkg::generate().
const l1t::PFCandidate* l1ct::PFNeutralObjEmu::srcCand = nullptr |
Definition at line 89 of file layer1_emulator.h.
Referenced by clear().
const l1t::PFCluster* l1ct::PFNeutralObjEmu::srcCluster = nullptr |
Definition at line 88 of file layer1_emulator.h.
Referenced by clear().