#include <CSCTrackFinderDataTypes.h>
Public Member Functions | |
global_eta_data () | |
global_eta_data (const unsigned short &us) | |
global_eta_data & | operator= (const unsigned short &us) |
unsigned short | toint () const |
Public Attributes | |
unsigned short | global_bend: 5 |
unsigned short | global_eta: 7 |
unsigned short | spare: 4 |
Definition at line 99 of file CSCTrackFinderDataTypes.h.
|
inline |
Definition at line 105 of file CSCTrackFinderDataTypes.h.
|
inline |
Definition at line 106 of file CSCTrackFinderDataTypes.h.
References operator=().
global_eta_data & global_eta_data::operator= | ( | const unsigned short & | us | ) |
Definition at line 55 of file CSCTrackFinderDataTypes.cc.
References global_bend, and global_eta.
Referenced by global_eta_data().
unsigned short global_eta_data::toint | ( | ) | const |
unsigned short global_eta_data::global_bend |
Definition at line 102 of file CSCTrackFinderDataTypes.h.
Referenced by operator=(), and toint().
unsigned short global_eta_data::global_eta |
Definition at line 101 of file CSCTrackFinderDataTypes.h.
Referenced by operator=(), and toint().
unsigned short global_eta_data::spare |
Definition at line 103 of file CSCTrackFinderDataTypes.h.