EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ILayerArrayCreator.hpp File Reference
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Utilities/BinnedArray.hpp"
#include "Acts/Utilities/BinningType.hpp"
#include <memory>
#include <vector>
+ Include dependency graph for ILayerArrayCreator.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Acts::ILayerArrayCreator
 

Namespaces

namespace  Acts
 Set the Geometry Context PLUGIN.
 

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.