Analysis Software
Documentation for sPHENIX simulation software
|
Nested options struct to steer the conversion. More...
#include <acts/blob/sPHENIX/Plugins/DD4hep/include/Acts/Plugins/DD4hep/DD4hepDetectorSurfaceFactory.hpp>
Public Attributes | |
bool | convertSensitive = true |
Convert sensitive surfaces. | |
bool | convertPassive = true |
Convert passive surfaces. | |
bool | convertMaterial = true |
Convert material directly. | |
bool | convertProxyMaterial = true |
Convert proxy material - overrides convertMaterial if present. | |
ActsScalar | surfaceMaterialThickness = 1_mm |
New reference material thickness for surfaces. | |
Nested options struct to steer the conversion.
Definition at line 67 of file DD4hepDetectorSurfaceFactory.hpp.
View newest version in sPHENIX GitHub at line 67 of file DD4hepDetectorSurfaceFactory.hpp
bool Acts::DD4hepDetectorSurfaceFactory::Options::convertMaterial = true |
Convert material directly.
Definition at line 73 of file DD4hepDetectorSurfaceFactory.hpp.
View newest version in sPHENIX GitHub at line 73 of file DD4hepDetectorSurfaceFactory.hpp
Referenced by Acts::DD4hepDetectorSurfaceFactory::attachSurfaceMaterial().
bool Acts::DD4hepDetectorSurfaceFactory::Options::convertPassive = true |
Convert passive surfaces.
Definition at line 71 of file DD4hepDetectorSurfaceFactory.hpp.
View newest version in sPHENIX GitHub at line 71 of file DD4hepDetectorSurfaceFactory.hpp
Referenced by Acts::DD4hepDetectorSurfaceFactory::construct(), and Acts::DD4hepDetectorSurfaceFactory::recursiveConstruct().
bool Acts::DD4hepDetectorSurfaceFactory::Options::convertProxyMaterial = true |
Convert proxy material - overrides convertMaterial if present.
Definition at line 75 of file DD4hepDetectorSurfaceFactory.hpp.
View newest version in sPHENIX GitHub at line 75 of file DD4hepDetectorSurfaceFactory.hpp
bool Acts::DD4hepDetectorSurfaceFactory::Options::convertSensitive = true |
Convert sensitive surfaces.
Definition at line 69 of file DD4hepDetectorSurfaceFactory.hpp.
View newest version in sPHENIX GitHub at line 69 of file DD4hepDetectorSurfaceFactory.hpp
Referenced by Acts::DD4hepDetectorSurfaceFactory::construct(), and Acts::DD4hepDetectorSurfaceFactory::recursiveConstruct().
ActsScalar Acts::DD4hepDetectorSurfaceFactory::Options::surfaceMaterialThickness = 1_mm |
New reference material thickness for surfaces.
Definition at line 77 of file DD4hepDetectorSurfaceFactory.hpp.
View newest version in sPHENIX GitHub at line 77 of file DD4hepDetectorSurfaceFactory.hpp
Referenced by Acts::DD4hepDetectorSurfaceFactory::attachSurfaceMaterial().