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