#include <AlUserTrack.h>
Inheritance diagram for AlUserTrack:
Public Methods | |
AlUserTrack () | |
AlUserTrack (const AlUserTrack &rhsAt) | |
ALEPHTYPE | TYPE () const |
get the type. More... | |
AlephCollection<AlObject*>& | getDaughters () |
void | addDaughter (AlObject *d) |
float | EM (int i) const |
float | EM (int m, int n) const |
HepSymMatrix& | EM () |
void | setEM (int i, float val) |
void | setEM (const HepSymMatrix &em) |
float | SIG (int i) const |
float | EM_kin (int m, int n) const |
HepSymMatrix& | EM_kin () |
void | setEM_kin (int i, float val) |
void | setEM_kin (const HepSymMatrix &em) |
float | SIGEE () const |
Error squared on the energy. More... | |
float | SIGPP () const |
Error squared on the momentum. More... | |
float | SIGMM () const |
Error squared on the mass. More... | |
float | corrMatrix (int m, int n) const |
HepMatrix& | corrMatrix () |
void | setCorrMatrix (int i, int j, float val) |
void | setCorrMatrix (const HepMatrix &cm) |
virtual | ~AlUserTrack () |
Private Attributes | |
AlephCollection<AlObject*> | _daughters |
HepSymMatrix | _EM |
HepSymMatrix | _EM_kin |
HepMatrix | _corr_track_vertex |
|
Definition at line 4 of file AlUserTrack.cpp. |
|
Definition at line 19 of file AlUserTrack.cpp. |
|
Definition at line 57 of file AlUserTrack.h. |
|
Definition at line 70 of file AlUserTrack.cpp. |
|
Definition at line 64 of file AlUserTrack.cpp. |
|
Definition at line 47 of file AlUserTrack.cpp. |
|
Definition at line 123 of file AlUserTrack.cpp. |
|
Definition at line 117 of file AlUserTrack.cpp. |
|
Definition at line 100 of file AlUserTrack.cpp. Referenced by SIGEE(), SIGMM(), and SIGPP().
|
|
Error squared on the energy.
Definition at line 155 of file AlUserTrack.cpp. |
|
Error squared on the mass.
Definition at line 165 of file AlUserTrack.cpp. |
|
Error squared on the momentum.
Definition at line 158 of file AlUserTrack.cpp. |
|
get the type.
Reimplemented from QvecBase. Definition at line 29 of file AlUserTrack.h. |
|
Definition at line 41 of file AlUserTrack.cpp. Referenced by AlVertexFitter::doFit().
|
|
Definition at line 181 of file AlUserTrack.cpp. |
|
Definition at line 175 of file AlUserTrack.cpp. |
|
Definition at line 35 of file AlUserTrack.cpp. |
|
Definition at line 194 of file AlUserTrack.cpp. |
|
Definition at line 187 of file AlUserTrack.cpp. Referenced by AlVertexFitter::doFit().
|
|
Definition at line 89 of file AlUserTrack.cpp. |
|
Definition at line 76 of file AlUserTrack.cpp. |
|
Definition at line 145 of file AlUserTrack.cpp. |
|
Definition at line 129 of file AlUserTrack.cpp. Referenced by AlVertexFitter::doFit().
|
|
Definition at line 63 of file AlUserTrack.h. Referenced by EM(), and setEM().
|
|
Definition at line 65 of file AlUserTrack.h. Referenced by EM_kin(), SIG(), and setEM_kin().
|
|
Definition at line 67 of file AlUserTrack.h. Referenced by corrMatrix(), and setCorrMatrix().
|
|
Definition at line 61 of file AlUserTrack.h. |