![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "Acts/Geometry/TrackingVolume.hpp"#include "Acts/Material/MaterialSlab.hpp"#include "Acts/Propagator/detail/PointwiseMaterialInteraction.hpp"#include "Acts/Propagator/detail/VolumeMaterialInteraction.hpp"#include "Acts/Surfaces/Surface.hpp"#include "Acts/Utilities/Units.hpp"#include <sstream>
Include dependency graph for MaterialInteractor.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | Acts::MaterialInteraction |
| The Material interaction struct It records the surface and the passed material This is only nessecary recorded when configured. More... | |
| struct | Acts::MaterialInteractor |
| struct | Acts::MaterialInteractor::Result |
Namespaces | |
| namespace | Acts |
| Set the Geometry Context PLUGIN. | |
Typedefs | |
| using | Acts::RecordedMaterial = MaterialInteractor::Result |
| Using some short hands for Recorded Material. | |
| using | Acts::RecordedMaterialTrack = std::pair< std::pair< Acts::Vector3D, Acts::Vector3D >, RecordedMaterial > |