Analysis Software
Documentation for sPHENIX simulation software
|
Nested configuration object. More...
#include <acts/blob/sPHENIX/Core/include/Acts/Detector/DetectorVolumeBuilder.hpp>
Public Attributes | |
std::string | name = "unnamed" |
The name of the volume to be built. | |
std::shared_ptr< const IExternalStructureBuilder > | externalsBuilder = nullptr |
An external builder. | |
std::shared_ptr< const IInternalStructureBuilder > | internalsBuilder = nullptr |
An internal builder. | |
std::shared_ptr< const IGeometryIdGenerator > | geoIdGenerator = nullptr |
The geometry id generator. | |
bool | addInternalsToRoot = false |
Add eventual internal volume to root. | |
std::string | auxiliary = "" |
Auxiliary information. | |
Nested configuration object.
Definition at line 36 of file DetectorVolumeBuilder.hpp.
View newest version in sPHENIX GitHub at line 36 of file DetectorVolumeBuilder.hpp
bool Acts::Experimental::DetectorVolumeBuilder::Config::addInternalsToRoot = false |
Add eventual internal volume to root.
Definition at line 46 of file DetectorVolumeBuilder.hpp.
View newest version in sPHENIX GitHub at line 46 of file DetectorVolumeBuilder.hpp
std::string Acts::Experimental::DetectorVolumeBuilder::Config::auxiliary = "" |
Auxiliary information.
Definition at line 48 of file DetectorVolumeBuilder.hpp.
View newest version in sPHENIX GitHub at line 48 of file DetectorVolumeBuilder.hpp
Referenced by BOOST_AUTO_TEST_CASE(), and Acts::Experimental::MultiWireStructureBuilder::construct().
std::shared_ptr<const IExternalStructureBuilder> Acts::Experimental::DetectorVolumeBuilder::Config::externalsBuilder = nullptr |
An external builder.
Definition at line 40 of file DetectorVolumeBuilder.hpp.
View newest version in sPHENIX GitHub at line 40 of file DetectorVolumeBuilder.hpp
Referenced by BOOST_AUTO_TEST_CASE(), Acts::Experimental::MultiWireStructureBuilder::construct(), and Acts::Experimental::DetectorVolumeBuilder::DetectorVolumeBuilder().
std::shared_ptr<const IGeometryIdGenerator> Acts::Experimental::DetectorVolumeBuilder::Config::geoIdGenerator = nullptr |
The geometry id generator.
Definition at line 44 of file DetectorVolumeBuilder.hpp.
View newest version in sPHENIX GitHub at line 44 of file DetectorVolumeBuilder.hpp
std::shared_ptr<const IInternalStructureBuilder> Acts::Experimental::DetectorVolumeBuilder::Config::internalsBuilder = nullptr |
An internal builder.
Definition at line 42 of file DetectorVolumeBuilder.hpp.
View newest version in sPHENIX GitHub at line 42 of file DetectorVolumeBuilder.hpp
Referenced by BOOST_AUTO_TEST_CASE(), and Acts::Experimental::MultiWireStructureBuilder::construct().
std::string Acts::Experimental::DetectorVolumeBuilder::Config::name = "unnamed" |
The name of the volume to be built.
Definition at line 38 of file DetectorVolumeBuilder.hpp.
View newest version in sPHENIX GitHub at line 38 of file DetectorVolumeBuilder.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__(), BOOST_AUTO_TEST_CASE(), Acts::Experimental::MultiWireStructureBuilder::construct(), Acts::Experimental::CylindricalContainerBuilder::CylindricalContainerBuilder(), cpp.ast._GenericDeclaration::FullName(), and cpp.ast.VariableDeclaration::ToString().