#include <CSCTrackFinderDataTypes.h>
Public Member Functions | |
pt_data & | operator= (const unsigned short &) |
pt_data () | |
pt_data (const unsigned short &us) | |
unsigned short | toint () const |
Public Attributes | |
unsigned short | charge_valid_front: 1 |
unsigned short | charge_valid_rear: 1 |
unsigned short | front_rank: 7 |
unsigned short | rear_rank: 7 |
Definition at line 113 of file CSCTrackFinderDataTypes.h.
|
inline |
Definition at line 120 of file CSCTrackFinderDataTypes.h.
|
inline |
pt_data & pt_data::operator= | ( | const unsigned short & | us | ) |
Definition at line 62 of file CSCTrackFinderDataTypes.cc.
References charge_valid_front, charge_valid_rear, front_rank, and rear_rank.
Referenced by pt_data().
unsigned short pt_data::toint | ( | ) | const |
Definition at line 89 of file CSCTrackFinderDataTypes.cc.
References charge_valid_front, charge_valid_rear, front_rank, and rear_rank.
unsigned short pt_data::charge_valid_front |
Definition at line 116 of file CSCTrackFinderDataTypes.h.
Referenced by operator=(), and toint().
unsigned short pt_data::charge_valid_rear |
Definition at line 118 of file CSCTrackFinderDataTypes.h.
Referenced by operator=(), and toint().
unsigned short pt_data::front_rank |
Definition at line 115 of file CSCTrackFinderDataTypes.h.
Referenced by operator=(), and toint().
unsigned short pt_data::rear_rank |
Definition at line 117 of file CSCTrackFinderDataTypes.h.
Referenced by operator=(), and toint().