EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "Acts/Geometry/CylinderVolumeBuilder.hpp"
#include "Acts/Geometry/CylinderVolumeHelper.hpp"
#include "Acts/Geometry/LayerArrayCreator.hpp"
#include "Acts/Geometry/LayerCreator.hpp"
#include "Acts/Geometry/PassiveLayerBuilder.hpp"
#include "Acts/Geometry/SurfaceArrayCreator.hpp"
#include "Acts/Geometry/TrackingGeometry.hpp"
#include "Acts/Geometry/TrackingGeometryBuilder.hpp"
#include "Acts/Geometry/TrackingVolumeArrayCreator.hpp"
#include "Acts/Material/HomogeneousSurfaceMaterial.hpp"
#include "Acts/Material/Material.hpp"
#include "Acts/Material/ProtoSurfaceMaterial.hpp"
#include "Acts/Utilities/BinUtility.hpp"
#include "Acts/Utilities/Definitions.hpp"
#include "Acts/Utilities/Logger.hpp"
#include "Acts/Utilities/Units.hpp"
#include "ActsExamples/GenericDetector/LayerBuilderT.hpp"
#include "ActsExamples/GenericDetector/ProtoLayerCreatorT.hpp"
#include <array>
#include <cmath>
#include <iostream>
#include <list>
#include <memory>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | Acts |
Set the Geometry Context PLUGIN. | |
namespace | ActsExamples |
namespace | ActsExamples::Generic |
Functions | |
std::vector< Acts::Vector3D > | ActsExamples::Generic::modulePositionsCylinder (double radius, double zStagger, double moduleHalfLength, double lOverlap, const std::pair< int, int > &binningSchema) |
helper method for cylinder | |
std::vector< Acts::Vector3D > | ActsExamples::Generic::modulePositionsRing (double z, double radius, double phiStagger, double phiSubStagger, int nPhiBins) |
Helper method for positioning. | |
std::vector< std::vector < Acts::Vector3D > > | ActsExamples::Generic::modulePositionsDisc (double z, double ringStagger, std::vector< double > phiStagger, std::vector< double > phiSubStagger, double innerRadius, double outerRadius, const std::vector< size_t > &discBinning, const std::vector< double > &moduleHalfLength) |
helper method for disc | |
template<typename detector_element_t > | |
std::unique_ptr< const Acts::TrackingGeometry > | ActsExamples::Generic::buildDetector (const typename detector_element_t::ContextType &gctx, std::vector< std::vector< std::shared_ptr< detector_element_t >>> &detectorStore, size_t level, std::shared_ptr< const Acts::IMaterialDecorator > matDecorator=nullptr, bool protoMaterial=false, Acts::Logging::Level surfaceLLevel=Acts::Logging::INFO, Acts::Logging::Level layerLLevel=Acts::Logging::INFO, Acts::Logging::Level volumeLLevel=Acts::Logging::INFO) |