CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
l1ct::MuObjEmu Struct Reference

#include <layer1_emulator.h>

Inheritance diagram for l1ct::MuObjEmu:
l1ct::MuObj

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< BITWIDTHpack () const
 

Public Attributes

const l1t::SAMuonsrc = 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
 

Detailed Description

Definition at line 62 of file layer1_emulator.h.

Member Function Documentation

◆ clear()

void l1ct::MuObjEmu::clear ( void  )
inline

Definition at line 66 of file layer1_emulator.h.

References l1ct::MuObj::clear(), and src.

66  {
67  MuObj::clear();
68  src = nullptr;
69  }
void clear()
Definition: layer1_objs.h:232
const l1t::SAMuon * src

◆ read()

bool l1ct::MuObjEmu::read ( std::fstream &  from)

◆ write()

bool l1ct::MuObjEmu::write ( std::fstream &  to) const

Member Data Documentation

◆ src

const l1t::SAMuon* l1ct::MuObjEmu::src = nullptr

Definition at line 63 of file layer1_emulator.h.

Referenced by clear().