Belle II Software  release-05-01-25
Circle2D.cc
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 /* Own header. */
12 #include <klm/eklm/geometry/Circle2D.h>
13 
14 using namespace Belle2;
15 
16 EKLM::Circle2D::Circle2D(double x, double y, double radius) :
17  m_Center(x, y, 0),
18  m_Radius(radius)
19 {
20 }
21 
23 {
24 }
Belle2::EKLM::Circle2D::~Circle2D
~Circle2D()
Destructor.
Definition: Circle2D.cc:22
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