Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AdaptiveGridDensityVertexFinder.hpp File Reference
+ Include dependency graph for AdaptiveGridDensityVertexFinder.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Acts::AdaptiveGridDensityVertexFinder< 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 vector) are superimposed and the z-value of the bin with the highest track density is returned as a vertex candidate. Unlike the GridDensityVertexFinder, this seeder implements an adaptive version where the density grid grows bigger with added tracks. More...
 
struct  Acts::AdaptiveGridDensityVertexFinder< trkGridSize, vfitter_t >::Config
 The Config struct. More...
 
struct  Acts::AdaptiveGridDensityVertexFinder< trkGridSize, vfitter_t >::State
 The State struct. More...
 

Namespaces

namespace  Acts
 Acts includes to create all necessary definitions.