#include <EMBHVManager.h>
|
static constexpr double | INVALID = -99999 |
|
Definition at line 38 of file EMBHVManager.h.
◆ EMBHVData() [1/2]
EMBHVManager::EMBHVData::EMBHVData |
( |
| ) |
|
|
default |
◆ EMBHVData() [2/2]
EMBHVManager::EMBHVData::EMBHVData |
( |
std::unique_ptr< Payload > |
payload | ) |
|
◆ ~EMBHVData()
EMBHVManager::EMBHVData::~EMBHVData |
( |
| ) |
|
|
default |
◆ current()
◆ hvLineNo()
◆ hvOn()
◆ index()
Definition at line 148 of file EMBHVManager.cxx.
152 unsigned int etaIndex =
module.getEtaIndex();
154 unsigned int sectorIndex =
module.getSectorIndex();
155 unsigned int sideIndex =
module.getSideIndex();
156 unsigned int index = 8192*sideIndex+1024*etaIndex+64*
phiIndex+32*sectorIndex+electrodeIndex;
◆ operator=()
◆ voltage()
◆ INVALID
constexpr double EMBHVManager::EMBHVData::INVALID = -99999 |
|
staticconstexpr |
◆ m_payload
std::unique_ptr<Payload> EMBHVManager::EMBHVData::m_payload |
|
private |
The documentation for this class was generated from the following files: