#include <SCT_GeneralParameters.h>
Definition at line 16 of file SCT_GeneralParameters.h.
◆ SCT_GeneralParameters() [1/2]
| SCT_GeneralParameters::SCT_GeneralParameters |
( |
SCT_DataBase * | rdb | ) |
|
◆ ~SCT_GeneralParameters()
| SCT_GeneralParameters::~SCT_GeneralParameters |
( |
| ) |
|
◆ SCT_GeneralParameters() [2/2]
◆ biasVoltage()
| double SCT_GeneralParameters::biasVoltage |
( |
| ) |
const |
Definition at line 68 of file SCT_GeneralParameters.cxx.
69{
70 if (
m_rdb->conditionsTable()->size() == 0) {
71 return 100 * Gaudi::Units::volt;
72 }
73 return m_rdb->conditions()->getDouble(
"BIASVOLT") * Gaudi::Units::volt;
74}
◆ depletionVoltage()
| double SCT_GeneralParameters::depletionVoltage |
( |
| ) |
const |
Definition at line 77 of file SCT_GeneralParameters.cxx.
78{
79 if (
m_rdb->conditionsTable()->size() == 0) {
80 return 20 * Gaudi::Units::volt;
81 }
82 return m_rdb->conditions()->getDouble(
"DEPLETIONVOLT") * Gaudi::Units::volt;
83}
◆ operator=()
◆ partPresent()
| bool SCT_GeneralParameters::partPresent |
( |
const std::string & | partName | ) |
const |
◆ partTransform()
| const GeoTrf::Transform3D & SCT_GeneralParameters::partTransform |
( |
const std::string & | partName | ) |
const |
◆ safety()
| double SCT_GeneralParameters::safety |
( |
| ) |
const |
◆ temperature()
| double SCT_GeneralParameters::temperature |
( |
| ) |
const |
Definition at line 58 of file SCT_GeneralParameters.cxx.
59{
60 if (
m_rdb->conditionsTable()->size() == 0) {
61 return 266.15 * Gaudi::Units::kelvin;
62 }
63 return (
m_rdb->conditions()->getDouble(
"TEMPERATURE") + 273.15) * Gaudi::Units::kelvin;
64}
◆ m_placements
◆ m_rdb
The documentation for this class was generated from the following files: