Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/Definitions/Algebra.hpp"
#include "Acts/Geometry/Extent.hpp"
#include "Acts/Surfaces/Surface.hpp"
#include <array>
#include <cstddef>
#include <memory>
#include <optional>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | Acts |
Acts includes to create all necessary definitions. | |
namespace | Acts::Experimental |
namespace | Acts::Experimental::detail |
namespace | Acts::Experimental::detail::SupportHelper |
This file contains helper methods to build common support structures such as support cylinders or discs. | |
Functions | |
std::vector< std::shared_ptr < Surface > > | Acts::Experimental::detail::SupportHelper::cylindricalSupport (const Transform3 &transform, const std::array< ActsScalar, 6u > &bounds, unsigned int splits=1u) |
Helper method to build cylindrical support structure. | |
std::vector< std::shared_ptr < Surface > > | Acts::Experimental::detail::SupportHelper::discSupport (const Transform3 &transform, const std::array< ActsScalar, 4u > &bounds, unsigned int splits=1u) |
Helper method to build disc support structure. | |
void | Acts::Experimental::detail::SupportHelper::addSupport (std::vector< std::shared_ptr< Surface >> &layerSurfaces, std::vector< size_t > &assignToAll, const Extent &layerExtent, Surface::SurfaceType layerRepresentation, const std::array< ActsScalar, 5u > &layerSupportValues, std::optional< Transform3 > layerTransform=std::nullopt, unsigned int supportSplits=1u) |