#include <EMECHVManager.h>
|
| static constexpr double | INVALID = -99999 |
Definition at line 40 of file EMECHVManager.h.
◆ EMECHVData() [1/2]
| EMECHVManager::EMECHVData::EMECHVData |
( |
| ) |
|
|
default |
◆ EMECHVData() [2/2]
| EMECHVManager::EMECHVData::EMECHVData |
( |
std::unique_ptr< Payload > | payload | ) |
|
◆ ~EMECHVData()
| EMECHVManager::EMECHVData::~EMECHVData |
( |
| ) |
|
|
default |
◆ current()
| double EMECHVManager::EMECHVData::current |
( |
const EMECHVElectrode & | electrode, |
|
|
const int & | iGap ) const |
Definition at line 143 of file EMECHVManager.cxx.
144{
146}
static int index(const EMECHVElectrode &electrode)
◆ hvLineNo()
| int EMECHVManager::EMECHVData::hvLineNo |
( |
const EMECHVElectrode & | electrode, |
|
|
const int & | iGap ) const |
◆ hvOn()
| bool EMECHVManager::EMECHVData::hvOn |
( |
const EMECHVElectrode & | electrode, |
|
|
const int & | iGap ) const |
Definition at line 131 of file EMECHVManager.cxx.
132{
134}
static constexpr double INVALID
double voltage(const EMECHVElectrode &electrode, const int &iGap) const
◆ index()
Definition at line 155 of file EMECHVManager.cxx.
156{
159 unsigned int etaIndex = module.getEtaIndex();
160 unsigned int phiIndex =
module.getPhiIndex();
161 unsigned int sectorIndex = module.getSectorIndex();
162 unsigned int sideIndex = module.getSideIndex();
163
164 unsigned int index=0;
167
169}
unsigned int getElectrodeIndex() const
const EMECHVModule & getModule() const
unsigned int phiIndex(float phi, float binsize)
calculate phi index for a given phi
◆ operator=()
Definition at line 118 of file EMECHVManager.cxx.
119 {
120 if (this != &other) {
122 }
123 return *this;
124}
◆ voltage()
| double EMECHVManager::EMECHVData::voltage |
( |
const EMECHVElectrode & | electrode, |
|
|
const int & | iGap ) const |
◆ INVALID
| double EMECHVManager::EMECHVData::INVALID = -99999 |
|
staticconstexpr |
◆ m_payload
| std::unique_ptr<Payload> EMECHVManager::EMECHVData::m_payload |
|
private |
The documentation for this class was generated from the following files: