Belle II Software
development
Toggle main menu visibility
Main Page
Topics
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
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
v
w
x
z
Typedefs
a
b
c
d
e
g
i
k
l
m
n
p
r
s
t
u
v
w
Enumerations
a
b
c
e
f
g
n
p
s
v
z
Enumerator
c
d
f
p
t
v
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 Symbols
b
c
d
g
i
o
r
s
t
Files
File List
File Members
All
Functions
Typedefs
Macros
CDCGeoControlPar.cc
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
#include <cdc/geometry/CDCGeoControlPar.h>
10
11
using namespace
Belle2
;
12
using namespace
CDC
;
13
14
CDCGeoControlPar
*
CDCGeoControlPar::m_pntr
= 0;
15
16
CDCGeoControlPar
&
CDCGeoControlPar::getInstance
()
17
{
18
if
(!
m_pntr
)
m_pntr
=
new
CDCGeoControlPar
();
19
return
*
m_pntr
;
20
}
16
CDCGeoControlPar
&
CDCGeoControlPar::getInstance
() {
…
}
21
22
CDCGeoControlPar::CDCGeoControlPar
()
23
{
24
}
22
CDCGeoControlPar::CDCGeoControlPar
() {
…
}
25
26
CDCGeoControlPar::~CDCGeoControlPar
()
27
{
28
}
26
CDCGeoControlPar::~CDCGeoControlPar
() {
…
}
Belle2::CDC::CDCGeoControlPar
The Class for CDC Geometry Control Parameters.
Definition
CDCGeoControlPar.h:22
Belle2::CDC::CDCGeoControlPar::~CDCGeoControlPar
virtual ~CDCGeoControlPar()
Destructor.
Definition
CDCGeoControlPar.cc:26
Belle2::CDC::CDCGeoControlPar::m_pntr
static CDCGeoControlPar * m_pntr
Pointer that saves the instance of this class.
Definition
CDCGeoControlPar.h:645
Belle2::CDC::CDCGeoControlPar::getInstance
static CDCGeoControlPar & getInstance()
Static method to get a reference to the CDCGeoControlPar instance.
Definition
CDCGeoControlPar.cc:16
Belle2::CDC::CDCGeoControlPar::CDCGeoControlPar
CDCGeoControlPar()
Singleton class.
Definition
CDCGeoControlPar.cc:22
Belle2::CDC
Definition
CrudeT0CalibrationAlgorithm.h:18
Belle2
Abstract base class for different kinds of events.
Definition
MillepedeAlgorithm.h:17
cdc
geometry
src
CDCGeoControlPar.cc
Generated on Sun May 18 2025 02:54:02 for Belle II Software by
1.13.2