ATLAS Offline Software
|
Describes one HV Module within the EMEc Presampler. More...
#include <EMECPresamplerHVModule.h>
Classes | |
class | Clockwork |
Public Member Functions | |
EMECPresamplerHVModule (const EMECPresamplerHVManager *manager, unsigned int iSide, unsigned int iPhi) | |
~EMECPresamplerHVModule () | |
double | getEtaMin () const |
double | getEtaMax () const |
double | getPhiMin () const |
double | getPhiMax () const |
unsigned int | getPhiIndex () const |
unsigned int | getSideIndex () const |
int | hvLineNo (int iGap, const LArHVIdMapping *hvIdMapping) const |
const EMECPresamplerHVManager & | getManager () const |
Private Member Functions | |
EMECPresamplerHVModule (const EMECPresamplerHVModule &right) | |
EMECPresamplerHVModule & | operator= (const EMECPresamplerHVModule &right) |
Private Attributes | |
Clockwork * | m_c |
Describes one HV Module within the EMEc Presampler.
Definition at line 21 of file EMECPresamplerHVModule.h.
EMECPresamplerHVModule::EMECPresamplerHVModule | ( | const EMECPresamplerHVManager * | manager, |
unsigned int | iSide, | ||
unsigned int | iPhi | ||
) |
Definition at line 24 of file EMECPresamplerHVModule.cxx.
EMECPresamplerHVModule::~EMECPresamplerHVModule | ( | ) |
Definition at line 31 of file EMECPresamplerHVModule.cxx.
|
private |
double EMECPresamplerHVModule::getEtaMax | ( | ) | const |
Definition at line 52 of file EMECPresamplerHVModule.cxx.
double EMECPresamplerHVModule::getEtaMin | ( | ) | const |
Definition at line 46 of file EMECPresamplerHVModule.cxx.
const EMECPresamplerHVManager & EMECPresamplerHVModule::getManager | ( | ) | const |
Definition at line 68 of file EMECPresamplerHVModule.cxx.
unsigned int EMECPresamplerHVModule::getPhiIndex | ( | ) | const |
Definition at line 36 of file EMECPresamplerHVModule.cxx.
double EMECPresamplerHVModule::getPhiMax | ( | ) | const |
Definition at line 63 of file EMECPresamplerHVModule.cxx.
double EMECPresamplerHVModule::getPhiMin | ( | ) | const |
Definition at line 58 of file EMECPresamplerHVModule.cxx.
unsigned int EMECPresamplerHVModule::getSideIndex | ( | ) | const |
Definition at line 41 of file EMECPresamplerHVModule.cxx.
int EMECPresamplerHVModule::hvLineNo | ( | int | iGap, |
const LArHVIdMapping * | hvIdMapping | ||
) | const |
Definition at line 74 of file EMECPresamplerHVModule.cxx.
|
private |
|
private |
Definition at line 52 of file EMECPresamplerHVModule.h.