Struct GaussianTrackDensity::TrackEntry

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 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

Public Members

double c0 = 0
double c1 = 0
double c2 = 0
double lowerBound = 0
double upperBound = 0
double z = 0