![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/Definitions/Algebra.hpp"#include "Acts/Geometry/GeometryContext.hpp"#include "Acts/Geometry/ITrackingVolumeBuilder.hpp"#include "Acts/Utilities/BinningType.hpp"#include <array>#include <cstddef>#include <functional>#include <iosfwd>#include <memory>#include <optional>#include <string>#include <utility>#include <vector>
Include dependency graph for CuboidVolumeBuilder.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Acts::CuboidVolumeBuilder |
| This class builds a box detector with a configurable amount of surfaces in it. The idea is to allow a quick configuration of a detector for mostly unit test applications. Therefore this class does not demand to be a universal construction factory but a raw first draft of the idea of factory that may be extended in the future. More... | |
| struct | Acts::CuboidVolumeBuilder::SurfaceConfig |
| This struct stores the data for the construction of a single PlaneSurface. More... | |
| struct | Acts::CuboidVolumeBuilder::LayerConfig |
| This struct stores the data for the construction of a PlaneLayer. More... | |
| struct | Acts::CuboidVolumeBuilder::VolumeConfig |
| This struct stores the data for the construction of a cuboid TrackingVolume with a given number of PlaneLayers. More... | |
| struct | Acts::CuboidVolumeBuilder::Config |
| This struct stores the configuration of the tracking geometry. More... | |
Namespaces | |
| namespace | Acts |
| Acts includes to create all necessary definitions. | |