![]() |
Project
|
#include <ChamberHV.h>
Public Member Functions | |
double | getHV (int deId) const |
Gets HV for detection element. | |
void | setHV (int deId, double hv) |
Sets the HV for detection element. | |
void | setHV (const std::unordered_map< o2::dcs::DataPointIdentifier, std::vector< o2::dcs::DataPointValue > > &dpMap) |
Sets the HV from the DCS data points. | |
Definition at line 31 of file ChamberHV.h.
|
inline |
Gets HV for detection element.
deId | Detection element ID |
Definition at line 37 of file ChamberHV.h.
void o2::mid::ChamberHV::setHV | ( | const std::unordered_map< o2::dcs::DataPointIdentifier, std::vector< o2::dcs::DataPointValue > > & | dpMap | ) |
Sets the HV from the DCS data points.
dpMap | Map with DCS data points |
Definition at line 55 of file ChamberHV.cxx.
Sets the HV for detection element.
deId | Detection element ID |
hv | High-Voltage value (V) |
Definition at line 42 of file ChamberHV.h.