|
ACTS
Experiment-independent tracking
|
Converter for Geant4 materials to ACTS material description. More...
#include <ActsPlugins/Geant4/Geant4Converters.hpp>
Public Member Functions | |
| Acts::Material | material (const G4Material &g4Material, double compression=1) |
| Convert Geant4 material to ACTS material. | |
| std::shared_ptr< Acts::HomogeneousSurfaceMaterial > | surfaceMaterial (const G4Material &g4Material, double original, double compressed) |
| Convert a Geant4 material to a surface material description. | |
Converter for Geant4 materials to ACTS material description.
| Acts::Material ActsPlugins::Geant4MaterialConverter::material | ( | const G4Material & | g4Material, |
| double | compression = 1 ) |
Convert Geant4 material to ACTS material.
| g4Material | Geant4 material to convert |
| compression | Material compression factor |
| std::shared_ptr< Acts::HomogeneousSurfaceMaterial > ActsPlugins::Geant4MaterialConverter::surfaceMaterial | ( | const G4Material & | g4Material, |
| double | original, | ||
| double | compressed ) |
Convert a Geant4 material to a surface material description.
| g4Material | the geant4 material description |
| original | the original thickness |
| compressed | the compressed thickness |