ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::GaussianTrackDensity::TrackEntry Struct Reference

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.

Public Attributes

double c0 = 0
 z-independent term in exponent
double c1 = 0
 linear coefficient in exponent
double c2 = 0
 quadratic coefficient in exponent
double lowerBound = 0
 The lower bound for track density evaluation.
double upperBound = 0
 The upper bound for track density evaluation.
double z = 0
 Trial z position for the track.

Detailed Description

Struct to store information for a single track.

Constructor & Destructor Documentation

◆ TrackEntry()

Acts::GaussianTrackDensity::TrackEntry::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