#include <MSVertex.h>
|
| | MSVertex ()=default |
| |
| | MSVertex (const MSVertex &)=default |
| |
| | MSVertex (int, const Amg::Vector3D &, double, double, int, int, int) |
| |
| | MSVertex (int, const Amg::Vector3D &, const std::vector< const xAOD::TrackParticle * > &, double, double, int, int, int) |
| |
| MSVertex & | operator= (const MSVertex &msvx)=default |
| |
| virtual | ~MSVertex () |
| |
| void | setPosition (const Amg::Vector3D &) |
| |
| const Amg::Vector3D & | getPosition () const |
| |
| const std::vector< const xAOD::TrackParticle * > * | getTracks () const |
| |
| void | setAuthor (const int) |
| |
| int | getAuthor () const |
| |
| double | getChi2Probability () const |
| |
| double | getChi2 () const |
| |
| int | getNTracks () const |
| |
| void | setNMDT (const int, const int, const int, const int, const int, const int) |
| |
| void | setNRPC (const int, const int, const int, const int, const int, const int) |
| |
| void | setNTGC (const int, const int, const int, const int, const int, const int) |
| |
| int | getNMDT () const |
| |
| int | getNRPC () const |
| |
| int | getNTGC () const |
| |
| const std::vector< int > | getNMDT_all () const |
| |
| const std::vector< int > | getNRPC_all () const |
| |
| const std::vector< int > | getNTGC_all () const |
| |
Definition at line 13 of file MSVertex.h.
◆ MSVertex() [1/4]
◆ MSVertex() [2/4]
◆ MSVertex() [3/4]
| MSVertex::MSVertex |
( |
int |
author, |
|
|
const Amg::Vector3D & |
position, |
|
|
double |
chi2prob, |
|
|
double |
chi2, |
|
|
int |
nMDT, |
|
|
int |
nRPC, |
|
|
int |
nTGC |
|
) |
| |
◆ MSVertex() [4/4]
◆ ~MSVertex()
◆ getAuthor()
| int MSVertex::getAuthor |
( |
| ) |
const |
◆ getChi2()
| double MSVertex::getChi2 |
( |
| ) |
const |
◆ getChi2Probability()
| double MSVertex::getChi2Probability |
( |
| ) |
const |
◆ getNMDT()
| int MSVertex::getNMDT |
( |
| ) |
const |
◆ getNMDT_all()
| const std::vector< int > MSVertex::getNMDT_all |
( |
| ) |
const |
◆ getNRPC()
| int MSVertex::getNRPC |
( |
| ) |
const |
◆ getNRPC_all()
| const std::vector< int > MSVertex::getNRPC_all |
( |
| ) |
const |
◆ getNTGC()
| int MSVertex::getNTGC |
( |
| ) |
const |
◆ getNTGC_all()
| const std::vector< int > MSVertex::getNTGC_all |
( |
| ) |
const |
◆ getNTracks()
| int MSVertex::getNTracks |
( |
| ) |
const |
◆ getPosition()
◆ getTracks()
◆ operator=()
◆ setAuthor()
| void MSVertex::setAuthor |
( |
const int |
author | ) |
|
◆ setNMDT()
◆ setNRPC()
◆ setNTGC()
◆ setPosition()
◆ m_author
| unsigned int MSVertex::m_author {0} |
|
private |
◆ m_chi2
| double MSVertex::m_chi2 {-1.f} |
|
private |
◆ m_chi2prob
| double MSVertex::m_chi2prob {-1.f} |
|
private |
◆ m_nMDT
◆ m_nMDT_E
| int MSVertex::m_nMDT_E {0} |
|
private |
◆ m_nMDT_I
| int MSVertex::m_nMDT_I {0} |
|
private |
◆ m_nMDT_inwards
| int MSVertex::m_nMDT_inwards {0} |
|
private |
◆ m_nMDT_M
| int MSVertex::m_nMDT_M {0} |
|
private |
◆ m_nMDT_O
| int MSVertex::m_nMDT_O {0} |
|
private |
◆ m_nRPC
◆ m_nRPC_E
| int MSVertex::m_nRPC_E {0} |
|
private |
◆ m_nRPC_I
| int MSVertex::m_nRPC_I {0} |
|
private |
◆ m_nRPC_inwards
| int MSVertex::m_nRPC_inwards {0} |
|
private |
◆ m_nRPC_M
| int MSVertex::m_nRPC_M {0} |
|
private |
◆ m_nRPC_O
| int MSVertex::m_nRPC_O {0} |
|
private |
◆ m_nTGC
◆ m_nTGC_E
| int MSVertex::m_nTGC_E {0} |
|
private |
◆ m_nTGC_I
| int MSVertex::m_nTGC_I {0} |
|
private |
◆ m_nTGC_inwards
| int MSVertex::m_nTGC_inwards {0} |
|
private |
◆ m_nTGC_M
| int MSVertex::m_nTGC_M {0} |
|
private |
◆ m_nTGC_O
| int MSVertex::m_nTGC_O {0} |
|
private |
◆ m_position
◆ m_tracks
The documentation for this class was generated from the following files: