The Class for SVD Cooling Pipes.
More...
#include <SVDCoolingPipesPar.h>
The Class for SVD Cooling Pipes.
Definition at line 25 of file SVDCoolingPipesPar.h.
◆ SVDCoolingPipesPar() [1/2]
SVDCoolingPipesPar |
( |
const std::string & | material, |
|
|
double | outerDiameter, |
|
|
double | wallThickness, |
|
|
int | nPipes, |
|
|
double | startPhi, |
|
|
double | deltaPhi, |
|
|
double | radius, |
|
|
double | zstart, |
|
|
double | zend, |
|
|
double | deltaL = 0 ) |
|
inline |
Constructor.
Definition at line 30 of file SVDCoolingPipesPar.h.
31 :
32 m_material(material), m_outerDiameter(outerDiameter), m_wallThickness(wallThickness), m_nPipes(nPipes),
33 m_startPhi(startPhi), m_deltaPhi(deltaPhi), m_radius(radius), m_zstart(zstart), m_zend(zend), m_deltaL(deltaL)
34 {}
◆ SVDCoolingPipesPar() [2/2]
Constructor.
Definition at line 36 of file SVDCoolingPipesPar.h.
36 :
37 m_material(""), m_outerDiameter(0.), m_wallThickness(0.), m_nPipes(0),
38 m_startPhi(0), m_deltaPhi(0), m_radius(0), m_zstart(0), m_zend(0), m_deltaL(0)
39 {}
◆ getDeltaL()
double getDeltaL |
( |
| ) |
const |
|
inline |
◆ getDeltaPhi()
double getDeltaPhi |
( |
| ) |
const |
|
inline |
◆ getMaterial()
const std::string & getMaterial |
( |
| ) |
const |
|
inline |
◆ getNPipes()
◆ getOuterDiameter()
double getOuterDiameter |
( |
| ) |
const |
|
inline |
◆ getRadius()
double getRadius |
( |
| ) |
const |
|
inline |
◆ getStartPhi()
double getStartPhi |
( |
| ) |
const |
|
inline |
◆ getWallThickness()
double getWallThickness |
( |
| ) |
const |
|
inline |
◆ getZEnd()
◆ getZStart()
double getZStart |
( |
| ) |
const |
|
inline |
◆ setDeltaL()
void setDeltaL |
( |
double | deltaL | ) |
|
|
inline |
◆ m_deltaL
◆ m_deltaPhi
◆ m_material
◆ m_nPipes
◆ m_outerDiameter
◆ m_radius
◆ m_startPhi
◆ m_wallThickness
◆ m_zend
◆ m_zstart
The documentation for this class was generated from the following file: