Belle II Software
development
Toggle main menu visibility
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
x
z
Typedefs
a
b
c
d
e
g
i
k
l
m
n
p
r
s
t
u
v
w
Enumerations
Enumerator
c
d
f
p
t
v
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
Typedefs
Macros
TestSpacePoint.h
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
**************************************************************************/
11
#pragma once
12
13
namespace
VXDTFFilterTest
{
15
struct
TestSpacePoint
{
21
TestSpacePoint
(
double
x
,
double
y
,
double
z
) :
x
(
x
),
y
(
y
),
z
(
z
) { ; }
22
23
double
x
;
24
double
y
;
25
double
z
;
28
double
X
()
const
{
return
x
; }
30
double
Y
()
const
{
return
y
; }
32
double
Z
()
const
{
return
z
; }
33
};
34
}
VXDTFFilterTest
helper struct for testing purposes providing the necessary coordinate accessors NOTE: this is only te...
Definition:
TestSpacePoint.h:13
VXDTFFilterTest::TestSpacePoint
Helper struct for SpacePoint Tests.
Definition:
TestSpacePoint.h:15
VXDTFFilterTest::TestSpacePoint::TestSpacePoint
TestSpacePoint(double x, double y, double z)
Constructor.
Definition:
TestSpacePoint.h:21
VXDTFFilterTest::TestSpacePoint::z
double z
z coordinate of the SP
Definition:
TestSpacePoint.h:25
VXDTFFilterTest::TestSpacePoint::y
double y
y coordinate of the SP
Definition:
TestSpacePoint.h:24
VXDTFFilterTest::TestSpacePoint::Z
double Z() const
Getter for z.
Definition:
TestSpacePoint.h:32
VXDTFFilterTest::TestSpacePoint::X
double X() const
Getter for x.
Definition:
TestSpacePoint.h:28
VXDTFFilterTest::TestSpacePoint::x
double x
x coordinate of the SP
Definition:
TestSpacePoint.h:23
VXDTFFilterTest::TestSpacePoint::Y
double Y() const
Getter for y.
Definition:
TestSpacePoint.h:30
tracking
trackFindingVXD
filterMap
filterFramework
include
TestSpacePoint.h
Generated on Wed Apr 9 2025 03:04:53 for Belle II Software by
1.9.6