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
Circle2D.h
1
/**************************************************************************
2
* BASF2 (Belle Analysis Framework 2) *
3
* Copyright(C) 2015 Belle II Collaboration *
4
* *
5
* Author: The Belle II Collaboration *
6
* Contributors: Kirill Chilikin *
7
* *
8
* This software is provided "as is" without any warranty. *
9
**************************************************************************/
10
11
#pragma once
12
13
/* CLHEP headers. */
14
#include <CLHEP/Geometry/Point3D.h>
15
16
namespace
Belle2
{
22
namespace
EKLM {
23
27
class
Circle2D {
28
29
public
:
30
37
Circle2D
(
double
x,
double
y,
double
radius);
38
42
~Circle2D
();
43
47
const
HepGeom::Point3D<double>
&
getCenter
()
const
48
{
49
return
m_Center
;
50
}
51
55
double
getRadius
()
const
56
{
57
return
m_Radius
;
58
}
59
60
protected
:
61
63
HepGeom::Point3D<double>
m_Center
;
64
66
double
m_Radius
;
67
68
};
69
70
}
71
73
}
Belle2::EKLM::Circle2D::~Circle2D
~Circle2D()
Destructor.
Definition:
Circle2D.cc:22
Belle2::EKLM::Circle2D::getRadius
double getRadius() const
Get radius.
Definition:
Circle2D.h:63
Belle2::EKLM::Circle2D::Circle2D
Circle2D(double x, double y, double radius)
Constructor.
Definition:
Circle2D.cc:16
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:19
Belle2::EKLM::Circle2D::getCenter
const HepGeom::Point3D< double > & getCenter() const
Get center.
Definition:
Circle2D.h:55
Belle2::EKLM::Circle2D::m_Center
HepGeom::Point3D< double > m_Center
Center.
Definition:
Circle2D.h:71
HepGeom::Point3D< double >
Belle2::EKLM::Circle2D::m_Radius
double m_Radius
Radius.
Definition:
Circle2D.h:74
klm
eklm
geometry
include
Circle2D.h
Generated on Tue Jan 4 2022 02:59:51 for Belle II Software by
1.8.17