Analysis Software
Documentation for sPHENIX simulation software
|
The configuration struct. More...
#include <acts/blob/sPHENIX/Core/include/Acts/Vertexing/AdaptiveGridTrackDensity.hpp>
Public Member Functions | |
Config (float spatialBinExtent_) | |
Config (float spatialBinExtent_, float temporalBinExtent_) | |
Public Attributes | |
float | spatialBinExtent = 0. |
float | temporalBinExtent = 0. |
bool | useHighestSumZPosition = false |
float | maxRelativeDensityDev = 0.01 |
The configuration struct.
Definition at line 54 of file AdaptiveGridTrackDensity.hpp.
View newest version in sPHENIX GitHub at line 54 of file AdaptiveGridTrackDensity.hpp
|
inline |
spatialBinExtent_ | The spatial extent of a bin in mm |
Definition at line 56 of file AdaptiveGridTrackDensity.hpp.
View newest version in sPHENIX GitHub at line 56 of file AdaptiveGridTrackDensity.hpp
Referenced by acts.examples.Sequencer::__init__().
|
inline |
spatialBinExtent_ | The spatial extent of a bin in mm |
temporalBinExtent_ | The temporal extent of a bin in mm |
Definition at line 67 of file AdaptiveGridTrackDensity.hpp.
View newest version in sPHENIX GitHub at line 67 of file AdaptiveGridTrackDensity.hpp
Referenced by acts.examples.Sequencer::__init__().
float Acts::AdaptiveGridTrackDensity< spatialTrkGridSize, temporalTrkGridSize >::Config::maxRelativeDensityDev = 0.01 |
Definition at line 96 of file AdaptiveGridTrackDensity.hpp.
View newest version in sPHENIX GitHub at line 96 of file AdaptiveGridTrackDensity.hpp
float Acts::AdaptiveGridTrackDensity< spatialTrkGridSize, temporalTrkGridSize >::Config::spatialBinExtent = 0. |
Definition at line 79 of file AdaptiveGridTrackDensity.hpp.
View newest version in sPHENIX GitHub at line 79 of file AdaptiveGridTrackDensity.hpp
float Acts::AdaptiveGridTrackDensity< spatialTrkGridSize, temporalTrkGridSize >::Config::temporalBinExtent = 0. |
Definition at line 83 of file AdaptiveGridTrackDensity.hpp.
View newest version in sPHENIX GitHub at line 83 of file AdaptiveGridTrackDensity.hpp
bool Acts::AdaptiveGridTrackDensity< spatialTrkGridSize, temporalTrkGridSize >::Config::useHighestSumZPosition = false |
Definition at line 91 of file AdaptiveGridTrackDensity.hpp.
View newest version in sPHENIX GitHub at line 91 of file AdaptiveGridTrackDensity.hpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE().