#include <SCT_MaterialManager.h>
Definition at line 20 of file SCT_MaterialManager.h.
◆ SCT_MaterialManager()
| SCT_MaterialManager::SCT_MaterialManager |
( |
SCT_DataBase * | db | ) |
|
Definition at line 15 of file SCT_MaterialManager.cxx.
15 :
16 m_materialManager(std::make_unique<InDetMaterialManager>(
"SCT_MaterialManager",
db->athenaComps()))
17{
18
21
23
25}
const GeoMaterial * m_gasMaterial
std::unique_ptr< InDetMaterialManager > m_materialManager
◆ addMaterial()
| void SCT_MaterialManager::addMaterial |
( |
GeoMaterial * | material | ) |
|
|
private |
◆ gasMaterial()
| const GeoMaterial * SCT_MaterialManager::gasMaterial |
( |
| ) |
const |
◆ getElement()
| const GeoElement * SCT_MaterialManager::getElement |
( |
const std::string & | elementName | ) |
|
◆ getMaterial() [1/2]
| const GeoMaterial * SCT_MaterialManager::getMaterial |
( |
const std::string & | materialName | ) |
|
◆ getMaterial() [2/2]
| const GeoMaterial * SCT_MaterialManager::getMaterial |
( |
const std::string & | originalMaterial, |
|
|
double | density, |
|
|
const std::string & | newName = "" ) |
◆ getMaterialForVolume()
| const GeoMaterial * SCT_MaterialManager::getMaterialForVolume |
( |
const std::string & | materialName, |
|
|
double | volume ) |
◆ loadMaterials()
| void SCT_MaterialManager::loadMaterials |
( |
| ) |
|
|
private |
◆ m_gasMaterial
| const GeoMaterial* SCT_MaterialManager::m_gasMaterial |
|
private |
◆ m_materialManager
The documentation for this class was generated from the following files: