Belle II Software
release-05-02-19
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
k
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
u
v
w
x
z
Typedefs
a
b
c
d
e
h
i
l
m
n
p
r
s
t
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
TestSpacePoint.h
1
4
#pragma once
5
6
namespace
VXDTFFilterTest
{
8
struct
TestSpacePoint
{
14
TestSpacePoint
(
double
x
,
double
y
,
double
z
) :
x
(
x
),
y
(
y
),
z
(
z
) { ; }
15
16
double
x
;
17
double
y
;
18
double
z
;
20
double
X
()
const
{
return
x
; }
23
double
Y
()
const
{
return
y
; }
25
double
Z
()
const
{
return
z
; }
26
};
27
}
VXDTFFilterTest::TestSpacePoint::y
double y
y coordiante of the SP
Definition:
TestSpacePoint.h:17
VXDTFFilterTest::TestSpacePoint::z
double z
z coordiante of the SP
Definition:
TestSpacePoint.h:18
VXDTFFilterTest::TestSpacePoint::Z
double Z() const
Getter for z.
Definition:
TestSpacePoint.h:25
VXDTFFilterTest::TestSpacePoint::Y
double Y() const
Getter for y.
Definition:
TestSpacePoint.h:23
VXDTFFilterTest::TestSpacePoint::x
double x
x coordiante of the SP
Definition:
TestSpacePoint.h:16
VXDTFFilterTest
helper struct for testing purposes providing the necessary coordinate accessors NOTE: this is only te...
Definition:
TestSpacePoint.h:6
VXDTFFilterTest::TestSpacePoint::TestSpacePoint
TestSpacePoint(double x, double y, double z)
Constructor.
Definition:
TestSpacePoint.h:14
VXDTFFilterTest::TestSpacePoint::X
double X() const
Getter for x.
Definition:
TestSpacePoint.h:21
VXDTFFilterTest::TestSpacePoint
Helper struct for SpacePoint Tests.
Definition:
TestSpacePoint.h:8
tracking
trackFindingVXD
filterMap
filterFramework
include
TestSpacePoint.h
Generated on Tue Jan 4 2022 03:09:30 for Belle II Software by
1.8.17