![]() |
ATLAS Offline Software
|
Namespaces | |
detail | |
Experimental | |
Typedefs | |
using | SurfaceMaterialMap = std::map< GeometryIdentifier, std::shared_ptr< const ISurfaceMaterial > > |
using | VolumeMaterialMap = std::map< GeometryIdentifier, std::shared_ptr< const IVolumeMaterial > > |
using | DetectorMaterialMaps = std::pair< SurfaceMaterialMap, VolumeMaterialMap > |
using | RecordedMaterialTrack = std::pair< std::pair< Acts::Vector3, Acts::Vector3 >, RecordedMaterial > |
Recorded material track. More... | |
template<typename external_spacepoint_t , std::size_t N = 3ul> | |
using | AthenaSeed = typename ActsTrk::ActsSeed< external_spacepoint_t, N > |
using Acts::AthenaSeed = typedef typename ActsTrk::ActsSeed<external_spacepoint_t, N> |
Definition at line 22 of file SeedingTool.h.
using Acts::DetectorMaterialMaps = typedef std::pair<SurfaceMaterialMap, VolumeMaterialMap> |
Definition at line 42 of file ActsMaterialMapping.h.
using Acts::RecordedMaterialTrack = typedef std::pair<std::pair<Acts::Vector3, Acts::Vector3>, RecordedMaterial> |
Recorded material track.
Definition at line 42 of file ActsExtrapolationAlg.cxx.
using Acts::SurfaceMaterialMap = typedef std::map<GeometryIdentifier, std::shared_ptr<const ISurfaceMaterial> > |
Definition at line 36 of file ActsMaterialMapping.h.
using Acts::VolumeMaterialMap = typedef std::map<GeometryIdentifier, std::shared_ptr<const IVolumeMaterial> > |
Definition at line 39 of file ActsMaterialMapping.h.