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
hadronic
stopping
include
G4MuonMinusAtomicCapture.hh
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 header file
30
//
31
// File name: G4MuonMinusAtomicCapture
32
//
33
// 20160701 K.L. Genser - New process using G4MuonicAtom
34
//
35
// Class Description:
36
//
37
// Stopping of mu-
38
//
39
// Modifications:
40
// 20160912 K.L. Genser made it rest process
41
//
42
//------------------------------------------------------------------------
43
44
#ifndef G4MuonMinusAtomicCapture_h
45
#define G4MuonMinusAtomicCapture_h 1
46
47
#include "
globals.hh
"
48
#include "
G4VRestProcess.hh
"
49
#include "
G4ParticleDefinition.hh
"
50
#include "
G4ElementSelector.hh
"
51
#include "
G4HadronicInteraction.hh
"
52
#include "
G4Track.hh
"
53
#include "
G4Step.hh
"
54
#include "
G4ForceCondition.hh
"
55
#include "
G4HadronicProcessType.hh
"
56
#include "
G4HadFinalState.hh
"
57
58
class
G4HadronicInteraction
;
59
60
class
G4MuonMinusAtomicCapture
:
public
G4VRestProcess
61
62
{
63
public
:
64
65
explicit
G4MuonMinusAtomicCapture
(
const
G4String
&
name
66
=
"muMinusAtomicCaptureAtRest"
);
67
68
~G4MuonMinusAtomicCapture
();
69
70
G4bool
IsApplicable
(
const
G4ParticleDefinition
&);
71
72
virtual
void
PreparePhysicsTable
(
const
G4ParticleDefinition
&);
73
74
virtual
void
BuildPhysicsTable
(
const
G4ParticleDefinition
&);
75
76
virtual
G4double
77
AtRestGetPhysicalInteractionLength
(
const
G4Track
& track,
78
G4ForceCondition
*
condition
);
79
80
virtual
G4VParticleChange
*
AtRestDoIt
(
const
G4Track
&,
const
G4Step
&);
81
82
void
ProcessDescription
(std::ostream& outFile)
const
;
83
84
inline
void
SetElementSelector
(
G4ElementSelector
* ptr);
85
86
inline
void
SetEmCascade
(
G4HadronicInteraction
* ptr);
87
88
protected
:
89
// set effective lifetime for at-rest process (default is forced action)
90
// FIXME: This should be computed by subprocesses via cross-section analogue
91
G4double
GetMeanLifeTime
(
const
G4Track
&
/*aTrack*/
,
92
G4ForceCondition
*
/*condition*/
) {
return
-1.0; }
93
94
private
:
95
96
// hide assignment operator as private
97
G4MuonMinusAtomicCapture
&
operator=
(
const
G4MuonMinusAtomicCapture
&right);
98
G4MuonMinusAtomicCapture
(
const
G4MuonMinusAtomicCapture
& );
99
100
G4ElementSelector
*
fElementSelector
;
101
102
G4HadronicInteraction
*
fEmCascade
;
103
104
G4ParticleChange
*
theTotalResult
;
105
106
G4HadFinalState
*
result
;
107
108
G4HadProjectile
thePro
;
109
110
G4Nucleus
targetNucleus
;
111
112
};
113
114
#endif
115
116
117
118
119
120
G4ElementSelector.hh
condition
G4double condition(const G4ErrorSymMatrix &m)
G4ForceCondition.hh
G4ForceCondition
G4ForceCondition
Definition:
G4ForceCondition.hh:41
G4HadFinalState.hh
G4HadronicInteraction.hh
G4HadronicProcessType.hh
G4ParticleDefinition.hh
G4Step.hh
G4Track.hh
G4double
double G4double
Definition:
G4Types.hh:83
G4bool
bool G4bool
Definition:
G4Types.hh:86
G4VRestProcess.hh
G4ElementSelector
Definition:
G4ElementSelector.hh:61
G4HadFinalState
Definition:
G4HadFinalState.hh:46
G4HadProjectile
Definition:
G4HadProjectile.hh:40
G4HadronicInteraction
Definition:
G4HadronicInteraction.hh:64
G4MuonMinusAtomicCapture
Definition:
G4MuonMinusAtomicCapture.hh:62
G4MuonMinusAtomicCapture::G4MuonMinusAtomicCapture
G4MuonMinusAtomicCapture(const G4MuonMinusAtomicCapture &)
G4MuonMinusAtomicCapture::PreparePhysicsTable
virtual void PreparePhysicsTable(const G4ParticleDefinition &)
Definition:
G4MuonMinusAtomicCapture.cc:91
G4MuonMinusAtomicCapture::targetNucleus
G4Nucleus targetNucleus
Definition:
G4MuonMinusAtomicCapture.hh:110
G4MuonMinusAtomicCapture::operator=
G4MuonMinusAtomicCapture & operator=(const G4MuonMinusAtomicCapture &right)
G4MuonMinusAtomicCapture::G4MuonMinusAtomicCapture
G4MuonMinusAtomicCapture(const G4String &name="muMinusAtomicCaptureAtRest")
Definition:
G4MuonMinusAtomicCapture.cc:63
G4MuonMinusAtomicCapture::ProcessDescription
void ProcessDescription(std::ostream &outFile) const
Definition:
G4MuonMinusAtomicCapture.cc:212
G4MuonMinusAtomicCapture::AtRestDoIt
virtual G4VParticleChange * AtRestDoIt(const G4Track &, const G4Step &)
Definition:
G4MuonMinusAtomicCapture.cc:114
G4MuonMinusAtomicCapture::~G4MuonMinusAtomicCapture
~G4MuonMinusAtomicCapture()
Definition:
G4MuonMinusAtomicCapture.cc:76
G4MuonMinusAtomicCapture::thePro
G4HadProjectile thePro
Definition:
G4MuonMinusAtomicCapture.hh:108
G4MuonMinusAtomicCapture::SetElementSelector
void SetElementSelector(G4ElementSelector *ptr)
G4MuonMinusAtomicCapture::fEmCascade
G4HadronicInteraction * fEmCascade
Definition:
G4MuonMinusAtomicCapture.hh:102
G4MuonMinusAtomicCapture::theTotalResult
G4ParticleChange * theTotalResult
Definition:
G4MuonMinusAtomicCapture.hh:104
G4MuonMinusAtomicCapture::IsApplicable
G4bool IsApplicable(const G4ParticleDefinition &)
Definition:
G4MuonMinusAtomicCapture.cc:84
G4MuonMinusAtomicCapture::result
G4HadFinalState * result
Definition:
G4MuonMinusAtomicCapture.hh:106
G4MuonMinusAtomicCapture::GetMeanLifeTime
G4double GetMeanLifeTime(const G4Track &, G4ForceCondition *)
Definition:
G4MuonMinusAtomicCapture.hh:91
G4MuonMinusAtomicCapture::AtRestGetPhysicalInteractionLength
virtual G4double AtRestGetPhysicalInteractionLength(const G4Track &track, G4ForceCondition *condition)
Definition:
G4MuonMinusAtomicCapture.cc:105
G4MuonMinusAtomicCapture::BuildPhysicsTable
virtual void BuildPhysicsTable(const G4ParticleDefinition &)
Definition:
G4MuonMinusAtomicCapture.cc:98
G4MuonMinusAtomicCapture::fElementSelector
G4ElementSelector * fElementSelector
Definition:
G4MuonMinusAtomicCapture.hh:100
G4MuonMinusAtomicCapture::SetEmCascade
void SetEmCascade(G4HadronicInteraction *ptr)
G4Nucleus
Definition:
G4Nucleus.hh:52
G4ParticleChange
Definition:
G4ParticleChange.hh:57
G4ParticleDefinition
Definition:
G4ParticleDefinition.hh:61
G4Step
Definition:
G4Step.hh:62
G4String
Definition:
G4String.hh:62
G4Track
Definition:
G4Track.hh:67
G4VParticleChange
Definition:
G4VParticleChange.hh:71
G4VRestProcess
Definition:
G4VRestProcess.hh:46
globals.hh
G4InuclParticleNames::name
const char * name(G4int ptype)
Definition:
G4InuclParticleNames.hh:76
Generated by
1.9.3