![]() |
ATLAS Offline Software
|
#include <TBTrack.h>
Public Types | |
| typedef double | signal_type |
Public Member Functions | |
| TBTrack () | |
| TBTrack (int hitNumberX, int hitNumberY) | |
| TBTrack (const std::vector< double > &residualU, const std::vector< double > &residualV) | |
| TBTrack (const TBTrack &)=default | |
| TBTrack (TBTrack &&)=default | |
| TBTrack & | operator= (const TBTrack &)=default |
| TBTrack & | operator= (TBTrack &&)=default |
| ~TBTrack () | |
| int | getHitNumberU () const |
| int | getHitNumberV () const |
| double | getChi2_global () const |
| double | getChi2_u () const |
| double | getChi2_v () const |
| double | getAngle () const |
| double | getUslope () const |
| double | getVslope () const |
| double | getUintercept () const |
| double | getVintercept () const |
| double | getResidualu (int ind) const |
| double | getResidualv (int ind) const |
| const std::vector< double > & | getResidualu () const |
| const std::vector< double > & | getResidualv () const |
| double | getCryoHitu () const |
| double | getCryoHitv () const |
| double | getCryoHitw () const |
| void | setChi2 (double chi2) |
| void | setChi2_u (double chi2u) |
| void | setChi2_v (double chi2v) |
| void | setAngle (double angle) |
| void | setUslope (double uslope) |
| void | setVslope (double vslope) |
| void | setUintercept (double uintercept) |
| void | setVintercept (double vintercept) |
| void | setResidualu (int ind, double residualu) |
| void | setResidualv (int ind, double residualv) |
| void | setCryoHitu (float cryou) |
| void | setCryoHitv (float cryov) |
| void | setCryoHitw (float cryow) |
Private Attributes | |
| int | m_hitNumberU |
| int | m_hitNumberV |
| std::vector< double > | m_residualu |
| std::vector< double > | m_residualv |
| double | m_chi2 = 0 |
| double | m_chi2u = 0 |
| double | m_chi2v = 0 |
| double | m_angle = 0 |
| double | m_uslope = 0 |
| double | m_vslope = 0 |
| double | m_uintercept = 0 |
| double | m_vintercept = 0 |
| double | m_cryou = 0 |
| double | m_cryov = 0 |
| double | m_cryow = 0 |
| typedef double TBTrack::signal_type |
| TBTrack::TBTrack | ( | int | hitNumberX, |
| int | hitNumberY ) |
Definition at line 7 of file TBTrack.cxx.
| TBTrack::TBTrack | ( | const std::vector< double > & | residualU, |
| const std::vector< double > & | residualV ) |
Definition at line 14 of file TBTrack.cxx.
|
default |
| TBTrack::~TBTrack | ( | ) |
Definition at line 23 of file TBTrack.cxx.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 83 of file TBTrack.h.
|
inline |
|
inline |
Definition at line 84 of file TBTrack.h.
|
inline |