Analysis Software
Documentation for sPHENIX simulation software
|
Nested configuration object. More...
#include <acts/blob/sPHENIX/Core/include/Acts/Detector/CylindricalContainerBuilder.hpp>
Public Attributes | |
std::vector< std::shared_ptr < const IDetectorComponentBuilder > > | builders = {} |
The configured volume builders. | |
std::vector< BinningValue > | binning = {} |
Binning prescription of attachment. | |
std::shared_ptr< const IRootVolumeFinderBuilder > | rootVolumeFinderBuilder |
The root volume finder. | |
std::shared_ptr< const IGeometryIdGenerator > | geoIdGenerator = nullptr |
The geometry id generator. | |
bool | geoIdReverseGen = false |
An eventual reverse geometry id generation. | |
std::string | auxiliary = "" |
Auxiliary information, mainly for screen output. | |
Nested configuration object.
Definition at line 47 of file CylindricalContainerBuilder.hpp.
View newest version in sPHENIX GitHub at line 47 of file CylindricalContainerBuilder.hpp
std::string Acts::Experimental::CylindricalContainerBuilder::Config::auxiliary = "" |
Auxiliary information, mainly for screen output.
Definition at line 60 of file CylindricalContainerBuilder.hpp.
View newest version in sPHENIX GitHub at line 60 of file CylindricalContainerBuilder.hpp
Referenced by BOOST_AUTO_TEST_CASE(), and Acts::Experimental::CylindricalContainerBuilder::CylindricalContainerBuilder().
std::vector<BinningValue> Acts::Experimental::CylindricalContainerBuilder::Config::binning = {} |
Binning prescription of attachment.
Definition at line 51 of file CylindricalContainerBuilder.hpp.
View newest version in sPHENIX GitHub at line 51 of file CylindricalContainerBuilder.hpp
Referenced by BOOST_AUTO_TEST_CASE(), and Acts::Experimental::CylindricalContainerBuilder::CylindricalContainerBuilder().
std::vector<std::shared_ptr<const IDetectorComponentBuilder> > Acts::Experimental::CylindricalContainerBuilder::Config::builders = {} |
The configured volume builders.
Definition at line 49 of file CylindricalContainerBuilder.hpp.
View newest version in sPHENIX GitHub at line 49 of file CylindricalContainerBuilder.hpp
Referenced by BOOST_AUTO_TEST_CASE(), and Acts::Experimental::CylindricalContainerBuilder::CylindricalContainerBuilder().
std::shared_ptr<const IGeometryIdGenerator> Acts::Experimental::CylindricalContainerBuilder::Config::geoIdGenerator = nullptr |
The geometry id generator.
Definition at line 56 of file CylindricalContainerBuilder.hpp.
View newest version in sPHENIX GitHub at line 56 of file CylindricalContainerBuilder.hpp
Referenced by Acts::Experimental::CylindricalContainerBuilder::CylindricalContainerBuilder().
bool Acts::Experimental::CylindricalContainerBuilder::Config::geoIdReverseGen = false |
An eventual reverse geometry id generation.
Definition at line 58 of file CylindricalContainerBuilder.hpp.
View newest version in sPHENIX GitHub at line 58 of file CylindricalContainerBuilder.hpp
std::shared_ptr<const IRootVolumeFinderBuilder> Acts::Experimental::CylindricalContainerBuilder::Config::rootVolumeFinderBuilder |
The root volume finder.
Definition at line 53 of file CylindricalContainerBuilder.hpp.
View newest version in sPHENIX GitHub at line 53 of file CylindricalContainerBuilder.hpp
Referenced by Acts::Experimental::CylindricalContainerBuilder::CylindricalContainerBuilder().