#include <MSVertex.h>
|
| MSVertex () |
|
| MSVertex (const MSVertex &) |
|
| MSVertex (int, const Amg::Vector3D &, float, float, int, int, int) |
|
| MSVertex (int, const Amg::Vector3D &, const std::vector< xAOD::TrackParticle * > &, float, float, int, int, int) |
|
MSVertex & | operator= (const MSVertex &msvx) |
|
virtual | ~MSVertex () |
|
MSVertex * | clone () |
|
void | setPosition (const Amg::Vector3D &) |
|
const Amg::Vector3D & | getPosition () const |
|
const std::vector< xAOD::TrackParticle * > * | getTracks () const |
|
void | setAuthor (const int) |
|
int | getAuthor () const |
|
float | getChi2Probability () const |
|
float | getChi2 () const |
|
int | getNTracks () const |
|
void | setNMDT (const int) |
|
void | setNRPC (const int) |
|
void | setNTGC (const int) |
|
int | getNMDT () const |
|
int | getNRPC () const |
|
int | getNTGC () const |
|
Definition at line 12 of file MSVertex.h.
◆ MSVertex() [1/4]
◆ MSVertex() [2/4]
Definition at line 13 of file MSVertex.cxx.
22 for (std::vector<xAOD::TrackParticle*>::const_iterator
i =
vertex.getTracks()->begin();
i !=
vertex.getTracks()->end(); ++
i) {
◆ MSVertex() [3/4]
MSVertex::MSVertex |
( |
int |
author, |
|
|
const Amg::Vector3D & |
position, |
|
|
float |
chi2prob, |
|
|
float |
chi2, |
|
|
int |
nMDT, |
|
|
int |
nRPC, |
|
|
int |
nTGC |
|
) |
| |
◆ MSVertex() [4/4]
◆ ~MSVertex()
◆ clone()
Definition at line 68 of file MSVertex.cxx.
69 std::vector<xAOD::TrackParticle*> trk;
◆ getAuthor()
int MSVertex::getAuthor |
( |
| ) |
const |
◆ getChi2()
float MSVertex::getChi2 |
( |
| ) |
const |
◆ getChi2Probability()
float MSVertex::getChi2Probability |
( |
| ) |
const |
◆ getNMDT()
int MSVertex::getNMDT |
( |
| ) |
const |
◆ getNRPC()
int MSVertex::getNRPC |
( |
| ) |
const |
◆ getNTGC()
int MSVertex::getNTGC |
( |
| ) |
const |
◆ getNTracks()
int MSVertex::getNTracks |
( |
| ) |
const |
◆ getPosition()
◆ getTracks()
◆ operator=()
◆ setAuthor()
void MSVertex::setAuthor |
( |
const int |
author | ) |
|
◆ setNMDT()
void MSVertex::setNMDT |
( |
const int |
nMDT | ) |
|
◆ setNRPC()
void MSVertex::setNRPC |
( |
const int |
nRPC | ) |
|
◆ setNTGC()
void MSVertex::setNTGC |
( |
const int |
nTGC | ) |
|
◆ setPosition()
◆ m_author
unsigned int MSVertex::m_author |
|
private |
◆ m_chi2
◆ m_chi2prob
float MSVertex::m_chi2prob |
|
private |
◆ m_nMDT
◆ m_nRPC
◆ m_nTGC
◆ m_position
◆ m_tracks
The documentation for this class was generated from the following files:
Class describing a TrackParticle.