#include <CSCTrackFinderDataTypes.h>
Public Member Functions | |
unsigned | delta_phi () const |
pt_address & | operator= (const unsigned &) |
pt_address () | |
pt_address (const unsigned &us) | |
unsigned | toint () const |
Public Attributes | |
unsigned int | delta_phi_12: 8 |
unsigned int | delta_phi_23: 4 |
unsigned int | delta_phi_sign: 1 |
unsigned int | track_eta: 4 |
unsigned int | track_fr: 1 |
unsigned int | track_mode: 4 |
Definition at line 70 of file CSCTrackFinderDataTypes.h.
|
inline |
Definition at line 80 of file CSCTrackFinderDataTypes.h.
|
inline |
Definition at line 86 of file CSCTrackFinderDataTypes.h.
References operator=().
unsigned pt_address::delta_phi | ( | ) | const |
Definition at line 135 of file CSCTrackFinderDataTypes.cc.
References delta_phi_12, and delta_phi_23.
pt_address & pt_address::operator= | ( | const unsigned & | u | ) |
Definition at line 34 of file CSCTrackFinderDataTypes.cc.
References delta_phi_12, delta_phi_23, delta_phi_sign, track_eta, track_fr, and track_mode.
Referenced by pt_address().
unsigned pt_address::toint | ( | ) | const |
Definition at line 128 of file CSCTrackFinderDataTypes.cc.
References delta_phi_12, delta_phi_23, delta_phi_sign, track_eta, track_fr, and track_mode.
unsigned int pt_address::delta_phi_12 |
Definition at line 73 of file CSCTrackFinderDataTypes.h.
Referenced by delta_phi(), operator=(), and toint().
unsigned int pt_address::delta_phi_23 |
Definition at line 74 of file CSCTrackFinderDataTypes.h.
Referenced by delta_phi(), operator=(), and toint().
unsigned int pt_address::delta_phi_sign |
Definition at line 77 of file CSCTrackFinderDataTypes.h.
Referenced by operator=(), and toint().
unsigned int pt_address::track_eta |
Definition at line 75 of file CSCTrackFinderDataTypes.h.
Referenced by operator=(), and toint().
unsigned int pt_address::track_fr |
Definition at line 78 of file CSCTrackFinderDataTypes.h.
Referenced by operator=(), and toint().
unsigned int pt_address::track_mode |
Definition at line 76 of file CSCTrackFinderDataTypes.h.
Referenced by operator=(), and toint().