5#ifndef SCT_MATERIALMANAGER_H
6#define SCT_MATERIALMANAGER_H
27 const GeoMaterial*
getMaterial(
const std::string & materialName);
28 const GeoElement*
getElement(
const std::string & elementName);
30 const GeoMaterial*
getMaterial(
const std::string & originalMaterial,
32 const std::string & newName =
"");
const GeoMaterial * m_gasMaterial
const GeoMaterial * getMaterial(const std::string &materialName)
SCT_MaterialManager(SCT_DataBase *db)
std::unique_ptr< InDetMaterialManager > m_materialManager
const GeoMaterial * getMaterialForVolume(const std::string &materialName, double volume)
const GeoMaterial * gasMaterial() const
const GeoElement * getElement(const std::string &elementName)
void addMaterial(GeoMaterial *material)