1 #ifndef TStiKalmanTrack_h
2 #define TStiKalmanTrack_h
8 #include "StEvent/StEnumerations.h"
9 #include "Sti/StiKalmanTrack.h"
30 virtual void Print(Option_t *opt =
"")
const;
35 std::set<TStiKalmanTrackNode>
fNodes;
void AssignClosestCandidateHit()
TStiEvent * fEvent
Pointer to mother event containing this track.
void FindClosestHits(const std::set< TStiHit > &stiHits)
For each node of this track finds the hit closest to the mean track projection, i.e.
double GetEnergyLosses() const
virtual void Print(Option_t *opt="") const
const TStiKalmanTrackNode & GetDcaNode() const
const TStiEvent * GetParentEvent() const
const std::set< TStiKalmanTrackNode > & GetNodes() const
std::pair< std::set< TStiHit >::iterator, bool > AddToParentEvent(const TStiHit &stiHit)
void FindCandidateHits(const std::set< TStiHit > &stiHits)
For each node of this track finds hits in some proximity to the mean track projection.
double fEnergyLosses
Total track energy lost in all volumes.
std::set< TStiKalmanTrackNode > fNodes