|
star-travex
|
#include <TStiHitProxy.h>
Public Member Functions | |
| TStiHitProxy () | |
| TStiHitProxy (const TStiHit &hit, const TStiKalmanTrackNode &node) | |
| const TStiHit * | GetTStiHit () const |
| double | GetChi2 () const |
| double | GetDistanceToNode () const |
Static Public Member Functions | |
| static const TStiHit * | GetBareStiHit (const TStiHitProxy &hitProxy) |
Private Attributes | |
| const TStiHit * | fTStiHit |
| Pointer to the hit in question. More... | |
| const TStiKalmanTrackNode * | fTStiKTNode |
| Pointer to Sti node. More... | |
| double | fChi2 |
| Chi2 for this hit and the track node it was associated with. More... | |
| double | fDistanceToNode |
Friends | |
| bool | operator< (const TStiHitProxy &lhs, const TStiHitProxy &rhs) |
Definition at line 11 of file TStiHitProxy.h.
| TStiHitProxy::TStiHitProxy | ( | ) |
| TStiHitProxy::TStiHitProxy | ( | const TStiHit & | hit, |
| const TStiKalmanTrackNode & | node | ||
| ) |
Definition at line 18 of file TStiHitProxy.cxx.
|
inlinestatic |
Definition at line 22 of file TStiHitProxy.h.
|
inline |
Definition at line 19 of file TStiHitProxy.h.
|
inline |
Definition at line 20 of file TStiHitProxy.h.
|
inline |
Definition at line 18 of file TStiHitProxy.h.
|
friend |
Definition at line 28 of file TStiHitProxy.cxx.
|
private |
Chi2 for this hit and the track node it was associated with.
Definition at line 29 of file TStiHitProxy.h.
|
private |
Definition at line 30 of file TStiHitProxy.h.
|
private |
Pointer to the hit in question.
Definition at line 27 of file TStiHitProxy.h.
|
private |
Pointer to Sti node.
Definition at line 28 of file TStiHitProxy.h.
1.8.8