|
ACTS
Experiment-independent tracking
|
Nested option struct that allows per call changeable configuration. More...
#include <ActsPlugins/Geant4/Geant4DetectorSurfaceFactory.hpp>
Public Attributes | |
| double | convertedMaterialThickness = -1 |
| Converted material thickness (< 0 indicates keeping original thickness). | |
| bool | convertMaterial = false |
| Convert the material. | |
| std::shared_ptr< IGeant4PhysicalVolumeSelector > | passiveSurfaceSelector |
| A selector for passive surfaces. | |
| double | scaleConversion = 1. |
| Convert the length scale. | |
| std::shared_ptr< IGeant4PhysicalVolumeSelector > | sensitiveSurfaceSelector |
| A selector for sensitive surfaces. | |
Nested option struct that allows per call changeable configuration.
| double ActsPlugins::Geant4DetectorSurfaceFactory::Options::convertedMaterialThickness = -1 |
Converted material thickness (< 0 indicates keeping original thickness).
| bool ActsPlugins::Geant4DetectorSurfaceFactory::Options::convertMaterial = false |
Convert the material.
| std::shared_ptr<IGeant4PhysicalVolumeSelector> ActsPlugins::Geant4DetectorSurfaceFactory::Options::passiveSurfaceSelector |
A selector for passive surfaces.
| double ActsPlugins::Geant4DetectorSurfaceFactory::Options::scaleConversion = 1. |
Convert the length scale.
| std::shared_ptr<IGeant4PhysicalVolumeSelector> ActsPlugins::Geant4DetectorSurfaceFactory::Options::sensitiveSurfaceSelector |
A selector for sensitive surfaces.