Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::VolumeAssociationTest::Config Struct Reference

Nested Configuration struct. More...

#include <acts/blob/sPHENIX/Examples/Algorithms/Geometry/include/ActsExamples/Geometry/VolumeAssociationTest.hpp>

+ Collaboration diagram for ActsExamples::VolumeAssociationTest::Config:

Public Attributes

std::string name = "VolumeAssociationTets"
 Name of the object.
 
std::size_t ntests = 1000
 Number of tests.
 
std::shared_ptr< const
RandomNumbers
randomNumbers = nullptr
 The random number service.
 
std::vector< Acts::ActsScalarrandomRange = {}
 The random number range.
 
std::shared_ptr< const
Acts::Experimental::Detector
detector = nullptr
 The detector.
 

Detailed Description

Nested Configuration struct.

Definition at line 30 of file VolumeAssociationTest.hpp.

View newest version in sPHENIX GitHub at line 30 of file VolumeAssociationTest.hpp

Member Data Documentation

std::shared_ptr<const Acts::Experimental::Detector> ActsExamples::VolumeAssociationTest::Config::detector = nullptr

The detector.

Definition at line 40 of file VolumeAssociationTest.hpp.

View newest version in sPHENIX GitHub at line 40 of file VolumeAssociationTest.hpp

Referenced by ActsExamples::VolumeAssociationTest::VolumeAssociationTest().

std::string ActsExamples::VolumeAssociationTest::Config::name = "VolumeAssociationTets"
std::size_t ActsExamples::VolumeAssociationTest::Config::ntests = 1000

Number of tests.

Definition at line 34 of file VolumeAssociationTest.hpp.

View newest version in sPHENIX GitHub at line 34 of file VolumeAssociationTest.hpp

std::shared_ptr<const RandomNumbers> ActsExamples::VolumeAssociationTest::Config::randomNumbers = nullptr

The random number service.

Definition at line 36 of file VolumeAssociationTest.hpp.

View newest version in sPHENIX GitHub at line 36 of file VolumeAssociationTest.hpp

Referenced by ActsExamples::VolumeAssociationTest::VolumeAssociationTest().

std::vector<Acts::ActsScalar> ActsExamples::VolumeAssociationTest::Config::randomRange = {}

The random number range.

Definition at line 38 of file VolumeAssociationTest.hpp.

View newest version in sPHENIX GitHub at line 38 of file VolumeAssociationTest.hpp

Referenced by ActsExamples::VolumeAssociationTest::VolumeAssociationTest().


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