Class for data object used in SCT_SensorsCondAlg and SCT_SensorsTool.
More...
#include <SCT_SensorCondData.h>
Class for data object used in SCT_SensorsCondAlg and SCT_SensorsTool.
Definition at line 25 of file SCT_SensorCondData.h.
◆ anonymous enum
Enumerator |
---|
OFFSET | |
SENSOR1 | |
SENSOR2 | |
SENSOR3 | |
SENSOR4 | |
NUM_SENSORS | |
Definition at line 52 of file SCT_SensorCondData.h.
◆ SCT_SensorCondData()
SCT_SensorCondData::SCT_SensorCondData |
( |
| ) |
|
◆ ~SCT_SensorCondData()
virtual SCT_SensorCondData::~SCT_SensorCondData |
( |
| ) |
|
|
virtualdefault |
◆ getCrystalOrientation()
int SCT_SensorCondData::getCrystalOrientation |
( |
const unsigned int |
sensor | ) |
const |
◆ getDepletionVoltage()
float SCT_SensorCondData::getDepletionVoltage |
( |
const unsigned int |
sensor | ) |
const |
◆ getManufacturer()
const std::string & SCT_SensorCondData::getManufacturer |
( |
| ) |
const |
◆ getTruncatedSerialNumber()
◆ setCrystalOrientation()
bool SCT_SensorCondData::setCrystalOrientation |
( |
const unsigned int |
sensor, |
|
|
const int |
crystalOrientation |
|
) |
| |
◆ setDepletionVoltage()
bool SCT_SensorCondData::setDepletionVoltage |
( |
const unsigned int |
sensor, |
|
|
const float |
depletionVoltage |
|
) |
| |
◆ setManufacturer()
bool SCT_SensorCondData::setManufacturer |
( |
const std::string & |
manufacturer | ) |
|
◆ setTruncatedSerialNumber()
◆ m_crystalOrientation
int SCT_SensorCondData::m_crystalOrientation[NUM_SENSORS] |
|
private |
◆ m_depletionVoltage
float SCT_SensorCondData::m_depletionVoltage[NUM_SENSORS] |
|
private |
◆ m_manufacturer
std::string SCT_SensorCondData::m_manufacturer |
|
private |
◆ m_truncatedSerialNumber
The documentation for this class was generated from the following files: