![]() |
ATLAS Offline Software
|
Class describing a reconstructed MDT segment used by the L0Muon trigger. More...
#include <L0MDTSegment.h>
Public Member Functions | |
| Segment ()=default | |
| Segment (float m, float b) | |
| ~Segment ()=default | |
| void | setM (float x) |
| void | setB (float x) |
| void | setChi2 (float x) |
| void | setNHits (unsigned int x) |
| void | setZMin (float x) |
| void | setZMax (float x) |
| void | setZRef (float x) |
| void | setRRef (float x) |
| float | m () const |
| float | b () const |
| float | chi2 () const |
| unsigned int | nHits () const |
| float | zMin () const |
| float | zMax () const |
| float | zRef () const |
| float | rRef () const |
Private Attributes | |
| float | m_m {0.f} |
| float | m_b {0.f} |
| float | m_chi2 {0.f} |
| unsigned int | m_nHits {0} |
| float | m_zMin {0.f} |
| float | m_zMax {0.f} |
| float | m_zRef {0.f} |
| float | m_rRef {0.f} |
Class describing a reconstructed MDT segment used by the L0Muon trigger.
The class stores the fitted segment parameters in the global (z, R) plane, together with representative quantities derived from the hits used in the fit.
Definition at line 17 of file L0MDTSegment.h.
|
default |
|
inline |
Definition at line 20 of file L0MDTSegment.h.
|
default |
|
inline |
Definition at line 36 of file L0MDTSegment.h.
|
inline |
Definition at line 37 of file L0MDTSegment.h.
|
inline |
Definition at line 35 of file L0MDTSegment.h.
|
inline |
Definition at line 38 of file L0MDTSegment.h.
|
inline |
Definition at line 43 of file L0MDTSegment.h.
|
inline |
Definition at line 25 of file L0MDTSegment.h.
|
inline |
Definition at line 26 of file L0MDTSegment.h.
|
inline |
Definition at line 24 of file L0MDTSegment.h.
|
inline |
Definition at line 27 of file L0MDTSegment.h.
|
inline |
Definition at line 32 of file L0MDTSegment.h.
|
inline |
Definition at line 30 of file L0MDTSegment.h.
|
inline |
Definition at line 29 of file L0MDTSegment.h.
|
inline |
Definition at line 31 of file L0MDTSegment.h.
|
inline |
Definition at line 41 of file L0MDTSegment.h.
|
inline |
Definition at line 40 of file L0MDTSegment.h.
|
inline |
Definition at line 42 of file L0MDTSegment.h.
|
private |
Definition at line 47 of file L0MDTSegment.h.
|
private |
Definition at line 48 of file L0MDTSegment.h.
|
private |
Definition at line 46 of file L0MDTSegment.h.
|
private |
Definition at line 49 of file L0MDTSegment.h.
|
private |
Definition at line 54 of file L0MDTSegment.h.
|
private |
Definition at line 52 of file L0MDTSegment.h.
|
private |
Definition at line 51 of file L0MDTSegment.h.
|
private |
Definition at line 53 of file L0MDTSegment.h.