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

Nested configuration object. More...

#include <acts/blob/sPHENIX/Core/include/Acts/Detector/CylindricalContainerBuilder.hpp>

+ Collaboration diagram for Acts::Experimental::CylindricalContainerBuilder::Config:

Public Attributes

std::vector< std::shared_ptr
< const
IDetectorComponentBuilder > > 
builders = {}
 The configured volume builders.
 
std::vector< BinningValuebinning = {}
 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.
 

Detailed Description

Nested configuration object.

Definition at line 47 of file CylindricalContainerBuilder.hpp.

View newest version in sPHENIX GitHub at line 47 of file CylindricalContainerBuilder.hpp

Member Data Documentation

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
Initial value:
=
nullptr

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


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