Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/Definitions/Algebra.hpp"
#include "Acts/Geometry/ApproachDescriptor.hpp"
#include "Acts/Geometry/DetectorElementBase.hpp"
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Geometry/ILayerBuilder.hpp"
#include "Acts/Geometry/Layer.hpp"
#include "Acts/Geometry/LayerCreator.hpp"
#include "Acts/Geometry/ProtoLayer.hpp"
#include "Acts/Material/HomogeneousSurfaceMaterial.hpp"
#include "Acts/Material/Material.hpp"
#include "Acts/Material/MaterialSlab.hpp"
#include "Acts/Surfaces/Surface.hpp"
#include "Acts/Utilities/Logger.hpp"
#include "ActsExamples/GenericDetector/GenericDetectorElement.hpp"
#include "ActsExamples/GenericDetector/ProtoLayerCreatorT.hpp"
#include <iostream>
Go to the source code of this file.
Classes | |
class | ActsExamples::Generic::LayerBuilderT< detector_element_t > |
struct | ActsExamples::Generic::LayerBuilderT< detector_element_t >::Config |
Namespaces | |
namespace | ActsExamples |
namespace | ActsExamples::Generic |
Typedefs | |
using | ActsExamples::Generic::SurfacePosition = std::pair< const Acts::Surface *, Acts::Vector3 > |