BKLM electronics channel.
More...
#include <KLMElectronicsChannel.h>
BKLM electronics channel.
Definition at line 23 of file KLMElectronicsChannel.h.
◆ KLMElectronicsChannel() [1/2]
◆ KLMElectronicsChannel() [2/2]
Constructor.
- Parameters
-
[in] | copper | Copper. |
[in] | slot | Slot. |
[in] | lane | Lane. |
[in] | axis | Axis. |
[in] | channel | Channel. |
Definition at line 47 of file KLMElectronicsChannel.h.
◆ ~KLMElectronicsChannel()
◆ getAsic()
◆ getAxis()
◆ getChannel()
◆ getCopper()
◆ getLane()
◆ getSlot()
◆ operator<()
Operator <.
Definition at line 17 of file KLMElectronicsChannel.cc.
19{
21 return true;
22 else if (
m_Copper > channel.m_Copper)
23 return false;
24 if (
m_Slot < channel.m_Slot)
25 return true;
26 else if (
m_Slot > channel.m_Slot)
27 return false;
28 if (
m_Lane < channel.m_Lane)
29 return true;
30 else if (
m_Lane > channel.m_Lane)
31 return false;
32 if (
m_Axis < channel.m_Axis)
33 return true;
34 else if (
m_Axis > channel.m_Axis)
35 return false;
37}
◆ setAxis()
◆ setChannel()
void setChannel |
( |
int |
channel | ) |
|
|
inline |
◆ setCopper()
void setCopper |
( |
int |
copper | ) |
|
|
inline |
◆ setLane()
◆ setSlot()
◆ m_Axis
◆ m_Channel
◆ m_Copper
◆ m_Lane
◆ m_Slot
The documentation for this class was generated from the following files: