Geant4
10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4NeutronEvaporationProbability.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
// J.M. Quesada (August2008). Based on:
28
//
29
// Hadronic Process: Nuclear De-excitations
30
// by V. Lara (Oct 1998)
31
//
32
// Modified:
33
// 03-09-2008 J.M. Quesada for external choice of inverse cross section option
34
// 17-11-2010 V.Ivanchenko integer Z and A
35
36
#include "
G4NeutronEvaporationProbability.hh
"
37
#include "
G4SystemOfUnits.hh
"
38
#include "
G4Pow.hh
"
39
40
G4NeutronEvaporationProbability::G4NeutronEvaporationProbability
() :
41
G4EvaporationProbability
(1,0,2.0)
42
{}
43
44
G4NeutronEvaporationProbability::~G4NeutronEvaporationProbability
()
45
{}
46
47
G4double
G4NeutronEvaporationProbability::CalcAlphaParam
(
const
G4Fragment
& fragment)
48
{
49
return
0.76+2.2/
pG4pow
->
Z13
(fragment.
GetA_asInt
() - 1);
50
}
51
52
G4double
G4NeutronEvaporationProbability::CalcBetaParam
(
const
G4Fragment
& fragment)
53
{
54
return
(2.12/
pG4pow
->
Z23
(fragment.
GetA_asInt
() - 1) - 0.05)*CLHEP::MeV/
55
CalcAlphaParam
(fragment);
56
}
G4NeutronEvaporationProbability.hh
G4Pow.hh
G4SystemOfUnits.hh
G4double
double G4double
Definition:
G4Types.hh:83
G4EvaporationProbability
Definition:
G4EvaporationProbability.hh:42
G4Fragment
Definition:
G4Fragment.hh:66
G4Fragment::GetA_asInt
G4int GetA_asInt() const
Definition:
G4Fragment.hh:258
G4NeutronEvaporationProbability::CalcBetaParam
G4double CalcBetaParam(const G4Fragment &fragment) override
Definition:
G4NeutronEvaporationProbability.cc:52
G4NeutronEvaporationProbability::CalcAlphaParam
G4double CalcAlphaParam(const G4Fragment &fragment) override
Definition:
G4NeutronEvaporationProbability.cc:47
G4NeutronEvaporationProbability::G4NeutronEvaporationProbability
G4NeutronEvaporationProbability()
Definition:
G4NeutronEvaporationProbability.cc:40
G4NeutronEvaporationProbability::~G4NeutronEvaporationProbability
~G4NeutronEvaporationProbability() override
Definition:
G4NeutronEvaporationProbability.cc:44
G4Pow::Z13
G4double Z13(G4int Z) const
Definition:
G4Pow.hh:123
G4Pow::Z23
G4double Z23(G4int Z) const
Definition:
G4Pow.hh:125
G4VEmissionProbability::pG4pow
G4Pow * pG4pow
Definition:
G4VEmissionProbability.hh:102
geant4-v10.7.0
source
processes
hadronic
models
de_excitation
evaporation
src
G4NeutronEvaporationProbability.cc
Generated by
1.9.6