EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
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 |
struct
Definition at line 38 of file GaussianGridTrackDensity.hpp.
View newest version in sPHENIX GitHub at line 38 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 Note: This value together with 'mainGridSize' determines the overall bin size to be used as seen below |
Definition at line 43 of file GaussianGridTrackDensity.hpp.
View newest version in sPHENIX GitHub at line 43 of file GaussianGridTrackDensity.hpp
References Acts::GaussianGridTrackDensity< mainGridSize, trkGridSize >::Config::binSize, and Acts::GaussianGridTrackDensity< mainGridSize, trkGridSize >::Config::zMinMax.
float Acts::GaussianGridTrackDensity< mainGridSize, trkGridSize >::Config::binSize |
Definition at line 50 of file GaussianGridTrackDensity.hpp.
View newest version in sPHENIX GitHub at line 50 of file GaussianGridTrackDensity.hpp
Referenced by Acts::GaussianGridTrackDensity< mainGridSize, trkGridSize >::Config::Config().
float Acts::GaussianGridTrackDensity< mainGridSize, trkGridSize >::Config::maxRelativeDensityDev = 0.01 |
Definition at line 63 of file GaussianGridTrackDensity.hpp.
View newest version in sPHENIX GitHub at line 63 of file GaussianGridTrackDensity.hpp
bool Acts::GaussianGridTrackDensity< mainGridSize, trkGridSize >::Config::useHighestSumZPosition = false |
Definition at line 58 of file GaussianGridTrackDensity.hpp.
View newest version in sPHENIX GitHub at line 58 of file GaussianGridTrackDensity.hpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE().
float Acts::GaussianGridTrackDensity< mainGridSize, trkGridSize >::Config::zMinMax |
Definition at line 47 of file GaussianGridTrackDensity.hpp.
View newest version in sPHENIX GitHub at line 47 of file GaussianGridTrackDensity.hpp
Referenced by Acts::GaussianGridTrackDensity< mainGridSize, trkGridSize >::Config::Config().