Belle II Software  release-05-01-25
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 
17 
19 {
20  if (!m_pntr) m_pntr = new CDCGeoControlPar();
21  return *m_pntr;
22 }
23 
25 {
26 }
27 
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