|
ACTS
Experiment-independent tracking
|
nested configuration struct for steering of the layer builder More...
#include <ActsPlugins/DD4hep/DD4hepLayerBuilder.hpp>
Public Attributes | |
| Acts::BinningType | bTypePhi = Acts::equidistant |
| the binning type of the contained surfaces in phi (equidistant/arbitrary) | |
| Acts::BinningType | bTypeR = Acts::equidistant |
| the binning type of the contained surfaces in r (equidistant/arbitrary) | |
| Acts::BinningType | bTypeZ = Acts::equidistant |
| the binning type of the contained surfaces in z (equidistant/arbitrary) | |
| std::vector< dd4hep::DetElement > | centralLayers |
| the DD4hep::DetElements of the layers of the central volume (barrel) | |
| std::string | configurationName = "undefined" |
| string based identification | |
| double | defaultThickness = Acts::UnitConstants::fm |
| In case no surfaces (to be contained by the layer) are handed over, the layer thickness will be set to this value. | |
| ElementFactory | detectorElementFactory = defaultDetectorElementFactory |
| The factory to create the DD4hepDetectorElement. | |
| std::shared_ptr< const Acts::LayerCreator > | layerCreator = nullptr |
| layer creator which is internally used to build layers | |
| std::vector< dd4hep::DetElement > | negativeLayers |
| the DD4hep::DetElements of the layers of the negative volume (negative endcap) | |
| std::vector< dd4hep::DetElement > | positiveLayers |
| the DD4hep::DetElements of the layers of the positive volume (positive endcap) | |
nested configuration struct for steering of the layer builder
| Acts::BinningType ActsPlugins::DD4hepLayerBuilder::Config::bTypePhi = Acts::equidistant |
the binning type of the contained surfaces in phi (equidistant/arbitrary)
| Acts::BinningType ActsPlugins::DD4hepLayerBuilder::Config::bTypeR = Acts::equidistant |
the binning type of the contained surfaces in r (equidistant/arbitrary)
| Acts::BinningType ActsPlugins::DD4hepLayerBuilder::Config::bTypeZ = Acts::equidistant |
the binning type of the contained surfaces in z (equidistant/arbitrary)
| std::vector<dd4hep::DetElement> ActsPlugins::DD4hepLayerBuilder::Config::centralLayers |
the DD4hep::DetElements of the layers of the central volume (barrel)
| std::string ActsPlugins::DD4hepLayerBuilder::Config::configurationName = "undefined" |
string based identification
| double ActsPlugins::DD4hepLayerBuilder::Config::defaultThickness = Acts::UnitConstants::fm |
In case no surfaces (to be contained by the layer) are handed over, the layer thickness will be set to this value.
| ElementFactory ActsPlugins::DD4hepLayerBuilder::Config::detectorElementFactory = defaultDetectorElementFactory |
The factory to create the DD4hepDetectorElement.
| std::shared_ptr<const Acts::LayerCreator> ActsPlugins::DD4hepLayerBuilder::Config::layerCreator = nullptr |
layer creator which is internally used to build layers
| std::vector<dd4hep::DetElement> ActsPlugins::DD4hepLayerBuilder::Config::negativeLayers |
the DD4hep::DetElements of the layers of the negative volume (negative endcap)
| std::vector<dd4hep::DetElement> ActsPlugins::DD4hepLayerBuilder::Config::positiveLayers |
the DD4hep::DetElements of the layers of the positive volume (positive endcap)