#include <EMBPresamplerHVManager.h>
|
| static constexpr double | INVALID = -99999 |
Definition at line 39 of file EMBPresamplerHVManager.h.
◆ EMBPresamplerHVData() [1/2]
| EMBPresamplerHVManager::EMBPresamplerHVData::EMBPresamplerHVData |
( |
| ) |
|
|
default |
◆ EMBPresamplerHVData() [2/2]
| EMBPresamplerHVManager::EMBPresamplerHVData::EMBPresamplerHVData |
( |
std::unique_ptr< Payload > | payload | ) |
|
◆ ~EMBPresamplerHVData()
| EMBPresamplerHVManager::EMBPresamplerHVData::~EMBPresamplerHVData |
( |
| ) |
|
|
default |
◆ current()
| double EMBPresamplerHVManager::EMBPresamplerHVData::current |
( |
const EMBPresamplerHVModule & | module, |
|
|
const int & | iGap ) const |
◆ hvLineNo()
| int EMBPresamplerHVManager::EMBPresamplerHVData::hvLineNo |
( |
const EMBPresamplerHVModule & | module, |
|
|
const int & | iGap ) const |
◆ hvOn()
| bool EMBPresamplerHVManager::EMBPresamplerHVData::hvOn |
( |
const EMBPresamplerHVModule & | module, |
|
|
const int & | iGap ) const |
Definition at line 100 of file EMBPresamplerHVManager.cxx.
102{
104}
double voltage(const EMBPresamplerHVModule &module, const int &iGap) const
static constexpr double INVALID
◆ index()
Definition at line 128 of file EMBPresamplerHVManager.cxx.
130{
131 unsigned int sideIndex = module.getSideIndex();
132 unsigned int phiIndex =
module.getPhiIndex();
133 unsigned int etaIndex = module.getEtaIndex();
136}
unsigned int phiIndex(float phi, float binsize)
calculate phi index for a given phi
◆ operator=()
◆ voltage()
| double EMBPresamplerHVManager::EMBPresamplerHVData::voltage |
( |
const EMBPresamplerHVModule & | module, |
|
|
const int & | iGap ) const |
◆ INVALID
| double EMBPresamplerHVManager::EMBPresamplerHVData::INVALID = -99999 |
|
staticconstexpr |
◆ m_payload
| std::unique_ptr<Payload> EMBPresamplerHVManager::EMBPresamplerHVData::m_payload |
|
private |
The documentation for this class was generated from the following files: