Belle II Software
release-08-01-10
|
BKLM electronics channel. More...
#include <KLMElectronicsChannel.h>
Public Member Functions | |
KLMElectronicsChannel () | |
Constructor. | |
KLMElectronicsChannel (int copper, int slot, int lane, int axis, int channel) | |
Constructor. More... | |
~KLMElectronicsChannel () | |
Destructor. | |
int | getCopper () const |
Get copper. | |
void | setCopper (int copper) |
Set copper. More... | |
int | getSlot () const |
Get slot. | |
void | setSlot (int slot) |
Set slot. More... | |
int | getLane () const |
Get lane. | |
void | setLane (int lane) |
Set lane. More... | |
int | getAxis () const |
Get axis. | |
void | setAxis (int axis) |
Set axis. More... | |
int | getChannel () const |
Get channel. | |
void | setChannel (int channel) |
Set channel. More... | |
bool | operator< (const KLMElectronicsChannel &channel) const |
Operator <. | |
KLMElectronicsChannel | getAsic () const |
Get ASIC. | |
Private Member Functions | |
ClassDef (KLMElectronicsChannel, 1) | |
Class version. | |
Private Attributes | |
int | m_Copper |
Copper. | |
int | m_Slot |
Slot. | |
int | m_Lane |
Lane. | |
int | m_Axis |
Axis. | |
int | m_Channel |
Channel. | |
BKLM electronics channel.
Definition at line 23 of file KLMElectronicsChannel.h.
|
inline |
Constructor.
[in] | copper | Copper. |
[in] | slot | Slot. |
[in] | lane | Lane. |
[in] | axis | Axis. |
[in] | channel | Channel. |
Definition at line 47 of file KLMElectronicsChannel.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |