#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::PFChargedObj | |
void | clear () |
float | floatDEta () const |
float | floatDPhi () const |
float | floatDxy () const |
float | floatVtxEta () const |
float | floatVtxPhi () const |
float | floatZ0 () const |
eta_t | hwVtxEta () const |
phi_t | hwVtxPhi () const |
int | intVtxEta () const |
int | intVtxPhi () const |
bool | operator< (const PFChargedObj &other) const |
bool | operator== (const PFChargedObj &other) const |
bool | operator> (const PFChargedObj &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 |
const l1t::SAMuon * | srcMu = nullptr |
const l1t::PFTrack * | srcTrack = nullptr |
Public Attributes inherited from l1ct::PFChargedObj | |
tkdeta_t | hwDEta |
tkdphi_t | hwDPhi |
dxy_t | hwDxy |
tkquality_t | hwTkQuality |
z0_t | hwZ0 |
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::PFChargedObj | |
static PFChargedObj | unpack (const ap_uint< BITWIDTH > &src) |
Static Public Attributes inherited from l1ct::PFChargedObj | |
static const int | BITWIDTH |
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 71 of file layer1_emulator.h.
|
inline |
Definition at line 78 of file layer1_emulator.h.
References l1ct::PFChargedObj::clear(), srcCand, srcCluster, srcMu, and srcTrack.
bool l1ct::PFChargedObjEmu::read | ( | std::fstream & | from | ) |
Referenced by edmIntegrityCheck.PublishToFileSystem::get().
bool l1ct::PFChargedObjEmu::write | ( | std::fstream & | to | ) | const |
Referenced by pkg.AbstractPkg::generate().
const l1t::PFCandidate* l1ct::PFChargedObjEmu::srcCand = nullptr |
Definition at line 75 of file layer1_emulator.h.
Referenced by clear().
const l1t::PFCluster* l1ct::PFChargedObjEmu::srcCluster = nullptr |
Definition at line 72 of file layer1_emulator.h.
Referenced by clear().
const l1t::SAMuon* l1ct::PFChargedObjEmu::srcMu = nullptr |
Definition at line 74 of file layer1_emulator.h.
Referenced by clear().
const l1t::PFTrack* l1ct::PFChargedObjEmu::srcTrack = nullptr |
Definition at line 73 of file layer1_emulator.h.
Referenced by clear().