ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <map>
#include "Acts/Geometry/AbstractVolume.hpp"
#include "Acts/Geometry/ApproachDescriptor.hpp"
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Geometry/GeometryID.hpp"
#include "Acts/Geometry/GeometryObject.hpp"
#include "Acts/Geometry/GeometryStatics.hpp"
#include "Acts/Material/IMaterialDecorator.hpp"
#include "Acts/Surfaces/SurfaceArray.hpp"
#include "Acts/Utilities/BinnedArray.hpp"
#include "Acts/Utilities/Definitions.hpp"
#include "Acts/Utilities/Intersection.hpp"
#include "Acts/Geometry/detail/Layer.ipp"
Go to the source code of this file.
Classes | |
class | Acts::Layer |
Namespaces | |
namespace | Acts |
Set the Geometry Context PLUGIN. | |
Typedefs | |
using | Acts::SurfaceIntersection = ObjectIntersection< Surface > |
Typedef of the surface intersection. | |
using | Acts::MutableLayerPtr = std::shared_ptr< Layer > |
using | Acts::NextLayers = std::pair< const Layer *, const Layer * > |
Enumerations | |
enum | Acts::LayerType { Acts::navigation = -1, Acts::passive = 0, Acts::active = 1 } |