|
ACTS
Experiment-independent tracking
|
Helper struct for converting TGeo materials to ACTS materials. More...
#include <ActsPlugins/Root/TGeoMaterialConverter.hpp>
Classes | |
| struct | Options |
| Nested options struct to steer the conversion process. More... | |
Static Public Member Functions | |
| static Acts::MaterialSlab | materialSlab (const TGeoMaterial &tgMaterial, double thicknessIn, double thicknessOut, const Options &options) |
| Helper method to convert a TGeoMaterial into Acts::MaterialSlab. | |
Helper struct for converting TGeo materials to ACTS materials.
|
static |
Helper method to convert a TGeoMaterial into Acts::MaterialSlab.
| tgMaterial | The TGeoMaterial to be converted |
| thicknessIn | The thickness of the ingoing material slab |
| thicknessOut | The thickness of the outgoing material slab |
| options | The conversion options with the unit scalors |