Belle II Software
release-05-02-19
CDCGeoControlPar.cc
1
/**************************************************************************
2
* BASF2 (Belle Analysis Framework 2) *
3
* Copyright(C) 2012 - Belle II Collaboration *
4
* *
5
* Author: The Belle II Collaboration *
6
* Contributors: CDC group *
7
* *
8
* This software is provided "as is" without any warranty. *
9
**************************************************************************/
10
11
#include <cdc/geometry/CDCGeoControlPar.h>
12
13
using namespace
Belle2
;
14
using namespace
CDC;
15
16
CDCGeoControlPar
*
CDCGeoControlPar::m_pntr
= 0;
17
18
CDCGeoControlPar
&
CDCGeoControlPar::getInstance
()
19
{
20
if
(!
m_pntr
)
m_pntr
=
new
CDCGeoControlPar
();
21
return
*
m_pntr
;
22
}
23
24
CDCGeoControlPar::CDCGeoControlPar
()
25
{
26
}
27
28
CDCGeoControlPar::~CDCGeoControlPar
()
29
{
30
}
Belle2::CDC::CDCGeoControlPar::getInstance
static CDCGeoControlPar & getInstance()
Static method to get a reference to the CDCGeoControlPar instance.
Definition:
CDCGeoControlPar.cc:18
Belle2::CDC::CDCGeoControlPar::~CDCGeoControlPar
virtual ~CDCGeoControlPar()
Destructor.
Definition:
CDCGeoControlPar.cc:28
Belle2
Abstract base class for different kinds of events.
Definition:
MillepedeAlgorithm.h:19
Belle2::CDC::CDCGeoControlPar::CDCGeoControlPar
CDCGeoControlPar()
Singleton class.
Definition:
CDCGeoControlPar.cc:24
Belle2::CDC::CDCGeoControlPar
The Class for CDC Geometry Control Parameters.
Definition:
CDCGeoControlPar.h:33
Belle2::CDC::CDCGeoControlPar::m_pntr
static CDCGeoControlPar * m_pntr
Pointer that saves the instance of this class.
Definition:
CDCGeoControlPar.h:673
cdc
geometry
src
CDCGeoControlPar.cc
Generated on Tue Jan 4 2022 02:53:04 for Belle II Software by
1.8.17