Geant4-11
Toggle main menu visibility
Main Page
Related Pages
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
l
m
n
o
p
q
r
s
t
u
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
m
n
p
r
s
t
w
y
Enumerations
a
b
c
d
e
f
g
l
m
p
r
s
t
v
y
z
Enumerator
a
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
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
y
Enumerations
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Related Functions
:
a
b
c
d
g
h
i
o
q
r
s
t
Files
File List
Globals
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
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
k
l
m
n
o
p
q
r
s
t
u
v
x
z
Enumerations
b
c
d
e
f
g
i
j
l
m
n
p
r
s
t
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
source
processes
electromagnetic
standard
src
G4eMultipleScattering.cc
Go to the documentation of this file.
1
//
2
// ********************************************************************
3
// * License and Disclaimer *
4
// * *
5
// * The Geant4 software is copyright of the Copyright Holders of *
6
// * the Geant4 Collaboration. It is provided under the terms and *
7
// * conditions of the Geant4 Software License, included in the file *
8
// * LICENSE and available at http://cern.ch/geant4/license . These *
9
// * include a list of copyright holders. *
10
// * *
11
// * Neither the authors of this software system, nor their employing *
12
// * institutes,nor the agencies providing financial support for this *
13
// * work make any representation or warranty, express or implied, *
14
// * regarding this software system or assume any liability for its *
15
// * use. Please see the license in the file LICENSE and URL above *
16
// * for the full disclaimer and the limitation of liability. *
17
// * *
18
// * This code implementation is the result of the scientific and *
19
// * technical work of the GEANT4 collaboration. *
20
// * By using, copying, modifying or distributing the software (or *
21
// * any work based on the software) you agree to acknowledge its *
22
// * use in resulting scientific publications, and indicate your *
23
// * acceptance of all terms of the Geant4 Software license. *
24
// ********************************************************************
25
//
26
//
27
// -----------------------------------------------------------------------------
28
//
29
// GEANT4 Class file
30
//
31
// File name: G4eMultipleScattering
32
//
33
// Author: Vladimir Ivanchenko
34
//
35
// Creation date: 10 March 2008
36
//
37
// Modifications:
38
//
39
// -----------------------------------------------------------------------------
40
//
41
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
42
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
43
44
#include "
G4eMultipleScattering.hh
"
45
#include "
G4UrbanMscModel.hh
"
46
#include "
G4MscStepLimitType.hh
"
47
#include "
G4Electron.hh
"
48
#include "
G4Positron.hh
"
49
50
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
51
52
using namespace
std
;
53
54
G4eMultipleScattering::G4eMultipleScattering
(
const
G4String
& processName)
55
:
G4VMultipleScattering
(processName)
56
{
57
isInitialized
=
false
;
58
}
59
60
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
61
62
G4eMultipleScattering::~G4eMultipleScattering
()
63
{}
64
65
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
66
67
G4bool
G4eMultipleScattering::IsApplicable
(
const
G4ParticleDefinition
& p)
68
{
69
return
(p.
GetPDGCharge
() != 0.0);
70
}
71
72
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
73
74
void
G4eMultipleScattering::InitialiseProcess
(
const
G4ParticleDefinition
*)
75
{
76
if
(
isInitialized
) {
return
; }
77
if
(
nullptr
==
EmModel
(0)) {
SetEmModel
(
new
G4UrbanMscModel
()); }
78
AddEmModel
(1,
EmModel
(0));
79
if
(
nullptr
!=
EmModel
(1)) {
AddEmModel
(1,
EmModel
(1)); }
80
isInitialized
=
true
;
81
}
82
83
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
84
85
void
G4eMultipleScattering::StreamProcessInfo
(std::ostream& out)
const
86
{
87
out <<
" RangeFactor= "
<<
RangeFactor
()
88
<<
", stepLimType: "
<<
StepLimitType
()
89
<<
", latDisp: "
<<
LateralDisplasmentFlag
();
90
if
(
StepLimitType
() ==
fUseDistanceToBoundary
) {
91
out <<
", skin= "
<<
Skin
() <<
", geomFactor= "
<<
GeomFactor
();
92
}
93
out <<
G4endl
;
94
}
95
96
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
97
98
void
G4eMultipleScattering::ProcessDescription
(std::ostream& out)
const
99
{
100
out <<
101
" Multiple scattering. Simulates combined effects of elastic scattering\n"
<<
102
" at the end of the step, to save computing time. May be combined with\n"
<<
103
" Coulomb scattering in a 'mixed' scattering algorithm."
;
104
G4VMultipleScattering::ProcessDescription
(out);
105
}
106
107
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
G4Electron.hh
G4MscStepLimitType.hh
fUseDistanceToBoundary
@ fUseDistanceToBoundary
Definition:
G4MscStepLimitType.hh:51
G4Positron.hh
G4bool
bool G4bool
Definition:
G4Types.hh:86
G4UrbanMscModel.hh
G4eMultipleScattering.hh
G4endl
#define G4endl
Definition:
G4ios.hh:57
G4ParticleDefinition
Definition:
G4ParticleDefinition.hh:61
G4ParticleDefinition::GetPDGCharge
G4double GetPDGCharge() const
Definition:
G4ParticleDefinition.hh:113
G4String
Definition:
G4String.hh:62
G4UrbanMscModel
Definition:
G4UrbanMscModel.hh:71
G4VMultipleScattering
Definition:
G4VMultipleScattering.hh:87
G4VMultipleScattering::RangeFactor
G4double RangeFactor() const
Definition:
G4VMultipleScattering.hh:317
G4VMultipleScattering::Skin
G4double Skin() const
Definition:
G4VMultipleScattering.hh:310
G4VMultipleScattering::AddEmModel
void AddEmModel(G4int order, G4VEmModel *, const G4Region *region=nullptr)
Definition:
G4VMultipleScattering.cc:117
G4VMultipleScattering::ProcessDescription
void ProcessDescription(std::ostream &outFile) const override
Definition:
G4VMultipleScattering.cc:598
G4VMultipleScattering::SetEmModel
void SetEmModel(G4VMscModel *, G4int idx=0)
Definition:
G4VMultipleScattering.cc:128
G4VMultipleScattering::GeomFactor
G4double GeomFactor() const
Definition:
G4VMultipleScattering.hh:324
G4VMultipleScattering::LateralDisplasmentFlag
G4bool LateralDisplasmentFlag() const
Definition:
G4VMultipleScattering.hh:303
G4VMultipleScattering::StepLimitType
G4MscStepLimitType StepLimitType() const
Definition:
G4VMultipleScattering.hh:338
G4VMultipleScattering::EmModel
G4VMscModel * EmModel(size_t index=0) const
Definition:
G4VMultipleScattering.hh:373
G4eMultipleScattering::ProcessDescription
void ProcessDescription(std::ostream &) const override
Definition:
G4eMultipleScattering.cc:98
G4eMultipleScattering::G4eMultipleScattering
G4eMultipleScattering(const G4String &processName="msc")
Definition:
G4eMultipleScattering.cc:54
G4eMultipleScattering::IsApplicable
G4bool IsApplicable(const G4ParticleDefinition &p) final
Definition:
G4eMultipleScattering.cc:67
G4eMultipleScattering::InitialiseProcess
void InitialiseProcess(const G4ParticleDefinition *) override
Definition:
G4eMultipleScattering.cc:74
G4eMultipleScattering::~G4eMultipleScattering
~G4eMultipleScattering() override
Definition:
G4eMultipleScattering.cc:62
G4eMultipleScattering::StreamProcessInfo
void StreamProcessInfo(std::ostream &outFile) const override
Definition:
G4eMultipleScattering.cc:85
G4eMultipleScattering::isInitialized
G4bool isInitialized
Definition:
G4eMultipleScattering.hh:87
std
Definition:
G4VtkSceneHandler.cc:55
Generated by
1.9.3