ATLAS Offline Software
|
Describes one HV Module within the EMB Presampler. More...
#include <EMBPresamplerHVModule.h>
Classes | |
class | Clockwork |
Public Member Functions | |
EMBPresamplerHVModule (const EMBPresamplerHVManager *manager, unsigned int iSide, unsigned int iEta, unsigned int iPhi) | |
~EMBPresamplerHVModule () | |
unsigned int | getEtaIndex () const |
unsigned int | getPhiIndex () const |
unsigned int | getSideIndex () const |
double | getEtaMin () const |
double | getEtaMax () const |
double | getPhiMin () const |
double | getPhiMax () const |
int | hvLineNo (int iGap, const LArHVIdMapping *hvIdMapping) const |
const EMBPresamplerHVManager & | getManager () const |
Private Member Functions | |
EMBPresamplerHVModule & | operator= (const EMBPresamplerHVModule &right) |
EMBPresamplerHVModule (const EMBPresamplerHVModule &right) | |
Private Attributes | |
Clockwork * | m_c |
Friends | |
class | ImaginaryFriend |
Describes one HV Module within the EMB Presampler.
Definition at line 21 of file EMBPresamplerHVModule.h.
EMBPresamplerHVModule::EMBPresamplerHVModule | ( | const EMBPresamplerHVManager * | manager, |
unsigned int | iSide, | ||
unsigned int | iEta, | ||
unsigned int | iPhi | ||
) |
EMBPresamplerHVModule::~EMBPresamplerHVModule | ( | ) |
Definition at line 35 of file EMBPresamplerHVModule.cxx.
|
private |
unsigned int EMBPresamplerHVModule::getEtaIndex | ( | ) | const |
Definition at line 40 of file EMBPresamplerHVModule.cxx.
double EMBPresamplerHVModule::getEtaMax | ( | ) | const |
Definition at line 65 of file EMBPresamplerHVModule.cxx.
double EMBPresamplerHVModule::getEtaMin | ( | ) | const |
Definition at line 55 of file EMBPresamplerHVModule.cxx.
const EMBPresamplerHVManager & EMBPresamplerHVModule::getManager | ( | ) | const |
Definition at line 85 of file EMBPresamplerHVModule.cxx.
unsigned int EMBPresamplerHVModule::getPhiIndex | ( | ) | const |
Definition at line 45 of file EMBPresamplerHVModule.cxx.
double EMBPresamplerHVModule::getPhiMax | ( | ) | const |
Definition at line 80 of file EMBPresamplerHVModule.cxx.
double EMBPresamplerHVModule::getPhiMin | ( | ) | const |
Definition at line 75 of file EMBPresamplerHVModule.cxx.
unsigned int EMBPresamplerHVModule::getSideIndex | ( | ) | const |
Definition at line 50 of file EMBPresamplerHVModule.cxx.
int EMBPresamplerHVModule::hvLineNo | ( | int | iGap, |
const LArHVIdMapping * | hvIdMapping | ||
) | const |
Definition at line 91 of file EMBPresamplerHVModule.cxx.
|
private |
|
friend |
Definition at line 52 of file EMBPresamplerHVModule.h.
|
private |
Definition at line 54 of file EMBPresamplerHVModule.h.