Concrete implemetation for TGeo. More...
#include <TGeoMaterialProperties.h>
Public Member Functions | |
| TGeoMaterialProperties (const TGeoMaterialProperties &)=delete | |
| TGeoMaterialProperties & | operator= (const TGeoMaterialProperties &)=delete |
| TGeoMaterialProperties () | |
| C'tor. More... | |
| ~TGeoMaterialProperties () | |
| D'tor. More... | |
| void | initialize () |
| Initialize a concrete implemetaiton of the detailed material properties - after the configuration. | |
| virtual GearPointProperties * | getGearPointProperties () const |
| Get an instance of the GearPointProperties - 0 if not initialized. | |
| virtual GearDistanceProperties * | getGearDistanceProperties () const |
| Get an instance of the GearDistanceProperties - 0 if not initialized. | |
Public Member Functions inherited from gear::GearMaterialProperties | |
| ConfigMap & | config () |
| Use to configure an instance of the material properties, e.g. More... | |
| ConfigMap & | config () |
| Use to configure an instance of the material properties, e.g. More... | |
Additional Inherited Members | |
Protected Attributes inherited from gear::GearMaterialProperties | |
| ConfigMap | _cfg {} |
Concrete implemetation for TGeo.
Definition at line 20 of file TGeoMaterialProperties.h.
| gear::TGeoMaterialProperties::TGeoMaterialProperties | ( | ) |
C'tor.
Definition at line 13 of file TGeoMaterialProperties.cc.
| gear::TGeoMaterialProperties::~TGeoMaterialProperties | ( | ) |
D'tor.
Definition at line 16 of file TGeoMaterialProperties.cc.
1.8.5