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/GaussianTrackDensity.hpp"
#include "Acts/Vertexing/Vertex.hpp"
#include "Acts/Vertexing/VertexFitterConcept.hpp"
#include "Acts/Vertexing/VertexingOptions.hpp"
#include "TrackDensityVertexFinder.ipp"
Go to the source code of this file.
Classes | |
class | Acts::TrackDensityVertexFinder< vfitter_t, track_density_t > |
Finds a vertex seed based on the maximum of a track density function. Each track is modelled as a 2d density function around its d0/z0 perigee parameter values. The z seed position is then found as the position of the maximum of all summed track density functions. More... | |
struct | Acts::TrackDensityVertexFinder< vfitter_t, track_density_t >::Config |
The Config struct. More... | |
struct | Acts::TrackDensityVertexFinder< vfitter_t, track_density_t >::State |
State struct for fulfilling interface. More... | |
Namespaces | |
namespace | Acts |
Acts includes to create all necessary definitions. | |