![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
The configuration struct. More...
#include <acts/blob/sPHENIX/Core/include/Acts/Vertexing/GaussianGridTrackDensity.hpp>
Public Member Functions | |
| Config (float zMinMax_=100) | |
Public Attributes | |
| float | zMinMax |
| float | binSize |
| bool | useHighestSumZPosition = false |
| float | maxRelativeDensityDev = 0.01 |
The configuration struct.
Definition at line 41 of file GaussianGridTrackDensity.hpp.
View newest version in sPHENIX GitHub at line 41 of file GaussianGridTrackDensity.hpp
|
inline |
| zMinMax_ | The minimum and maximum z-values (in mm) that should be covered by the main 1-dim density grid along the z-axis |
zMinMax_ together with mainGridSize determines the overall bin size to be used as seen below Definition at line 47 of file GaussianGridTrackDensity.hpp.
View newest version in sPHENIX GitHub at line 47 of file GaussianGridTrackDensity.hpp
References Acts::GaussianGridTrackDensity< mainGridSize, trkGridSize >::Config::binSize, and Acts::GaussianGridTrackDensity< mainGridSize, trkGridSize >::Config::zMinMax.
Referenced by acts.examples.Sequencer::__init__().
Here is the caller graph for this function:| float Acts::GaussianGridTrackDensity< mainGridSize, trkGridSize >::Config::binSize |
Definition at line 54 of file GaussianGridTrackDensity.hpp.
View newest version in sPHENIX GitHub at line 54 of file GaussianGridTrackDensity.hpp
Referenced by Acts::GaussianGridTrackDensity< mainGridSize, trkGridSize >::Config::Config().
| float Acts::GaussianGridTrackDensity< mainGridSize, trkGridSize >::Config::maxRelativeDensityDev = 0.01 |
Definition at line 67 of file GaussianGridTrackDensity.hpp.
View newest version in sPHENIX GitHub at line 67 of file GaussianGridTrackDensity.hpp
| bool Acts::GaussianGridTrackDensity< mainGridSize, trkGridSize >::Config::useHighestSumZPosition = false |
Definition at line 62 of file GaussianGridTrackDensity.hpp.
View newest version in sPHENIX GitHub at line 62 of file GaussianGridTrackDensity.hpp
| float Acts::GaussianGridTrackDensity< mainGridSize, trkGridSize >::Config::zMinMax |
Definition at line 51 of file GaussianGridTrackDensity.hpp.
View newest version in sPHENIX GitHub at line 51 of file GaussianGridTrackDensity.hpp
Referenced by Acts::GaussianGridTrackDensity< mainGridSize, trkGridSize >::Config::Config().