Geant4
10.03
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
// $Id: G4MuonMinusAtomicCapture.hh 66367 2012-12-18 09:18:08Z gcosmo $
27
//
28
//---------------------------------------------------------------------
29
//
30
// GEANT4 Class header file
31
//
32
// File name: G4MuonMinusAtomicCapture
33
//
34
// 20160701 K.L. Genser - New process using G4MuonicAtom
35
//
36
// Class Description:
37
//
38
// Stopping of mu-
39
//
40
// Modifications:
41
// 20160701
42
//
43
//------------------------------------------------------------------------
44
45
#ifndef G4MuonMinusAtomicCapture_h
46
#define G4MuonMinusAtomicCapture_h 1
47
48
#include "
globals.hh
"
49
#include "
G4HadronicProcess.hh
"
50
#include "
G4ParticleDefinition.hh
"
51
#include "
G4ElementSelector.hh
"
52
#include "
G4HadronicInteraction.hh
"
53
#include "
G4Track.hh
"
54
#include "
G4Step.hh
"
55
#include "
G4ForceCondition.hh
"
56
#include "
G4HadronicProcessType.hh
"
57
#include "
G4HadFinalState.hh
"
58
59
class
G4HadronicInteraction
;
60
61
class
G4MuonMinusAtomicCapture
:
public
G4HadronicProcess
62
{
63
public
:
64
65
explicit
G4MuonMinusAtomicCapture
(
const
G4String
&
name
=
"muMinusAtomicCaptureAtRest"
);
66
67
~G4MuonMinusAtomicCapture
();
68
69
G4bool
IsApplicable
(
const
G4ParticleDefinition
&);
70
71
virtual
void
PreparePhysicsTable
(
const
G4ParticleDefinition
&);
72
73
virtual
void
BuildPhysicsTable
(
const
G4ParticleDefinition
&);
74
75
virtual
G4double
76
AtRestGetPhysicalInteractionLength
(
const
G4Track
& track,
77
G4ForceCondition
*
condition
);
78
79
virtual
G4double
80
PostStepGetPhysicalInteractionLength
(
const
G4Track
& track,
81
G4double
previousStepSize,
82
G4ForceCondition
* condition);
83
84
virtual
G4VParticleChange
*
AtRestDoIt
(
const
G4Track
&,
const
G4Step
&);
85
86
void
ProcessDescription
(std::ostream& outFile)
const
;
87
88
inline
void
SetElementSelector
(
G4ElementSelector
* ptr);
89
90
inline
void
SetEmCascade
(
G4HadronicInteraction
* ptr);
91
92
protected
:
93
// set effective lifetime for at-rest process (default is forced action)
94
// FIXME: This should be computed by subprocesses via cross-section analogue
95
G4double
GetMeanLifeTime
(
const
G4Track
&
/*aTrack*/
,
96
G4ForceCondition
*
/*condition*/
) {
return
-1.0; }
97
98
private
:
99
100
// hide assignment operator as private
101
G4MuonMinusAtomicCapture
&
operator=
(
const
G4MuonMinusAtomicCapture
&
right
);
102
G4MuonMinusAtomicCapture
(
const
G4MuonMinusAtomicCapture
& );
103
104
G4ElementSelector
*
fElementSelector
;
105
106
G4HadronicInteraction
*
fEmCascade
;
107
108
};
109
110
#endif
111
112
113
114
115
116
G4MuonMinusAtomicCapture::PostStepGetPhysicalInteractionLength
virtual G4double PostStepGetPhysicalInteractionLength(const G4Track &track, G4double previousStepSize, G4ForceCondition *condition)
Definition:
G4MuonMinusAtomicCapture.cc:110
condition
G4double condition(const G4ErrorSymMatrix &m)
G4MuonMinusAtomicCapture
Definition:
G4MuonMinusAtomicCapture.hh:61
right
Definition:
F04UserTrackInformation.hh:37
G4ElementSelector.hh
G4MuonMinusAtomicCapture::fElementSelector
G4ElementSelector * fElementSelector
Definition:
G4MuonMinusAtomicCapture.hh:104
G4Track.hh
G4MuonMinusAtomicCapture::SetElementSelector
void SetElementSelector(G4ElementSelector *ptr)
G4Step.hh
G4MuonMinusAtomicCapture::~G4MuonMinusAtomicCapture
~G4MuonMinusAtomicCapture()
Definition:
G4MuonMinusAtomicCapture.cc:75
G4InuclParticleNames::name
const char * name(G4int ptype)
Definition:
G4InuclParticleNames.hh:77
G4MuonMinusAtomicCapture::AtRestDoIt
virtual G4VParticleChange * AtRestDoIt(const G4Track &, const G4Step &)
Definition:
G4MuonMinusAtomicCapture.cc:119
G4ParticleDefinition
Definition:
G4ParticleDefinition.hh:72
G4HadFinalState.hh
G4HadronicInteraction
Definition:
G4HadronicInteraction.hh:64
G4MuonMinusAtomicCapture::AtRestGetPhysicalInteractionLength
virtual G4double AtRestGetPhysicalInteractionLength(const G4Track &track, G4ForceCondition *condition)
Definition:
G4MuonMinusAtomicCapture.cc:101
G4HadronicProcess
Definition:
G4HadronicProcess.hh:69
G4MuonMinusAtomicCapture::SetEmCascade
void SetEmCascade(G4HadronicInteraction *ptr)
G4bool
bool G4bool
Definition:
G4Types.hh:79
G4MuonMinusAtomicCapture::GetMeanLifeTime
G4double GetMeanLifeTime(const G4Track &, G4ForceCondition *)
Definition:
G4MuonMinusAtomicCapture.hh:95
G4MuonMinusAtomicCapture::operator=
G4MuonMinusAtomicCapture & operator=(const G4MuonMinusAtomicCapture &right)
G4ElementSelector
Definition:
G4ElementSelector.hh:61
G4ParticleDefinition.hh
G4Step
Definition:
G4Step.hh:76
G4MuonMinusAtomicCapture::ProcessDescription
void ProcessDescription(std::ostream &outFile) const
Definition:
G4MuonMinusAtomicCapture.cc:210
globals.hh
G4HadronicInteraction.hh
G4MuonMinusAtomicCapture::PreparePhysicsTable
virtual void PreparePhysicsTable(const G4ParticleDefinition &)
Definition:
G4MuonMinusAtomicCapture.cc:87
G4MuonMinusAtomicCapture::BuildPhysicsTable
virtual void BuildPhysicsTable(const G4ParticleDefinition &)
Definition:
G4MuonMinusAtomicCapture.cc:94
G4HadronicProcessType.hh
G4MuonMinusAtomicCapture::IsApplicable
G4bool IsApplicable(const G4ParticleDefinition &)
Definition:
G4MuonMinusAtomicCapture.cc:80
G4Track
Definition:
G4Track.hh:76
G4HadronicProcess.hh
G4double
double G4double
Definition:
G4Types.hh:76
G4ForceCondition
G4ForceCondition
Definition:
G4ForceCondition.hh:49
G4MuonMinusAtomicCapture::fEmCascade
G4HadronicInteraction * fEmCascade
Definition:
G4MuonMinusAtomicCapture.hh:106
G4VParticleChange
Definition:
G4VParticleChange.hh:94
G4ForceCondition.hh
G4MuonMinusAtomicCapture::G4MuonMinusAtomicCapture
G4MuonMinusAtomicCapture(const G4String &name="muMinusAtomicCaptureAtRest")
Definition:
G4MuonMinusAtomicCapture.cc:62
G4String
Definition:
G4String.hh:45
geant4.10.03
source
processes
hadronic
stopping
include
G4MuonMinusAtomicCapture.hh
Generated on Thu Feb 14 2002 02:29:22 for Geant4 by
1.8.8