ATLAS Offline Software
|
#include <StrawDx.h>
Public Member Functions | |
StrawDx () | |
constructors More... | |
StrawDx (unsigned char dx1, unsigned char dx2, unsigned char dxerr) | |
unsigned char | packeddx1 () const |
access to packed dx1 values. More... | |
unsigned char | packeddx2 () const |
access to packed dx2 values. More... | |
unsigned char | packeddxerr () const |
access to packed dx error More... | |
bool | isvalid () const |
access to validation flag More... | |
void | print () const |
dump More... | |
bool | operator== (const StrawDx &rhs) const |
assignment operator More... | |
Private Attributes | |
unsigned char | m_packeddx1 |
packed Rphi shift at electronics More... | |
unsigned char | m_packeddx2 |
packed Rphi shift at wire fixation More... | |
unsigned char | m_packeddxerr |
packed error (255 if invalid) More... | |
|
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 |