|
ACTS
Experiment-independent tracking
|
Defines a track at vertex object. More...
#include <Acts/Vertexing/TrackAtVertex.hpp>
Public Member Functions | |
| TrackAtVertex ()=delete | |
| Deleted default constructor. | |
| TrackAtVertex (const BoundTrackParameters ¶msAtVertex, InputTrack originalTrack) | |
| Constructor with default chi2. | |
| TrackAtVertex (double chi2perTrack, const BoundTrackParameters ¶msAtVertex, InputTrack originalTrack) | |
| Parameterized constructor. | |
Public Attributes | |
| double | chi2Track = 0 |
| Chi2 of track. | |
| BoundTrackParameters | fittedParams |
| Fitted perigee. | |
| bool | isLinearized = false |
| Is already linearized. | |
| LinearizedTrack | linearizedState |
| The linearized state of the track at vertex. | |
| double | ndf = 0 |
| Number degrees of freedom Note: Can be different from integer value since annealing can result in effective non-interger values. | |
| InputTrack | originalParams |
| Original input parameters. | |
| double | trackWeight = 1 |
| Weight of track in fit. | |
| double | vertexCompatibility = 0 |
| Value of the compatibility of the track to the actual vertex, based on the estimation of the 3d distance between the track and the vertex. | |
Defines a track at vertex object.
|
delete |
Deleted default constructor.
| Acts::TrackAtVertex::TrackAtVertex | ( | double | chi2perTrack, |
| const BoundTrackParameters & | paramsAtVertex, | ||
| InputTrack | originalTrack ) |
Parameterized constructor.
| chi2perTrack | Chi2 of track |
| paramsAtVertex | Fitted perigee parameter |
| originalTrack | Original perigee parameter |
| Acts::TrackAtVertex::TrackAtVertex | ( | const BoundTrackParameters & | paramsAtVertex, |
| InputTrack | originalTrack ) |
Constructor with default chi2.
| paramsAtVertex | Fitted perigee parameter |
| originalTrack | Original perigee parameter |
| double Acts::TrackAtVertex::chi2Track = 0 |
Chi2 of track.
| BoundTrackParameters Acts::TrackAtVertex::fittedParams |
Fitted perigee.
| bool Acts::TrackAtVertex::isLinearized = false |
Is already linearized.
| LinearizedTrack Acts::TrackAtVertex::linearizedState |
The linearized state of the track at vertex.
| double Acts::TrackAtVertex::ndf = 0 |
Number degrees of freedom Note: Can be different from integer value since annealing can result in effective non-interger values.
| InputTrack Acts::TrackAtVertex::originalParams |
Original input parameters.
| double Acts::TrackAtVertex::trackWeight = 1 |
Weight of track in fit.
| double Acts::TrackAtVertex::vertexCompatibility = 0 |
Value of the compatibility of the track to the actual vertex, based on the estimation of the 3d distance between the track and the vertex.