Belle II Software
release-06-02-00
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
w
z
Typedefs
a
b
c
d
e
i
k
l
m
n
p
r
s
t
u
v
w
Enumerations
Enumerator
c
d
f
p
t
u
v
w
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerations
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
k
l
m
n
o
p
r
s
t
u
v
w
z
Related Functions
b
c
d
g
i
o
r
s
t
Files
File List
File Members
All
Functions
KLMElectronicsChannel.cc
1
/**************************************************************************
2
* basf2 (Belle II Analysis Software Framework) *
3
* Author: The Belle II Collaboration *
4
* *
5
* See git log for contributors and copyright holders. *
6
* This file is licensed under LGPL-3.0, see LICENSE.md. *
7
**************************************************************************/
8
9
/* Own header. */
10
#include <klm/dbobjects/KLMElectronicsChannel.h>
11
12
using namespace
Belle2
;
13
14
bool
KLMElectronicsChannel::operator<
(
15
const
KLMElectronicsChannel
& channel)
const
16
{
17
if
(
m_Copper
< channel.m_Copper)
18
return
true
;
19
else
if
(
m_Copper
> channel.m_Copper)
20
return
false
;
21
if
(
m_Slot
< channel.m_Slot)
22
return
true
;
23
else
if
(
m_Slot
> channel.m_Slot)
24
return
false
;
25
if
(
m_Lane
< channel.m_Lane)
26
return
true
;
27
else
if
(
m_Lane
> channel.m_Lane)
28
return
false
;
29
if
(
m_Axis
< channel.m_Axis)
30
return
true
;
31
else
if
(
m_Axis
> channel.m_Axis)
32
return
false
;
33
return
m_Channel
< channel.m_Channel;
34
}
35
Belle2::KLMElectronicsChannel
BKLM electronics channel.
Definition:
KLMElectronicsChannel.h:23
Belle2::KLMElectronicsChannel::m_Copper
int m_Copper
Copper.
Definition:
KLMElectronicsChannel.h:157
Belle2::KLMElectronicsChannel::m_Axis
int m_Axis
Axis.
Definition:
KLMElectronicsChannel.h:166
Belle2::KLMElectronicsChannel::m_Channel
int m_Channel
Channel.
Definition:
KLMElectronicsChannel.h:169
Belle2::KLMElectronicsChannel::m_Slot
int m_Slot
Slot.
Definition:
KLMElectronicsChannel.h:160
Belle2::KLMElectronicsChannel::operator<
bool operator<(const KLMElectronicsChannel &channel) const
Operator <.
Definition:
KLMElectronicsChannel.cc:14
Belle2::KLMElectronicsChannel::m_Lane
int m_Lane
Lane.
Definition:
KLMElectronicsChannel.h:163
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:17
klm
dbobjects
src
KLMElectronicsChannel.cc
Generated on Thu Dec 28 2023 02:28:05 for Belle II Software by
1.9.1