#include <CSCTrackFinderDataTypes.h>
Public Member Functions | |
global_eta_address () | |
global_eta_address (const unsigned &u) | |
global_eta_address & | operator= (const unsigned &u) |
unsigned | toint () const |
Public Attributes | |
unsigned int | cscid: 4 |
unsigned int | phi_bend: 6 |
unsigned int | phi_local: 2 |
unsigned int | wire_group: 7 |
unsigned int | zero: 13 |
Definition at line 38 of file CSCTrackFinderDataTypes.h.
|
inline |
Definition at line 46 of file CSCTrackFinderDataTypes.h.
|
inline |
Definition at line 47 of file CSCTrackFinderDataTypes.h.
References operator=().
global_eta_address & global_eta_address::operator= | ( | const unsigned & | u | ) |
Definition at line 22 of file CSCTrackFinderDataTypes.cc.
References cscid, phi_bend, phi_local, and wire_group.
Referenced by global_eta_address().
unsigned global_eta_address::toint | ( | ) | const |
Definition at line 101 of file CSCTrackFinderDataTypes.cc.
References cscid, phi_bend, phi_local, and wire_group.
unsigned int global_eta_address::cscid |
Definition at line 43 of file CSCTrackFinderDataTypes.h.
Referenced by operator=(), and toint().
unsigned int global_eta_address::phi_bend |
Definition at line 40 of file CSCTrackFinderDataTypes.h.
Referenced by operator=(), and toint().
unsigned int global_eta_address::phi_local |
Definition at line 41 of file CSCTrackFinderDataTypes.h.
Referenced by operator=(), and toint().
unsigned int global_eta_address::wire_group |
Definition at line 42 of file CSCTrackFinderDataTypes.h.
Referenced by operator=(), and toint().
unsigned int global_eta_address::zero |
Definition at line 44 of file CSCTrackFinderDataTypes.h.