EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::Config Struct Reference

The Config struct. More...

#include <acts/blob/sPHENIX/Core/include/Acts/Vertexing/GridDensityVertexFinder.hpp>

Public Member Functions

 Config (float zMinMax=100)
 
 Config (const GridDensity &gDensity)
 

Public Attributes

GridDensity gridDensity
 
bool cacheGridStateForTrackRemoval = true
 
double maxD0TrackSignificance = 3.5
 
double maxZ0TrackSignificance = 12.
 
double d0SignificanceCut = maxD0TrackSignificance * maxD0TrackSignificance
 
double z0SignificanceCut = maxZ0TrackSignificance * maxZ0TrackSignificance
 
bool estimateSeedWidth = false
 

Detailed Description

template<int mainGridSize = 2000, int trkGridSize = 15, typename vfitter_t = DummyVertexFitter<>>
struct Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::Config

The Config struct.

Definition at line 46 of file GridDensityVertexFinder.hpp.

View newest version in sPHENIX GitHub at line 46 of file GridDensityVertexFinder.hpp

Constructor & Destructor Documentation

template<int mainGridSize = 2000, int trkGridSize = 15, typename vfitter_t = DummyVertexFitter<>>
Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::Config::Config ( float  zMinMax = 100)
inline
Parameters
zMinMaxmin and max z value of big z-axis grid

Definition at line 48 of file GridDensityVertexFinder.hpp.

View newest version in sPHENIX GitHub at line 48 of file GridDensityVertexFinder.hpp

template<int mainGridSize = 2000, int trkGridSize = 15, typename vfitter_t = DummyVertexFitter<>>
Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::Config::Config ( const GridDensity gDensity)
inline
Parameters
gDensityThe grid density

Definition at line 51 of file GridDensityVertexFinder.hpp.

View newest version in sPHENIX GitHub at line 51 of file GridDensityVertexFinder.hpp

Member Data Documentation

template<int mainGridSize = 2000, int trkGridSize = 15, typename vfitter_t = DummyVertexFitter<>>
bool Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::Config::cacheGridStateForTrackRemoval = true

Definition at line 62 of file GridDensityVertexFinder.hpp.

View newest version in sPHENIX GitHub at line 62 of file GridDensityVertexFinder.hpp

template<int mainGridSize = 2000, int trkGridSize = 15, typename vfitter_t = DummyVertexFitter<>>
double Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::Config::d0SignificanceCut = maxD0TrackSignificance * maxD0TrackSignificance

Definition at line 69 of file GridDensityVertexFinder.hpp.

View newest version in sPHENIX GitHub at line 69 of file GridDensityVertexFinder.hpp

template<int mainGridSize = 2000, int trkGridSize = 15, typename vfitter_t = DummyVertexFitter<>>
bool Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::Config::estimateSeedWidth = false

Definition at line 71 of file GridDensityVertexFinder.hpp.

View newest version in sPHENIX GitHub at line 71 of file GridDensityVertexFinder.hpp

template<int mainGridSize = 2000, int trkGridSize = 15, typename vfitter_t = DummyVertexFitter<>>
GridDensity Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::Config::gridDensity

Definition at line 54 of file GridDensityVertexFinder.hpp.

View newest version in sPHENIX GitHub at line 54 of file GridDensityVertexFinder.hpp

template<int mainGridSize = 2000, int trkGridSize = 15, typename vfitter_t = DummyVertexFitter<>>
double Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::Config::maxD0TrackSignificance = 3.5

Definition at line 65 of file GridDensityVertexFinder.hpp.

View newest version in sPHENIX GitHub at line 65 of file GridDensityVertexFinder.hpp

template<int mainGridSize = 2000, int trkGridSize = 15, typename vfitter_t = DummyVertexFitter<>>
double Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::Config::maxZ0TrackSignificance = 12.

Definition at line 67 of file GridDensityVertexFinder.hpp.

View newest version in sPHENIX GitHub at line 67 of file GridDensityVertexFinder.hpp

template<int mainGridSize = 2000, int trkGridSize = 15, typename vfitter_t = DummyVertexFitter<>>
double Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::Config::z0SignificanceCut = maxZ0TrackSignificance * maxZ0TrackSignificance

Definition at line 70 of file GridDensityVertexFinder.hpp.

View newest version in sPHENIX GitHub at line 70 of file GridDensityVertexFinder.hpp


The documentation for this struct was generated from the following file: