Belle II Software development
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
11using namespace Belle2;
12using namespace CDC;
13
15
17{
18 if (!m_pntr) m_pntr = new CDCGeoControlPar();
19 return *m_pntr;
20}
21
23{
24}
25
27{
28}
The Class for CDC Geometry Control Parameters.
virtual ~CDCGeoControlPar()
Destructor.
static CDCGeoControlPar * m_pntr
Pointer that saves the instance of this class.
static CDCGeoControlPar & getInstance()
Static method to get a reference to the CDCGeoControlPar instance.
CDCGeoControlPar()
Singleton class.
Abstract base class for different kinds of events.