ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <sstream>
#include "Acts/Geometry/TrackingVolume.hpp"
#include "Acts/Material/MaterialProperties.hpp"
#include "Acts/Propagator/detail/PointwiseMaterialInteraction.hpp"
#include "Acts/Propagator/detail/VolumeMaterialInteraction.hpp"
#include "Acts/Surfaces/Surface.hpp"
#include "Acts/Utilities/Units.hpp"
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 > |