Belle II Software
development
Circle2D.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
**************************************************************************/
8
9
#pragma once
10
11
/* CLHEP headers. */
12
#include <CLHEP/Geometry/Point3D.h>
13
14
namespace
Belle2
{
20
namespace
EKLM {
21
25
class
Circle2D
{
26
27
public
:
28
35
Circle2D
(
double
x,
double
y,
double
radius);
36
40
~Circle2D
();
41
45
const
HepGeom::Point3D<double>
&
getCenter
()
const
46
{
47
return
m_Center
;
48
}
49
53
double
getRadius
()
const
54
{
55
return
m_Radius
;
56
}
57
58
protected
:
59
61
HepGeom::Point3D<double>
m_Center
;
62
64
double
m_Radius
;
65
66
};
67
68
}
69
71
}
Belle2::EKLM::Circle2D
2D circle.
Definition:
Circle2D.h:25
Belle2::EKLM::Circle2D::m_Center
HepGeom::Point3D< double > m_Center
Center.
Definition:
Circle2D.h:61
Belle2::EKLM::Circle2D::getCenter
const HepGeom::Point3D< double > & getCenter() const
Get center.
Definition:
Circle2D.h:45
Belle2::EKLM::Circle2D::m_Radius
double m_Radius
Radius.
Definition:
Circle2D.h:64
Belle2::EKLM::Circle2D::~Circle2D
~Circle2D()
Destructor.
Definition:
Circle2D.cc:20
Belle2::EKLM::Circle2D::getRadius
double getRadius() const
Get radius.
Definition:
Circle2D.h:53
HepGeom::Point3D
Definition:
TRGCDC.h:27
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:17
klm
eklm
geometry
include
Circle2D.h
Generated on Fri Nov 8 2024 02:39:42 for Belle II Software by
1.9.6