#include <AlConcreteVertices.h>
Inheritance diagram for AlVertex:
Public Methods | |
AlVertex () | |
constructor. More... | |
AlVertex (const AlVertex &origin) | |
copy constructor. More... | |
~AlVertex () | |
destructor. More... | |
virtual void | SetPointer (QVRT *pointer) |
set the pointer to QVRT. More... | |
ALEPHTYPE | TYPE () const |
get the type. More... | |
virtual int | KVN () const |
vertex number. More... | |
virtual int | KVTYPE () 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... | |
virtual float | PKINK () const |
momentum of the parent track at the kink position (KINK only). More... | |
virtual float | PTOUT () const |
Pt of the outgoing track relative to parent (KINK only). More... | |
virtual float | PLOUT () const |
Pl of the outgoing track relative to parent (KINK only). More... | |
virtual int | IHYPK () const |
Hypothesis of mass cuts satisfied by this decay. More... | |
virtual float | TOF () const |
time of flight. More... | |
virtual char* | VertexVolumeName () const |
vertex volume name. More... | |
virtual char* | VertexMechanisme () const |
vertex mechanisme. More... | |
Private Attributes | |
QVRT* | qvrt |
pointer to QVRT. More... |
Definition at line 19 of file AlConcreteVertices.h.
|
constructor.
Definition at line 21 of file AlConcreteVertices.cpp. |
|
copy constructor.
Definition at line 27 of file AlConcreteVertices.cpp. |
|
destructor.
Definition at line 33 of file AlConcreteVertices.cpp. |
|
Hypothesis of mass cuts satisfied by this decay. Hypothesis of mass cut atisfied by this decay:
Reimplemented from QvrtBase. Definition at line 99 of file AlConcreteVertices.cpp. |
|
vertex number.
Reimplemented from QvrtBase. Definition at line 43 of file AlConcreteVertices.cpp. |
|
vertex type. vertex types are the alpha ones:
Reimplemented from QvrtBase. Definition at line 53 of file AlConcreteVertices.cpp. |
|
momentum of the parent track at the kink position (KINK only).
Reimplemented from QvrtBase. Definition at line 83 of file AlConcreteVertices.cpp. |
|
Pl of the outgoing track relative to parent (KINK only).
Reimplemented from QvrtBase. Definition at line 85 of file AlConcreteVertices.cpp. |
|
Pt of the outgoing track relative to parent (KINK only).
Reimplemented from QvrtBase. Definition at line 84 of file AlConcreteVertices.cpp. |
|
of the vertex fit.
Reimplemented from QvrtBase. Definition at line 54 of file AlConcreteVertices.cpp. |
|
covariance matrix element.
Reimplemented from QvrtBase. Definition at line 72 of file AlConcreteVertices.cpp. |
|
covariance matrix.
Reimplemented from QvrtBase. Definition at line 56 of file AlConcreteVertices.cpp. |
|
set the pointer to QVRT.
Definition at line 36 of file AlConcreteVertices.cpp. Referenced by AlphaBanks::InitObjectStructure().
|
|
time of flight.
Reimplemented from QvrtBase. Definition at line 100 of file AlConcreteVertices.cpp. |
|
get the type.
Reimplemented from QvrtBase. Definition at line 36 of file AlConcreteVertices.h. |
|
vertex mechanisme.
Reimplemented from QvrtBase. Definition at line 108 of file AlConcreteVertices.cpp. |
|
vertex volume name.
Reimplemented from QvrtBase. Definition at line 101 of file AlConcreteVertices.cpp. |
|
pointer to QVRT.
Definition at line 67 of file AlConcreteVertices.h. |