Describes one HV Module within the EMB Presampler.
More...
#include <EMBPresamplerHVModule.h>
Describes one HV Module within the EMB Presampler.
Definition at line 21 of file EMBPresamplerHVModule.h.
◆ EMBPresamplerHVModule() [1/2]
| EMBPresamplerHVModule::EMBPresamplerHVModule |
( |
const EMBPresamplerHVManager * | manager, |
|
|
unsigned int | iSide, |
|
|
unsigned int | iEta, |
|
|
unsigned int | iPhi ) |
◆ ~EMBPresamplerHVModule()
| EMBPresamplerHVModule::~EMBPresamplerHVModule |
( |
| ) |
|
◆ EMBPresamplerHVModule() [2/2]
◆ getEtaIndex()
| unsigned int EMBPresamplerHVModule::getEtaIndex |
( |
| ) |
const |
◆ getEtaMax()
| double EMBPresamplerHVModule::getEtaMax |
( |
| ) |
const |
Definition at line 65 of file EMBPresamplerHVModule.cxx.
66{
68 return -
m_c->manager->getDescriptor()->getEtaPartitioning().binLower(
m_c->iEta);
69 }
70 else {
71 return m_c->manager->getDescriptor()->getEtaPartitioning().binUpper(
m_c->iEta);
72 }
73}
◆ getEtaMin()
| double EMBPresamplerHVModule::getEtaMin |
( |
| ) |
const |
Definition at line 55 of file EMBPresamplerHVModule.cxx.
56{
58 return -
m_c->manager->getDescriptor()->getEtaPartitioning().binUpper(
m_c->iEta);
59 }
60 else {
61 return m_c->manager->getDescriptor()->getEtaPartitioning().binLower(
m_c->iEta);
62 }
63}
◆ getManager()
◆ getPhiIndex()
| unsigned int EMBPresamplerHVModule::getPhiIndex |
( |
| ) |
const |
◆ getPhiMax()
| double EMBPresamplerHVModule::getPhiMax |
( |
| ) |
const |
◆ getPhiMin()
| double EMBPresamplerHVModule::getPhiMin |
( |
| ) |
const |
◆ getSideIndex()
| unsigned int EMBPresamplerHVModule::getSideIndex |
( |
| ) |
const |
◆ hvLineNo()
| int EMBPresamplerHVModule::hvLineNo |
( |
int | iGap, |
|
|
const LArHVIdMapping * | hvIdMapping ) const |
◆ operator=()
◆ ImaginaryFriend
| friend class ImaginaryFriend |
|
friend |
◆ m_c
The documentation for this class was generated from the following files: