Analysis Software
Documentation for sPHENIX simulation software
|
Nested Configuration struct. More...
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::ActsScalar > | randomRange = {} |
The random number range. | |
std::shared_ptr< const Acts::Experimental::Detector > | detector = nullptr |
The detector. | |
Nested Configuration struct.
Definition at line 30 of file VolumeAssociationTest.hpp.
View newest version in sPHENIX GitHub at line 30 of file VolumeAssociationTest.hpp
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" |
Name of the object.
Definition at line 32 of file VolumeAssociationTest.hpp.
View newest version in sPHENIX GitHub at line 32 of file VolumeAssociationTest.hpp
Referenced by cpp.tokenize.Token::__str__(), cpp.ast.Define::__str__(), cpp.ast.Parameter::__str__(), cpp.ast.Typedef::__str__(), cpp.ast._NestedType::__str__(), cpp.ast.Class::__str__(), cpp.ast.Function::__str__(), cpp.ast.Type::__str__(), cpp.ast._GenericDeclaration::FullName(), and cpp.ast.VariableDeclaration::ToString().
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().