#include <SCT_FwdPPCooling.h>
|
| static const double | s_epsilon = 1.0e-6 * Gaudi::Units::mm |
Definition at line 12 of file SCT_FwdPPCooling.h.
◆ SCT_FwdPPCooling()
Definition at line 18 of file SCT_FwdPPCooling.cxx.
23{
26}
virtual GeoVPhysVol * build()
GeoVPhysVol * m_physVolume
SCT_SharedComponentFactory(const std::string &name, InDetDD::SCT_DetectorManager *detectorManager, SCT_GeometryManager *geometryManager, SCT_MaterialManager *materials=nullptr)
◆ build()
| GeoVPhysVol * SCT_FwdPPCooling::build |
( |
| ) |
|
|
privatevirtual |
Implements SCT_SharedComponentFactory.
Definition at line 41 of file SCT_FwdPPCooling.cxx.
42{
45 const GeoLogVol * pPCoolingLog =
new GeoLogVol(
getName(), pPCoolingShape,
m_material);
46
47 GeoPhysVol * pPCooling = new GeoPhysVol(pPCoolingLog);
48
49 return pPCooling;
50}
const std::string & getName() const
SCT_MaterialManager * m_materials
const GeoMaterial * m_material
std::string m_materialName
◆ deltaR()
| double SCT_FwdPPCooling::deltaR |
( |
| ) |
const |
|
inline |
◆ epsilon()
| double SCT_ComponentFactory::epsilon |
( |
| ) |
const |
|
protectedinherited |
◆ getName()
| const std::string & SCT_ComponentFactory::getName |
( |
| ) |
const |
|
inlineinherited |
◆ getParameters()
| void SCT_FwdPPCooling::getParameters |
( |
| ) |
|
|
private |
◆ getVolume()
| GeoVPhysVol * SCT_SharedComponentFactory::getVolume |
( |
| ) |
|
|
inlineinherited |
◆ intToString()
| std::string SCT_ComponentFactory::intToString |
( |
int | i | ) |
const |
|
inherited |
◆ material()
| const GeoMaterial * SCT_FwdPPCooling::material |
( |
| ) |
const |
|
inline |
◆ rphi()
| double SCT_FwdPPCooling::rphi |
( |
| ) |
const |
|
inline |
◆ thickness()
| double SCT_FwdPPCooling::thickness |
( |
| ) |
const |
|
inline |
◆ m_deltaR
| double SCT_FwdPPCooling::m_deltaR = 0.0 |
|
private |
◆ m_detectorManager
◆ m_geometryManager
◆ m_material
| const GeoMaterial* SCT_FwdPPCooling::m_material = nullptr |
|
private |
◆ m_materialName
| std::string SCT_FwdPPCooling::m_materialName |
|
private |
◆ m_materials
◆ m_name
| std::string SCT_ComponentFactory::m_name |
|
privateinherited |
◆ m_physVolume
| GeoVPhysVol* SCT_SharedComponentFactory::m_physVolume |
|
protectedinherited |
◆ m_rphi
| double SCT_FwdPPCooling::m_rphi = 0.0 |
|
private |
◆ m_thickness
| double SCT_FwdPPCooling::m_thickness = 0.0 |
|
private |
◆ s_epsilon
| const double SCT_ComponentFactory::s_epsilon = 1.0e-6 * Gaudi::Units::mm |
|
staticprivateinherited |
The documentation for this class was generated from the following files: