Belle II Software
light-2505-deimos
BFieldManager.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 <framework/geometry/BFieldManager.h>
10
11
using namespace
Belle2
;
12
13
BFieldManager
&
BFieldManager::getInstance
()
14
{
15
static
BFieldManager
instance;
16
return
instance;
17
}
Belle2::BFieldManager::BFieldManager
BFieldManager()=default
Singleton: private constructor.
Belle2::BFieldManager::getInstance
static BFieldManager & getInstance()
Return the instance of the magnetic field manager.
Definition
BFieldManager.cc:13
Belle2
Abstract base class for different kinds of events.
Definition
ClusterUtils.h:26
framework
geometry
src
BFieldManager.cc
Generated on Tue Jun 3 2025 05:44:26 for Belle II Software by
1.13.2