Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/Definitions/Algebra.hpp"
#include "Acts/EventData/TrackParameters.hpp"
#include "Acts/Utilities/Result.hpp"
#include "Acts/Vertexing/GaussianGridTrackDensity.ipp"
Go to the source code of this file.
Classes | |
class | Acts::GaussianGridTrackDensity< mainGridSize, trkGridSize > |
Implements a 1-dim density grid to be filled with track Gaussian distributions. Each single track is modelled as a 2(!)-dim Gaussian distribution grid in the d0-z0 plane, but only the overlap with the z-axis (i.e. a 1-dim density vector) needs to be calculated. The position of the highest track density (of either a single bin or the sum of a certain region) can be determined. Single tracks can be cached and removed from the overall density. More... | |
struct | Acts::GaussianGridTrackDensity< mainGridSize, trkGridSize >::Config |
The configuration struct. More... | |
Namespaces | |
namespace | Acts |
Acts includes to create all necessary definitions. | |