|
travex
|
#include <TrackNode.h>
Public Member Functions | |
| TrackNode () | |
| const TVector3 & | GetPosition () const |
| const TVector3 & | GetMomentum () const |
| const TVector3 & | GetError () const |
| const TVector3 & | GetProjError () const |
| const Hit * | GetAcceptedHit () const |
| const TrackNodeHitContainer_t & | GetCandidateHits () const |
| virtual void | Print (Option_t *opt="") const |
Public Member Functions inherited from tvx::GenericTrackNode< TVector3, std::set< Hit > > | |
| virtual | ~GenericTrackNode () |
Protected Attributes | |
| TVector3 | fPosition |
| Coordinates of the track state/node position. More... | |
| TVector3 | fMomentum |
| Track momentum vector in global CS. More... | |
| TVector3 | fError |
| Diagonal elements of error matrix after final fit. More... | |
| TVector3 | fProjError |
| The projection error to the node before the fit. More... | |
| const Hit * | fAcceptedHit |
| Pointer to the hit associated with this node by the reconstruction algorithm, if any. More... | |
| TrackNodeHitContainer_t | fCandidateHits |
| Collection of hits in some proximity of mean track projection. More... | |
Friends | |
| bool | operator< (const TrackNode &lhs, const TrackNode &rhs) |
Additional Inherited Members | |
Public Types inherited from tvx::GenericTrackNode< TVector3, std::set< Hit > > | |
| typedef TVector3 | Coordinates_t |
| typedef std::set< Hit > | TrackNodeHitContainer_t |
| typedef std::set< Hit >::value_type | Hit_t |
Definition at line 17 of file TrackNode.h.
| tvx::TrackNode::TrackNode | ( | ) |
Definition at line 6 of file TrackNode.cxx.
|
inlinevirtual |
Implements tvx::GenericTrackNode< TVector3, std::set< Hit > >.
Definition at line 27 of file TrackNode.h.
|
inlinevirtual |
Implements tvx::GenericTrackNode< TVector3, std::set< Hit > >.
Definition at line 28 of file TrackNode.h.
|
inlinevirtual |
Implements tvx::GenericTrackNode< TVector3, std::set< Hit > >.
Definition at line 25 of file TrackNode.h.
|
inlinevirtual |
Implements tvx::GenericTrackNode< TVector3, std::set< Hit > >.
Definition at line 24 of file TrackNode.h.
|
inlinevirtual |
Implements tvx::GenericTrackNode< TVector3, std::set< Hit > >.
Definition at line 23 of file TrackNode.h.
|
inlinevirtual |
Implements tvx::GenericTrackNode< TVector3, std::set< Hit > >.
Definition at line 26 of file TrackNode.h.
|
virtual |
Definition at line 17 of file TrackNode.cxx.
|
protected |
Pointer to the hit associated with this node by the reconstruction algorithm, if any.
Definition at line 40 of file TrackNode.h.
|
protected |
Collection of hits in some proximity of mean track projection.
Definition at line 41 of file TrackNode.h.
|
protected |
Diagonal elements of error matrix after final fit.
Definition at line 38 of file TrackNode.h.
|
protected |
Track momentum vector in global CS.
Definition at line 37 of file TrackNode.h.
|
protected |
Coordinates of the track state/node position.
Definition at line 36 of file TrackNode.h.
|
protected |
The projection error to the node before the fit.
Definition at line 39 of file TrackNode.h.
1.8.8