![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/Definitions/Algebra.hpp"#include "Acts/Detector/DetectorVolume.hpp"#include "Acts/Geometry/GeometryIdentifier.hpp"#include "Acts/Geometry/TrackingVolume.hpp"#include "Acts/Material/MaterialSlab.hpp"
Include dependency graph for MaterialInteraction.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | Acts::InteractionVolume |
| The Material interaction volume struct It acts as a switch between detctor and tracking volume as long as those co-exist alongside. More... | |
| struct | Acts::MaterialInteraction |
| The Material interaction struct It records the surface and the passed material This is only necessary recorded when configured. More... | |
| struct | Acts::RecordedMaterial |
Namespaces | |
| namespace | Acts |
| Acts includes to create all necessary definitions. | |
Typedefs | |
| using | Acts::RecordedMaterialTrack = std::pair< std::pair< Acts::Vector3, Acts::Vector3 >, RecordedMaterial > |