#include <AlConcreteVertices.h>
Inheritance diagram for AlUsrVertex:
Public Methods | |
AlUsrVertex () | |
constructor. More... | |
AlUsrVertex (const AlUsrVertex &origin) | |
copy constructor. More... | |
AlUsrVertex (const AlVertex &origin) | |
conversion constructor. More... | |
~AlUsrVertex () | |
destructor. More... | |
ALEPHTYPE | TYPE () const |
get the type. More... | |
virtual void | setEM (const HepSymMatrix &matrix) |
set private members. More... | |
virtual void | setCHIF (const double chi2) |
virtual int | KVNTYPE () const |
vertex type. More... | |
virtual double | QVCHIF () const |
of the vertex fit. More... | |
virtual HepSymMatrix | QVEM () const |
covariance matrix. More... | |
virtual float | QVEM (int, int) const |
covariance matrix element. More... | |
Private Attributes | |
HepSymMatrix | _EM |
double | _CHI2 |
Definition at line 79 of file AlConcreteVertices.h.
|
constructor.
Definition at line 124 of file AlConcreteVertices.cpp. |
|
copy constructor.
Definition at line 133 of file AlConcreteVertices.cpp. |
|
conversion constructor.
Definition at line 140 of file AlConcreteVertices.cpp. |
|
destructor.
Definition at line 147 of file AlConcreteVertices.cpp. |
|
vertex type. vertex types are the alpha ones:
Definition at line 169 of file AlConcreteVertices.cpp. |
|
of the vertex fit.
Reimplemented from QvrtBase. Definition at line 170 of file AlConcreteVertices.cpp. |
|
covariance matrix element.
Reimplemented from QvrtBase. Definition at line 172 of file AlConcreteVertices.cpp. |
|
covariance matrix.
Reimplemented from QvrtBase. Definition at line 171 of file AlConcreteVertices.cpp. |
|
get the type.
Reimplemented from QvrtBase. Definition at line 96 of file AlConcreteVertices.h. |
|
Definition at line 154 of file AlConcreteVertices.cpp. Referenced by AlVertexFitter::doFit().
|
|
set private members.
Definition at line 150 of file AlConcreteVertices.cpp. Referenced by AlVertexFitter::doFit().
|
|
Definition at line 115 of file AlConcreteVertices.h. |
|
Definition at line 114 of file AlConcreteVertices.h. Referenced by QVEM().
|