10#include <klm/dbobjects/KLMElectronicsChannel.h>
13#include <klm/rawdata/RawData.h>
22 else if (
m_Copper > channel.m_Copper)
24 if (
m_Slot < channel.m_Slot)
26 else if (
m_Slot > channel.m_Slot)
28 if (
m_Lane < channel.m_Lane)
30 else if (
m_Lane > channel.m_Lane)
32 if (
m_Axis < channel.m_Axis)
34 else if (
m_Axis > channel.m_Axis)
41 int asic = (
m_Channel - 1) / KLM::c_NChannelsAsic;
BKLM electronics channel.
KLMElectronicsChannel()
Constructor.
bool operator<(const KLMElectronicsChannel &channel) const
Operator <.
KLMElectronicsChannel getAsic() const
Get ASIC.
Abstract base class for different kinds of events.