Belle II Software  release-08-01-10
TOPGeoColdPlate Class Reference

Geometry parameters of cold plate (simplified) More...

#include <TOPGeoColdPlate.h>

Inheritance diagram for TOPGeoColdPlate:
Collaboration diagram for TOPGeoColdPlate:

Public Member Functions

 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. More...
 
double getBaseThickness () const
 Returns base plate thickness. More...
 
const std::string & getBaseMaterial () const
 Returns base plate material name. More...
 
double getCoolThickness () const
 Returns cooling plate thickness. More...
 
double getCoolWidth () const
 Returns cooling plate width. More...
 
const std::string & getCoolMaterial () const
 Returns cooling plate material name. More...
 
bool isConsistent () const override
 Check for consistency of data members. More...
 
virtual void print (const std::string &title="QBB cold plate geometry parameters") const override
 Print the content of the class. More...
 
void setName (const std::string &name)
 Sets object name. More...
 
const std::string & getName () const
 Returns object name. More...
 
virtual void printSurface (const GeoOpticalSurface &surface) const
 Print the content of optical surface. More...
 
double getReflectivity (const GeoOpticalSurface &surface, double energy) const
 Returns reflectivity of optical surface at given photon energy. More...
 

Protected Member Functions

void printUnderlined (const std::string &title) const
 Print the content of the class. More...
 
 ClassDef (TOPGeoBase, 1)
 ClassDef.
 

Protected Attributes

std::string m_name
 geometry object name
 

Static Protected Attributes

static double s_unit = Unit::cm
 conversion unit for length
 
static std::string s_unitName
 conversion unit name
 

Private Member Functions

 ClassDefOverride (TOPGeoColdPlate, 1)
 ClassDef.
 

Private Attributes

float m_baseThickness = 0
 base plate thickness
 
std::string m_baseMaterial
 base plate material name
 
float m_coolThickness = 0
 cooling plate thickness
 
float m_coolWidth = 0
 cooling plate width
 
std::string m_coolMaterial
 cooling plate material name
 

Detailed Description

Geometry parameters of cold plate (simplified)

Definition at line 23 of file TOPGeoColdPlate.h.

Constructor & Destructor Documentation

◆ TOPGeoColdPlate()

TOPGeoColdPlate ( double  baseThickness,
const std::string &  baseMaterial,
double  coolThickness,
double  coolWidth,
const std::string &  coolMaterial,
const std::string &  name = "TOPColdPlate" 
)
inline

Full constructor.

Parameters
baseThicknessbase plate thickness
baseMaterialbase plate material name
coolThicknesscooling plate thickness
coolWidthcooling plate width
coolMaterialcooling plate material name
namevolume name in Geant

Definition at line 41 of file TOPGeoColdPlate.h.

46  : TOPGeoBase(name),
47  m_baseThickness(baseThickness), m_baseMaterial(baseMaterial),
48  m_coolThickness(coolThickness), m_coolWidth(coolWidth),
49  m_coolMaterial(coolMaterial)
50  {}
TOPGeoBase()
Default constructor.
Definition: TOPGeoBase.h:31
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

Member Function Documentation

◆ 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.

◆ 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

Returns cooling plate width.

Returns
width

Definition at line 74 of file TOPGeoColdPlate.h.

◆ getName()

const std::string& getName ( void  ) const
inlineinherited

Returns object name.

Returns
object name

Definition at line 51 of file TOPGeoBase.h.

◆ setName()

void setName ( const std::string &  name)
inlineinherited

Sets object name.

Parameters
nameobject name

Definition at line 45 of file TOPGeoBase.h.


The documentation for this class was generated from the following files: