Class for endpoint data for one straw.
More...
#include <StrawDx.h>
|
| | 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
|
|
| 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)
|
Class for endpoint data for one straw.
Definition at line 28 of file StrawDx.h.
◆ StrawDx() [1/2]
| TRTCond::StrawDx::StrawDx |
( |
| ) |
|
|
inline |
constructors
Definition at line 38 of file StrawDx.h.
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)
◆ StrawDx() [2/2]
| TRTCond::StrawDx::StrawDx |
( |
unsigned char | dx1, |
|
|
unsigned char | dx2, |
|
|
unsigned char | dxerr ) |
|
inline |
◆ isvalid()
| bool TRTCond::StrawDx::isvalid |
( |
| ) |
const |
|
inline |
access to validation flag
Definition at line 50 of file StrawDx.h.
◆ operator==()
| bool TRTCond::StrawDx::operator== |
( |
const StrawDx & | rhs | ) |
const |
|
inline |
assignment operator
Definition at line 54 of file StrawDx.h.
◆ packeddx1()
| unsigned char TRTCond::StrawDx::packeddx1 |
( |
| ) |
const |
|
inline |
◆ packeddx2()
| unsigned char TRTCond::StrawDx::packeddx2 |
( |
| ) |
const |
|
inline |
◆ packeddxerr()
| unsigned char TRTCond::StrawDx::packeddxerr |
( |
| ) |
const |
|
inline |
access to packed dx error
Definition at line 48 of file StrawDx.h.
◆ print()
| void TRTCond::StrawDx::print |
( |
| ) |
const |
|
inline |
◆ m_packeddx1
| unsigned char TRTCond::StrawDx::m_packeddx1 |
|
private |
packed Rphi shift at electronics
Definition at line 31 of file StrawDx.h.
◆ m_packeddx2
| unsigned char TRTCond::StrawDx::m_packeddx2 |
|
private |
packed Rphi shift at wire fixation
Definition at line 32 of file StrawDx.h.
◆ m_packeddxerr
| unsigned char TRTCond::StrawDx::m_packeddxerr |
|
private |
packed error (255 if invalid)
Definition at line 33 of file StrawDx.h.
The documentation for this class was generated from the following file: