Geometry parameters of cold plate (simplified)
More...
#include <TOPGeoColdPlate.h>
|
| TOPGeoColdPlate () |
| Default constructor.
|
|
| TOPGeoColdPlate (double baseThickness, const std::string &baseMaterial, double coolThickness, double coolWidth, const std::string &coolMaterial, const std::string &name="TOPColdPlate") |
| Full constructor.
|
|
double | getBaseThickness () const |
| Returns base plate thickness.
|
|
const std::string & | getBaseMaterial () const |
| Returns base plate material name.
|
|
double | getCoolThickness () const |
| Returns cooling plate thickness.
|
|
double | getCoolWidth () const |
| Returns cooling plate width.
|
|
const std::string & | getCoolMaterial () const |
| Returns cooling plate material name.
|
|
bool | isConsistent () const override |
| Check for consistency of data members.
|
|
virtual void | print (const std::string &title="QBB cold plate geometry parameters") const override |
| Print the content of the class.
|
|
void | setName (const std::string &name) |
| Sets object name.
|
|
const std::string & | getName () const |
| Returns object name.
|
|
virtual void | printSurface (const GeoOpticalSurface &surface) const |
| Print the content of optical surface.
|
|
double | getReflectivity (const GeoOpticalSurface &surface, double energy) const |
| Returns reflectivity of optical surface at given photon energy.
|
|
|
std::string | m_name |
| geometry object name
|
|
Geometry parameters of cold plate (simplified)
Definition at line 23 of file TOPGeoColdPlate.h.
◆ TOPGeoColdPlate() [1/2]
◆ TOPGeoColdPlate() [2/2]
TOPGeoColdPlate |
( |
double |
baseThickness, |
|
|
const std::string & |
baseMaterial, |
|
|
double |
coolThickness, |
|
|
double |
coolWidth, |
|
|
const std::string & |
coolMaterial, |
|
|
const std::string & |
name = "TOPColdPlate" |
|
) |
| |
|
inline |
Full constructor.
- Parameters
-
baseThickness | base plate thickness |
baseMaterial | base plate material name |
coolThickness | cooling plate thickness |
coolWidth | cooling plate width |
coolMaterial | cooling plate material name |
name | volume name in Geant |
Definition at line 41 of file TOPGeoColdPlate.h.
50 {}
TOPGeoBase()
Default constructor.
std::string m_baseMaterial
base plate material name
float m_coolThickness
cooling plate thickness
std::string m_coolMaterial
cooling plate material name
float m_coolWidth
cooling plate width
float m_baseThickness
base plate thickness
◆ getBaseMaterial()
const std::string & getBaseMaterial |
( |
| ) |
const |
|
inline |
Returns base plate material name.
- Returns
- material name
Definition at line 62 of file TOPGeoColdPlate.h.
◆ getBaseThickness()
double getBaseThickness |
( |
| ) |
const |
|
inline |
Returns base plate thickness.
- Returns
- thickness
Definition at line 56 of file TOPGeoColdPlate.h.
static double s_unit
conversion unit for length
◆ getCoolMaterial()
const std::string & getCoolMaterial |
( |
| ) |
const |
|
inline |
Returns cooling plate material name.
- Returns
- material name
Definition at line 80 of file TOPGeoColdPlate.h.
◆ getCoolThickness()
double getCoolThickness |
( |
| ) |
const |
|
inline |
Returns cooling plate thickness.
- Returns
- thickness
Definition at line 68 of file TOPGeoColdPlate.h.
◆ getCoolWidth()
double getCoolWidth |
( |
| ) |
const |
|
inline |
◆ getName()
const std::string & getName |
( |
| ) |
const |
|
inlineinherited |
Returns object name.
- Returns
- object name
Definition at line 51 of file TOPGeoBase.h.
std::string m_name
geometry object name
◆ setName()
void setName |
( |
const std::string & |
name | ) |
|
|
inlineinherited |
Sets object name.
- Parameters
-
Definition at line 45 of file TOPGeoBase.h.
◆ m_baseMaterial
std::string m_baseMaterial |
|
private |
◆ m_baseThickness
float m_baseThickness = 0 |
|
private |
◆ m_coolMaterial
std::string m_coolMaterial |
|
private |
◆ m_coolThickness
float m_coolThickness = 0 |
|
private |
◆ m_coolWidth
◆ m_name
The documentation for this class was generated from the following files: