Belle II Software
development
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 Fri Nov 8 2024 02:58:58 for Belle II Software by
1.9.6