Belle II Software
development
MagneticField.h
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
#pragma once
10
11
#include <G4MagneticField.hh>
12
13
namespace
Belle2
{
18
19
namespace
Simulation {
20
28
class
MagneticField
:
public
G4MagneticField {
29
30
public
:
31
33
MagneticField
();
34
36
~MagneticField
();
37
44
void
GetFieldValue
(
const
G4double Point[3], G4double* Bfield)
const
;
45
};
46
47
}
// end namespace Simulation
49
}
// end namespace Belle2
Belle2::Simulation::MagneticField::MagneticField
MagneticField()
Constructor.
Definition
MagneticField.cc:25
Belle2::Simulation::MagneticField::~MagneticField
~MagneticField()
Destructor.
Definition
MagneticField.cc:29
Belle2::Simulation::MagneticField::GetFieldValue
void GetFieldValue(const G4double Point[3], G4double *Bfield) const
Sets the magnetic field vector for a specified space point.
Definition
MagneticField.cc:33
Belle2
Abstract base class for different kinds of events.
Definition
MillepedeAlgorithm.h:17
simulation
kernel
include
MagneticField.h
Generated on Mon Sep 1 2025 02:51:20 for Belle II Software by
1.13.2