#include <FCALHVManager.h>
|
| static constexpr double | INVALID = -99999 |
Definition at line 37 of file FCALHVManager.h.
◆ FCALHVData() [1/2]
| FCALHVManager::FCALHVData::FCALHVData |
( |
| ) |
|
|
default |
◆ FCALHVData() [2/2]
| FCALHVManager::FCALHVData::FCALHVData |
( |
std::unique_ptr< Payload > | payload | ) |
|
◆ ~FCALHVData()
| FCALHVManager::FCALHVData::~FCALHVData |
( |
| ) |
|
|
default |
◆ current()
| double FCALHVManager::FCALHVData::current |
( |
const FCALHVLine & | line | ) |
const |
Definition at line 125 of file FCALHVManager.cxx.
126{
128}
static int index(const FCALHVLine &line)
◆ hvLineNo()
| int FCALHVManager::FCALHVData::hvLineNo |
( |
const FCALHVLine & | line | ) |
const |
◆ hvOn()
| bool FCALHVManager::FCALHVData::hvOn |
( |
const FCALHVLine & | line | ) |
const |
Definition at line 113 of file FCALHVManager.cxx.
114{
116}
static constexpr double INVALID
double voltage(const FCALHVLine &line) const
◆ index()
| int FCALHVManager::FCALHVData::index |
( |
const FCALHVLine & | line | ) |
|
|
staticprivate |
Definition at line 137 of file FCALHVManager.cxx.
138{
139 unsigned int lineIndex =
line.getLineIndex();
140 const FCALHVModule&
module =
line.getModule();
141 unsigned int sectorIndex = module.getSectorIndex();
142 unsigned int sideIndex = module.getSideIndex();
143 unsigned int samplingIndex = module.getSamplingIndex();
144 unsigned int index = 192*sideIndex+12*sectorIndex+4*samplingIndex+lineIndex;
146}
◆ operator=()
Definition at line 102 of file FCALHVManager.cxx.
102 {
103 if (this != &other) {
105 }
106 return *this;
107}
◆ voltage()
| double FCALHVManager::FCALHVData::voltage |
( |
const FCALHVLine & | line | ) |
const |
◆ INVALID
| double FCALHVManager::FCALHVData::INVALID = -99999 |
|
staticconstexpr |
◆ m_payload
| std::unique_ptr<Payload> FCALHVManager::FCALHVData::m_payload |
|
private |
The documentation for this class was generated from the following files: