#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 143 of file CSCTrackFinderDataTypes.h.
|
inline |
Definition at line 151 of file CSCTrackFinderDataTypes.h.
|
inline |
Definition at line 155 of file CSCTrackFinderDataTypes.h.
References operator=().
pt_data & pt_data::operator= | ( | const unsigned short & | us | ) |
Definition at line 69 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 100 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 147 of file CSCTrackFinderDataTypes.h.
Referenced by operator=(), and toint().
unsigned short pt_data::charge_valid_rear |
Definition at line 149 of file CSCTrackFinderDataTypes.h.
Referenced by operator=(), and toint().
unsigned short pt_data::front_rank |
Definition at line 146 of file CSCTrackFinderDataTypes.h.
Referenced by operator=(), and toint().
unsigned short pt_data::rear_rank |
Definition at line 148 of file CSCTrackFinderDataTypes.h.
Referenced by operator=(), and toint().