|
ACTS
Experiment-independent tracking
|
Struct to store information for a single track. More...
#include <Acts/Vertexing/GaussianTrackDensity.hpp>
Public Member Functions | |
| TrackEntry ()=default | |
| Default constructor. | |
| TrackEntry (double z_, double c0_, double c1_, double c2_, double lowerBound_, double upperBound_) | |
| Constructor initializing all members. | |
Struct to store information for a single track.
| Acts::GaussianTrackDensity::TrackEntry::TrackEntry | ( | double | z_, |
| double | c0_, | ||
| double | c1_, | ||
| double | c2_, | ||
| double | lowerBound_, | ||
| double | upperBound_ ) |
Constructor initializing all members.
| z_ | Trial z position |
| c0_ | z-independent term in exponent |
| c1_ | Linear coefficient in exponent |
| c2_ | Quadratic coefficient in exponent |
| lowerBound_ | The lower bound |
| upperBound_ | The upper bound |