![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "Acts/EventData/TrackParameters.hpp"#include "Acts/Utilities/Definitions.hpp"#include "Acts/Utilities/Result.hpp"#include "Acts/Vertexing/GaussianGridTrackDensity.hpp"#include "Acts/Vertexing/Vertex.hpp"#include "Acts/Vertexing/VertexingOptions.hpp"#include "DummyVertexFitter.hpp"#include "GridDensityVertexFinder.ipp"
Include dependency graph for GridDensityVertexFinder.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t > |
| Vertex finder that makes use of a track density grid. 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. All track contributions along the beam axis (main density grid) a superimposed and the z-value of the bin with the highest track density is returned as a vertex candidate. More... | |
| struct | Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::Config |
| The Config struct. More... | |
| struct | Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::State |
| The State struct. More... | |
Namespaces | |
| namespace | Acts |
| Set the Geometry Context PLUGIN. | |