![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <functional>#include <memory>#include <vector>#include "Acts/Geometry/GeometryContext.hpp"#include "Acts/Geometry/ITrackingVolumeBuilder.hpp"#include "Acts/Utilities/BinningType.hpp"#include "Acts/Utilities/Definitions.hpp"
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 that has a single PlaneSurface encapsulated. 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 |
| Set the Geometry Context PLUGIN. | |