Definition at line 37 of file EMBPresamplerHVManager.cxx.
◆ Clockwork()
Definition at line 39 of file EMBPresamplerHVManager.cxx.
40 CellPartitioning etaPartitioning;
41 for (
unsigned int i= 0;
i<4;
i++) etaPartitioning.addValue(
i*0.4);
42 etaPartitioning.addValue(1.525);
43 descriptor = std::make_unique<EMBPresamplerHVDescriptor>(etaPartitioning,CellBinning(0.0, 2*
M_PI, 32));
45 for(
int iSide=0; iSide<2; ++iSide) {
54 if (StatusCode::SUCCESS!=
detStore->retrieve(
elecId,
"LArElectrodeID")) {
55 throw std::runtime_error(
"EMBPresamplerHVManager failed to retrieve LArElectrodeID");
58 if (StatusCode::SUCCESS!=
detStore->retrieve(
hvId,
"LArHVLineID")) {
59 throw std::runtime_error(
"EMBPresamplerHVManager failed to retrieve LArHVLineID");
◆ ~Clockwork()
EMBPresamplerHVManager::Clockwork::~Clockwork |
( |
| ) |
|
|
default |
◆ descriptor
◆ elecId
◆ hvId
◆ moduleArray
The documentation for this class was generated from the following file: