![]() |
ATLAS Offline Software
|
Class for endpoint data for one straw. More...
#include <StrawDx.h>
Public Member Functions | |
| StrawDx () | |
| constructors | |
| StrawDx (unsigned char dx1, unsigned char dx2, unsigned char dxerr) | |
| unsigned char | packeddx1 () const |
| access to packed dx1 values. | |
| unsigned char | packeddx2 () const |
| access to packed dx2 values. | |
| unsigned char | packeddxerr () const |
| access to packed dx error | |
| bool | isvalid () const |
| access to validation flag | |
| void | print () const |
| dump | |
| bool | operator== (const StrawDx &rhs) const |
| assignment operator | |
Private Attributes | |
| unsigned char | m_packeddx1 |
| packed Rphi shift at electronics | |
| unsigned char | m_packeddx2 |
| packed Rphi shift at wire fixation | |
| unsigned char | m_packeddxerr |
| packed error (255 if invalid) | |
|
inline |
constructors
Definition at line 38 of file StrawDx.h.
|
inline |
|
inline |
assignment operator
Definition at line 54 of file StrawDx.h.
|
inline |
access to packed dx1 values.
Packing is defined by StrawDxContainer
Definition at line 44 of file StrawDx.h.
|
inline |
access to packed dx2 values.
Packing is defined by StrawDxContainer
Definition at line 46 of file StrawDx.h.
|
inline |
|
inline |
dump
Definition at line 52 of file StrawDx.h.
|
private |
|
private |
|
private |