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

Nested configuration object. More...

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

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

Public Attributes

std::string name = "unnamed"
 The name of the volume to be built.
 
std::shared_ptr< const
IDetectorComponentBuilder
builder = nullptr
 An external builder.
 
std::shared_ptr< const
IGeometryIdGenerator
geoIdGenerator = nullptr
 A geometry id generator.
 
std::string auxiliary = ""
 Auxiliary information.
 

Detailed Description

Nested configuration object.

Definition at line 33 of file DetectorBuilder.hpp.

View newest version in sPHENIX GitHub at line 33 of file DetectorBuilder.hpp

Member Data Documentation

std::string Acts::Experimental::DetectorBuilder::Config::auxiliary = ""

Auxiliary information.

Definition at line 41 of file DetectorBuilder.hpp.

View newest version in sPHENIX GitHub at line 41 of file DetectorBuilder.hpp

Referenced by BOOST_AUTO_TEST_CASE().

std::shared_ptr<const IDetectorComponentBuilder> Acts::Experimental::DetectorBuilder::Config::builder = nullptr

An external builder.

Definition at line 37 of file DetectorBuilder.hpp.

View newest version in sPHENIX GitHub at line 37 of file DetectorBuilder.hpp

Referenced by BOOST_AUTO_TEST_CASE(), and Acts::Experimental::DetectorBuilder::DetectorBuilder().

std::shared_ptr<const IGeometryIdGenerator> Acts::Experimental::DetectorBuilder::Config::geoIdGenerator = nullptr

A geometry id generator.

Definition at line 39 of file DetectorBuilder.hpp.

View newest version in sPHENIX GitHub at line 39 of file DetectorBuilder.hpp

Referenced by BOOST_AUTO_TEST_CASE().

std::string Acts::Experimental::DetectorBuilder::Config::name = "unnamed"

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