1 #ifndef TStiKalmanTrackNode_h
2 #define TStiKalmanTrackNode_h
10 #include "Sti/StiKalmanTrackNode.h"
59 virtual void Print(Option_t *opt =
"")
const;
virtual void Print(Option_t *opt="") const
TVector3 fProjError
The projection error to the node before the re-fit.
const std::set< TStiHitProxy > & GetCandidateProxyHits() const
float fNodeRadius
The nominal radius of the Sti volume associated with this node.
double CalcDistanceToHit(const TStiHit &hit) const
const TVector3 & GetPosition() const
const TVector3 & GetPositionLocal() const
TVector3 fPosition
Global coordinates of the final (post re-fit) track node position.
void FindCandidateHitsByChi2(const std::set< TStiHit > &stiHits) const
float fNodeCenterRefAngle
Angle to the center of the Sti volume associated with this node.
std::string fVolumeName
Name of Sti volume.
const TVector3 & GetPosition() const
float GetNodeMaterialDensity() const
TVector3 CalcPullToHit(const TStiHit &hit) const
TVector3 CalcPullClosestHit() const
Calculates and returns uncorrelated three components which can be used in the pull distribution...
const StiKalmanTrackNode * fStiTrackNode
Transient pointer to original StiKalmanTrackNode to access non-persistent info.
const TStiHit * fAcceptedStiHit
Pointer to the hit associated with this node by the reconstruction algorithm, if any.
std::string GetVolumeName() const
void FindClosestHit(const std::set< TStiHit > &stiHits) const
Traverses the provided collection of hits and sets the internal pointer to the hit closest to this tr...
float GetNodeRelRadLength() const
const TStiHit * GetHit() const
TVector3 CalcDiffProjToFitError() const
double CalcDistanceToHit() const
bool MatchedVolName(const std::string &pattern) const
std::set< TStiHitProxy > fCandidateStiHits
Collection of hits in some proximity of mean track projection.
float GetNodeRadius() const
const TStiHit * fClosestStiHit
Pointer to the hit closest to this node if any.
void FindCandidateHits(const std::set< TStiHit > &stiHits) const
In the provided collection of hits this class method finds all hits within a 5-sigma vicinity around ...
const TStiHit * GetClosestHit() const
TVector3 fProjPositionLocal
Local coordinates of the projected (pre re-fit) track node position.
float fNodeRelRadLength
Relative radiation length.
float GetNodeCenterRefAngle() const
const TVector3 & GetPositionLocal() const
const TVector3 & GetProjPositionLocal() const
double CalcDistanceProjToHit() const
float fEnergyLosses
Energy lost in the volume.
float fNodeMaterialDensity
Density of the material of this node/volume.
double CalcDistanceToClosestHit() const
double CalcChi2(const TStiHit &hit) const
Calculate chi2 for a user provided hit using the original Sti methods.
TStiKalmanTrack * fTrack
transient member
const TVector3 & GetError() const
float fNodeTrackLength
Relative radiation length.
double CalcDiffProjToFitPositionWRTHit() const
float GetEnergyLosses() const
float GetNodeTrackLength() const
TVector3 fError
Diagonal elements of error matrix after final fit.
TVector3 fTrackP
Track momentum vector in global CS.
const TVector3 & GetTrackP() const
TVector3 fPositionLocal
Local coordinates of the final (post re-fit) track node position.
bool operator<(const TStiKalmanTrackNode &lhs, const TStiKalmanTrackNode &rhs)
bool IsInsideVolume() const
float fValid
transient member
void AssignClosestCandidateHit() const
const TVector3 & GetProjError() const
friend bool operator<(const TStiKalmanTrackNode &lhs, const TStiKalmanTrackNode &rhs)
int fIsInsideVolume
A flag taken directly from StiKalmanTrackNode.
std::set< const TStiHit * > GetCandidateHits() const