ATLAS Offline Software
|
#include <GeoMaterialConverter.h>
Public Member Functions | |
GeoMaterialConverter ()=default | |
Default constructor. More... | |
~GeoMaterialConverter ()=default | |
Destructor. More... | |
Static Public Member Functions | |
static Material | convert (const GeoMaterial *gm) |
Single conversion , input type GeoMaterial - output type Trk::MaterialProperties. More... | |
static bool | dummy_material (const GeoMaterial *) |
hardcoded dummy materials : TODO : find generic criterium ( density ? radiation length ? ) More... | |
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.