Belle II Software  release-05-02-19
CDCSimControlPar.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/simulation/CDCSimControlPar.h>
12 
13 using namespace Belle2;
14 using namespace CDC;
15 
17 
19 {
20  if (!m_pntr) m_pntr = new CDCSimControlPar();
21  return *m_pntr;
22 }
23 
25 {
26  // m_wireSag = false;
27 }
28 
30 {
31 }
Belle2::CDC::CDCSimControlPar::m_pntr
static CDCSimControlPar * m_pntr
Pointer that saves the instance of this class.
Definition: CDCSimControlPar.h:156
Belle2::CDC::CDCSimControlPar::getInstance
static CDCSimControlPar & getInstance()
Static method to get a reference to the CDCSimControlPar instance.
Definition: CDCSimControlPar.cc:18
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19
Belle2::CDC::CDCSimControlPar
The Class for CDC Simulation Control Parameters.
Definition: CDCSimControlPar.h:31
Belle2::CDC::CDCSimControlPar::CDCSimControlPar
CDCSimControlPar()
Singleton class.
Definition: CDCSimControlPar.cc:24
Belle2::CDC::CDCSimControlPar::~CDCSimControlPar
virtual ~CDCSimControlPar()
Destructor.
Definition: CDCSimControlPar.cc:29