StRoot
1
|
#include <StiTrackNode.h>
Public Member Functions | |
void | reset () |
StiHit * | getHit (int idx) const |
int | getNHits () const |
double | getChi2 (int idx=0) const |
double | getDetr (int idx=0) const |
void | add (StiHit *hit, double chi2, double detr=1.) |
void | print (const char *opt="") const |
Axiliary class for StiKalmanTrackNode only. Small container of about 3 best hits for this node. Used for refit.
Definition at line 97 of file StiTrackNode.h.