|
ACTS
Experiment-independent tracking
|
The State struct. More...
#include <Acts/Vertexing/GaussianTrackDensity.hpp>
Public Member Functions | |
| State (unsigned int nTracks) | |
| Constructor with expected number of tracks. | |
Public Attributes | |
| std::vector< TrackEntry > | trackEntries |
| Vector to cache track information for density calculation. | |
The State struct.
|
explicit |
Constructor with expected number of tracks.
| nTracks | Expected number of tracks (used to reserve memory) |
| std::vector<TrackEntry> Acts::GaussianTrackDensity::State::trackEntries |
Vector to cache track information for density calculation.