Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::AdaptiveGridTrackDensity< spatialTrkGridSize, temporalTrkGridSize >::Config Struct Reference

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
 

Detailed Description

template<int spatialTrkGridSize = 15, int temporalTrkGridSize = 1>
struct Acts::AdaptiveGridTrackDensity< spatialTrkGridSize, temporalTrkGridSize >::Config

The configuration struct.

Definition at line 54 of file AdaptiveGridTrackDensity.hpp.

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

Constructor & Destructor Documentation

template<int spatialTrkGridSize = 15, int temporalTrkGridSize = 1>
Acts::AdaptiveGridTrackDensity< spatialTrkGridSize, temporalTrkGridSize >::Config::Config ( float  spatialBinExtent_)
inline
Parameters
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__().

+ Here is the caller graph for this function:

template<int spatialTrkGridSize = 15, int temporalTrkGridSize = 1>
Acts::AdaptiveGridTrackDensity< spatialTrkGridSize, temporalTrkGridSize >::Config::Config ( float  spatialBinExtent_,
float  temporalBinExtent_ 
)
inline
Parameters
spatialBinExtent_The spatial extent of a bin in mm
temporalBinExtent_The temporal extent of a bin in mm
Note
The speed of light is set to 1, hence the unit.

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__().

+ Here is the caller graph for this function:

Member Data Documentation

template<int spatialTrkGridSize = 15, int temporalTrkGridSize = 1>
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

template<int spatialTrkGridSize = 15, int temporalTrkGridSize = 1>
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

template<int spatialTrkGridSize = 15, int temporalTrkGridSize = 1>
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

template<int spatialTrkGridSize = 15, int temporalTrkGridSize = 1>
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().


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