![]() |
ATLAS Offline Software
|
#include <MSVertex.h>
Private Attributes | |
| unsigned int | m_author {0} |
| Amg::Vector3D | m_position {Amg::Vector3D::Zero()} |
| std::vector< const xAOD::TrackParticle * > | m_tracks {} |
| double | m_chi2prob {-1.f} |
| double | m_chi2 {-1.f} |
| int | m_nMDT {0} |
| int | m_nMDT_inwards {0} |
| int | m_nMDT_I {0} |
| int | m_nMDT_E {0} |
| int | m_nMDT_M {0} |
| int | m_nMDT_O {0} |
| int | m_nRPC {0} |
| int | m_nRPC_inwards {0} |
| int | m_nRPC_I {0} |
| int | m_nRPC_E {0} |
| int | m_nRPC_M {0} |
| int | m_nRPC_O {0} |
| int | m_nTGC {0} |
| int | m_nTGC_inwards {0} |
| int | m_nTGC_I {0} |
| int | m_nTGC_E {0} |
| int | m_nTGC_M {0} |
| int | m_nTGC_O {0} |
Definition at line 13 of file MSVertex.h.
|
default |
| MSVertex::MSVertex | ( | int | author, |
| const Amg::Vector3D & | position, | ||
| double | chi2prob, | ||
| double | chi2, | ||
| int | nMDT, | ||
| int | nRPC, | ||
| int | nTGC ) |
Definition at line 10 of file MSVertex.cxx.
| MSVertex::MSVertex | ( | int | author, |
| const Amg::Vector3D & | position, | ||
| const std::vector< const xAOD::TrackParticle * > & | tracks, | ||
| double | chi2prob, | ||
| double | chi2, | ||
| int | nMDT, | ||
| int | nRPC, | ||
| int | nTGC ) |
Definition at line 13 of file MSVertex.cxx.
|
virtualdefault |
| int MSVertex::getAuthor | ( | ) | const |
Definition at line 34 of file MSVertex.cxx.
| double MSVertex::getChi2 | ( | ) | const |
Definition at line 36 of file MSVertex.cxx.
| double MSVertex::getChi2Probability | ( | ) | const |
Definition at line 35 of file MSVertex.cxx.
| int MSVertex::getNMDT | ( | ) | const |
Definition at line 73 of file MSVertex.cxx.
| const std::vector< int > MSVertex::getNMDT_all | ( | ) | const |
Definition at line 77 of file MSVertex.cxx.
| int MSVertex::getNRPC | ( | ) | const |
Definition at line 74 of file MSVertex.cxx.
| const std::vector< int > MSVertex::getNRPC_all | ( | ) | const |
Definition at line 78 of file MSVertex.cxx.
| int MSVertex::getNTGC | ( | ) | const |
Definition at line 75 of file MSVertex.cxx.
| const std::vector< int > MSVertex::getNTGC_all | ( | ) | const |
Definition at line 79 of file MSVertex.cxx.
| int MSVertex::getNTracks | ( | ) | const |
Definition at line 38 of file MSVertex.cxx.
| const Amg::Vector3D & MSVertex::getPosition | ( | ) | const |
Definition at line 28 of file MSVertex.cxx.
| const std::vector< const xAOD::TrackParticle * > * MSVertex::getTracks | ( | void | ) | const |
Definition at line 30 of file MSVertex.cxx.
| void MSVertex::setAuthor | ( | const int | author | ) |
Definition at line 32 of file MSVertex.cxx.
| void MSVertex::setNMDT | ( | const int | nMDT, |
| const int | nMDT_inwards, | ||
| const int | nMDT_I, | ||
| const int | nMDT_E, | ||
| const int | nMDT_M, | ||
| const int | nMDT_O ) |
Definition at line 45 of file MSVertex.cxx.
| void MSVertex::setNRPC | ( | const int | nRPC, |
| const int | nRPC_inwards, | ||
| const int | nRPC_I, | ||
| const int | nRPC_E, | ||
| const int | nRPC_M, | ||
| const int | nRPC_O ) |
Definition at line 54 of file MSVertex.cxx.
| void MSVertex::setNTGC | ( | const int | nTGC, |
| const int | nTGC_inwards, | ||
| const int | nTGC_I, | ||
| const int | nTGC_E, | ||
| const int | nTGC_M, | ||
| const int | nTGC_O ) |
Definition at line 63 of file MSVertex.cxx.
| void MSVertex::setPosition | ( | const Amg::Vector3D & | position | ) |
Definition at line 26 of file MSVertex.cxx.
|
private |
Definition at line 51 of file MSVertex.h.
|
private |
Definition at line 58 of file MSVertex.h.
|
private |
Definition at line 57 of file MSVertex.h.
|
private |
Definition at line 60 of file MSVertex.h.
|
private |
Definition at line 60 of file MSVertex.h.
|
private |
Definition at line 60 of file MSVertex.h.
|
private |
Definition at line 60 of file MSVertex.h.
|
private |
Definition at line 60 of file MSVertex.h.
|
private |
Definition at line 60 of file MSVertex.h.
|
private |
Definition at line 61 of file MSVertex.h.
|
private |
Definition at line 61 of file MSVertex.h.
|
private |
Definition at line 61 of file MSVertex.h.
|
private |
Definition at line 61 of file MSVertex.h.
|
private |
Definition at line 61 of file MSVertex.h.
|
private |
Definition at line 61 of file MSVertex.h.
|
private |
Definition at line 62 of file MSVertex.h.
|
private |
Definition at line 62 of file MSVertex.h.
|
private |
Definition at line 62 of file MSVertex.h.
|
private |
Definition at line 62 of file MSVertex.h.
|
private |
Definition at line 62 of file MSVertex.h.
|
private |
Definition at line 62 of file MSVertex.h.
|
private |
Definition at line 53 of file MSVertex.h.
|
private |
Definition at line 55 of file MSVertex.h.