Analysis Software
Documentation for sPHENIX simulation 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 50 of file GridDensityVertexFinder.hpp.

View newest version in sPHENIX GitHub at line 50 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 52 of file GridDensityVertexFinder.hpp.

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

Referenced by acts.examples.Sequencer::__init__().

+ Here is the caller graph for this function:

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 55 of file GridDensityVertexFinder.hpp.

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

Referenced by acts.examples.Sequencer::__init__().

+ Here is the caller graph for this function:

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 66 of file GridDensityVertexFinder.hpp.

View newest version in sPHENIX GitHub at line 66 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 73 of file GridDensityVertexFinder.hpp.

View newest version in sPHENIX GitHub at line 73 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 75 of file GridDensityVertexFinder.hpp.

View newest version in sPHENIX GitHub at line 75 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 58 of file GridDensityVertexFinder.hpp.

View newest version in sPHENIX GitHub at line 58 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 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<>>
double Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::Config::maxZ0TrackSignificance = 12.

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<>>
double Acts::GridDensityVertexFinder< mainGridSize, trkGridSize, vfitter_t >::Config::z0SignificanceCut = maxZ0TrackSignificance * maxZ0TrackSignificance

Definition at line 74 of file GridDensityVertexFinder.hpp.

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


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