Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Simulation
G4Extensions
Monopole
src
G4mplEqMagElectricFieldTool.cxx
Go to the documentation of this file.
1
// class header
2
#include "
G4mplEqMagElectricFieldTool.h
"
3
4
// package headers
5
#include "G4mplEqMagElectricField.hh"
6
7
// Geant4 headers
8
#include "G4Version.hh"
9
#include "G4MagneticField.hh"
10
#include "G4Mag_EqRhs.hh"
11
12
//=============================================================================
13
// Standard constructor, initializes variables
14
//=============================================================================
15
G4mplEqMagElectricFieldTool::G4mplEqMagElectricFieldTool
(
const
std::string&
type
,
16
const
std::string& nam,
const
IInterface*
parent
)
17
: base_class (
type
, nam ,
parent
)
18
{
19
}
20
21
G4Mag_EqRhs*
G4mplEqMagElectricFieldTool::makeEquationOfMotion
(G4MagneticField *emField)
const
22
{
23
//FIXME thread-safety aspect here?
24
return
static_cast<
G4Mag_EqRhs*
>
(
new
G4mplEqMagElectricField(emField));
25
}
G4mplEqMagElectricFieldTool::makeEquationOfMotion
virtual G4Mag_EqRhs * makeEquationOfMotion(G4MagneticField *emField) const override final
Implements.
Definition:
G4mplEqMagElectricFieldTool.cxx:21
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
G4mplEqMagElectricFieldTool::G4mplEqMagElectricFieldTool
G4mplEqMagElectricFieldTool(const std::string &type, const std::string &name, const IInterface *parent)
Standard constructor.
Definition:
G4mplEqMagElectricFieldTool.cxx:15
G4mplEqMagElectricFieldTool.h
Generated on Thu Apr 24 2025 21:10:59 for ATLAS Offline Software by
1.8.18