ATLAS Offline Software
|
#include <EMECHVModule.h>
Classes | |
class | Clockwork |
Public Types | |
enum | IOType { INNER = 0, OUTER = 1 } |
Public Member Functions | |
EMECHVModule (const EMECHVManager *manager, IOType iWheel, unsigned int iSide, unsigned int iEta, unsigned int iPhi, unsigned int iSector) | |
~EMECHVModule () | |
double | getEtaMin () const |
double | getEtaMax () const |
double | getPhiMin () const |
double | getPhiMax () const |
unsigned int | getEtaIndex () const |
unsigned int | getPhiIndex () const |
unsigned int | getNumElectrodes () const |
const EMECHVElectrode & | getElectrode (unsigned int iElectrode) const |
unsigned int | getSideIndex () const |
EMECHVModule::IOType | getWheelIndex () const |
unsigned int | getSectorIndex () const |
const EMECHVManager & | getManager () const |
Private Member Functions | |
EMECHVModule (const EMECHVModule &right) | |
EMECHVModule & | operator= (const EMECHVModule &right) |
Private Attributes | |
Clockwork * | m_c |
Definition at line 19 of file EMECHVModule.h.
enum EMECHVModule::IOType |
EMECHVModule::EMECHVModule | ( | const EMECHVManager * | manager, |
IOType | iWheel, | ||
unsigned int | iSide, | ||
unsigned int | iEta, | ||
unsigned int | iPhi, | ||
unsigned int | iSector | ||
) |
EMECHVModule::~EMECHVModule | ( | ) |
Definition at line 86 of file EMECHVModule.cxx.
|
private |
const EMECHVElectrode & EMECHVModule::getElectrode | ( | unsigned int | iElectrode | ) | const |
Definition at line 81 of file EMECHVModule.cxx.
unsigned int EMECHVModule::getEtaIndex | ( | ) | const |
Definition at line 60 of file EMECHVModule.cxx.
double EMECHVModule::getEtaMax | ( | ) | const |
Definition at line 116 of file EMECHVModule.cxx.
double EMECHVModule::getEtaMin | ( | ) | const |
Definition at line 106 of file EMECHVModule.cxx.
const EMECHVManager & EMECHVModule::getManager | ( | ) | const |
Definition at line 140 of file EMECHVModule.cxx.
unsigned int EMECHVModule::getNumElectrodes | ( | ) | const |
Definition at line 70 of file EMECHVModule.cxx.
unsigned int EMECHVModule::getPhiIndex | ( | ) | const |
Definition at line 65 of file EMECHVModule.cxx.
double EMECHVModule::getPhiMax | ( | ) | const |
Definition at line 133 of file EMECHVModule.cxx.
double EMECHVModule::getPhiMin | ( | ) | const |
Definition at line 126 of file EMECHVModule.cxx.
unsigned int EMECHVModule::getSectorIndex | ( | ) | const |
Definition at line 101 of file EMECHVModule.cxx.
unsigned int EMECHVModule::getSideIndex | ( | ) | const |
Definition at line 91 of file EMECHVModule.cxx.
EMECHVModule::IOType EMECHVModule::getWheelIndex | ( | ) | const |
Definition at line 96 of file EMECHVModule.cxx.
|
private |
|
private |
Definition at line 61 of file EMECHVModule.h.