Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Utilities/BinnedArray.hpp"
#include "Acts/Utilities/BinningType.hpp"
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
class | Acts::ILayerArrayCreator |
Namespaces | |
namespace | Acts |
Acts includes to create all necessary definitions. | |
Typedefs | |
using | Acts::LayerPtr = std::shared_ptr< const Layer > |
A std::shared_ptr to a Layer. | |
using | Acts::LayerArray = BinnedArray< LayerPtr > |
A BinnedArray to a std::shared_ptr of a layer. | |
using | Acts::LayerVector = std::vector< LayerPtr > |
A vector of std::shared_ptr to layers. | |