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
G4Atlas
G4AtlasTools
src
TightMuonSteppingFieldManager.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TightMuonSteppingFieldManager_H
6
#define TightMuonSteppingFieldManager_H
7
17
#include "G4FieldManager.hh"
18
class
G4Track;
19
class
G4Field;
20
class
G4ChordFinder;
21
class
G4MagneticField;
22
23
class
TightMuonSteppingFieldManager
:
public
G4FieldManager
24
{
25
public
:
27
TightMuonSteppingFieldManager
(G4Field *detectorField=0, G4ChordFinder *pChordFinder=0, G4bool
b
=
true
);
28
30
TightMuonSteppingFieldManager
(G4MagneticField *detectorMagneticField);
31
33
virtual
~TightMuonSteppingFieldManager
() {}
34
36
virtual
void
ConfigureForTrack
(
const
G4Track *)
override
final
;
37
38
private
:
40
double
m_globalDeltaChord
;
41
double
m_globalDeltaOneStep
;
42
double
m_globalDeltaIntersection
;
43
double
m_globalMinEps
;
44
double
m_globalMaxEps
;
45
46
};
47
48
#endif
TightMuonSteppingFieldManager::m_globalDeltaOneStep
double m_globalDeltaOneStep
Definition:
TightMuonSteppingFieldManager.h:41
TightMuonSteppingFieldManager::m_globalDeltaIntersection
double m_globalDeltaIntersection
Definition:
TightMuonSteppingFieldManager.h:42
TightMuonSteppingFieldManager::m_globalMinEps
double m_globalMinEps
Definition:
TightMuonSteppingFieldManager.h:43
TightMuonSteppingFieldManager::m_globalMaxEps
double m_globalMaxEps
Definition:
TightMuonSteppingFieldManager.h:44
TightMuonSteppingFieldManager::m_globalDeltaChord
double m_globalDeltaChord
Parameters of the stepper.
Definition:
TightMuonSteppingFieldManager.h:40
TightMuonSteppingFieldManager::TightMuonSteppingFieldManager
TightMuonSteppingFieldManager(G4Field *detectorField=0, G4ChordFinder *pChordFinder=0, G4bool b=true)
Constructor.
Definition:
TightMuonSteppingFieldManager.cxx:15
TightMuonSteppingFieldManager::~TightMuonSteppingFieldManager
virtual ~TightMuonSteppingFieldManager()
Simple destructor.
Definition:
TightMuonSteppingFieldManager.h:33
plotBeamSpotMon.b
b
Definition:
plotBeamSpotMon.py:77
TightMuonSteppingFieldManager::ConfigureForTrack
virtual void ConfigureForTrack(const G4Track *) override final
The one interesting method.
Definition:
TightMuonSteppingFieldManager.cxx:35
TightMuonSteppingFieldManager
G4FieldManager that sets tight stepping for muons; caches global values for other particles.
Definition:
TightMuonSteppingFieldManager.h:24
Generated on Sun Mar 30 2025 21:20:07 for ATLAS Offline Software by
1.8.18