Belle II Software light-2406-ragdoll
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
11using namespace Belle2;
12
14{
15 static BFieldManager instance;
16 return instance;
17}
Bfield manager to obtain the magnetic field at any point.
Definition: BFieldManager.h:32
static BFieldManager & getInstance()
Return the instance of the magnetic field manager.
Abstract base class for different kinds of events.
Definition: ClusterUtils.h:24