![]() |
ATLAS Offline Software
|
A Simple Helper Class that convertes the GeoMaterial object used in GeoModel full detector description to an appropriate Trk::ExtendedMaterialProperties object. More...
#include <GeoMaterialConverter.h>
Public Member Functions | |
| GeoMaterialConverter ()=default | |
| Default constructor. | |
| ~GeoMaterialConverter ()=default | |
| Destructor. | |
Static Public Member Functions | |
| static Material | convert (const GeoMaterial *gm) |
| Single conversion , input type GeoMaterial - output type Trk::MaterialProperties. | |
| static bool | dummy_material (const GeoMaterial *) |
| hardcoded dummy materials : TODO : find generic criterium ( density ? | |
A Simple Helper Class that convertes the GeoMaterial object used in GeoModel full detector description to an appropriate Trk::ExtendedMaterialProperties object.
Definition at line 30 of file GeoMaterialConverter.h.
|
default |
Default constructor.
|
default |
Destructor.
|
static |
Single conversion , input type GeoMaterial - output type Trk::MaterialProperties.
Definition at line 18 of file GeoMaterialConverter.cxx.
|
static |
hardcoded dummy materials : TODO : find generic criterium ( density ?
radiation length ? )
Definition at line 39 of file GeoMaterialConverter.cxx.