Struct GaussianTrackDensity::TrackEntry¶
Defined in File GaussianTrackDensity.hpp
Nested Relationships¶
This struct is a nested type of Template Class GaussianTrackDensity.
Struct Documentation¶
-
struct
Acts::GaussianTrackDensity::TrackEntry¶ Struct to store information for a single track.
Public Functions
-
TrackEntry() = default¶ Default constructor.
-
TrackEntry(double z_, double c0_, double c1_, double c2_, double lowerBound_, double upperBound_)¶ Constructor initializing all members.
- Parameters
z_: Trial z positionc0_: z-independent term in exponentc1_: Linear coefficient in exponentc2_: Quadratic coefficient in exponentlowerBound_: The lower boundupperBound_: The upper bound
-