#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::MuObj | |
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 |
Public Attributes | |
const l1t::SAMuon * | src = nullptr |
Public Attributes inherited from l1ct::MuObj | |
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 |
Additional Inherited Members | |
Static Public Member Functions inherited from l1ct::MuObj | |
static MuObj | unpack (const ap_uint< BITWIDTH > &src) |
Static Public Attributes inherited from l1ct::MuObj | |
static const int | BITWIDTH |
Definition at line 62 of file layer1_emulator.h.
|
inline |
bool l1ct::MuObjEmu::read | ( | std::fstream & | from | ) |
Referenced by edmIntegrityCheck.PublishToFileSystem::get().
bool l1ct::MuObjEmu::write | ( | std::fstream & | to | ) | const |
Referenced by pkg.AbstractPkg::generate().
const l1t::SAMuon* l1ct::MuObjEmu::src = nullptr |
Definition at line 63 of file layer1_emulator.h.
Referenced by clear().