#include <G4DeexPrecoParameters.hh>
Definition at line 49 of file G4DeexPrecoParameters.hh.
G4DeexPrecoParameters::G4DeexPrecoParameters |
( |
| ) |
|
|
explicit |
G4bool G4DeexPrecoParameters::CorrelatedGamma |
( |
| ) |
const |
|
inline |
void G4DeexPrecoParameters::Dump |
( |
| ) |
const |
Definition at line 242 of file G4DeexPrecoParameters.cc.
G4GLOB_DLL std::ostream G4cout
std::ostream & StreamInfo(std::ostream &os) const
G4int G4DeexPrecoParameters::GetDeexModelType |
( |
| ) |
const |
|
inline |
G4double G4DeexPrecoParameters::GetFermiEnergy |
( |
| ) |
const |
|
inline |
G4double G4DeexPrecoParameters::GetLevelDensity |
( |
| ) |
const |
|
inline |
G4double G4DeexPrecoParameters::GetMaxLifeTime |
( |
| ) |
const |
|
inline |
G4int G4DeexPrecoParameters::GetMinAForPreco |
( |
| ) |
const |
|
inline |
G4double G4DeexPrecoParameters::GetMinExcitation |
( |
| ) |
const |
|
inline |
G4double G4DeexPrecoParameters::GetMinExPerNucleounForMF |
( |
| ) |
const |
|
inline |
G4int G4DeexPrecoParameters::GetMinZForPreco |
( |
| ) |
const |
|
inline |
G4double G4DeexPrecoParameters::GetPhenoFactor |
( |
| ) |
const |
|
inline |
G4double G4DeexPrecoParameters::GetPrecoLowEnergy |
( |
| ) |
const |
|
inline |
G4int G4DeexPrecoParameters::GetPrecoModelType |
( |
| ) |
const |
|
inline |
G4double G4DeexPrecoParameters::GetR0 |
( |
| ) |
const |
|
inline |
G4double G4DeexPrecoParameters::GetTransitionsR0 |
( |
| ) |
const |
|
inline |
G4bool G4DeexPrecoParameters::NeverGoBack |
( |
| ) |
const |
|
inline |
void G4DeexPrecoParameters::SetCorrelatedGamma |
( |
G4bool |
val | ) |
|
void G4DeexPrecoParameters::SetDeexModelType |
( |
G4int |
n | ) |
|
void G4DeexPrecoParameters::SetDefaults |
( |
| ) |
|
Definition at line 49 of file G4DeexPrecoParameters.cc.
51 #ifdef G4MULTITHREADED
52 G4MUTEXLOCK(&G4DeexPrecoParameters::deexPrecoMutex);
68 fUseSoftCutoff =
false;
72 fUseAngularGen =
false;
74 fCorrelatedGamma =
false;
75 fStoreAllLevels =
false;
77 #ifdef G4MULTITHREADED
static constexpr double MeV
static constexpr double eV
static constexpr double GeV
static constexpr double microsecond
static constexpr double fermi
void G4DeexPrecoParameters::SetMinAForPreco |
( |
G4int |
n | ) |
|
void G4DeexPrecoParameters::SetMinEForMultiFrag |
( |
G4double |
| ) |
|
void G4DeexPrecoParameters::SetMinExcitation |
( |
G4double |
val | ) |
|
void G4DeexPrecoParameters::SetMinExPerNucleounForMF |
( |
G4double |
val | ) |
|
void G4DeexPrecoParameters::SetMinZForPreco |
( |
G4int |
n | ) |
|
void G4DeexPrecoParameters::SetNeverGoBack |
( |
G4bool |
val | ) |
|
void G4DeexPrecoParameters::SetPrecoLowEnergy |
( |
G4double |
val | ) |
|
void G4DeexPrecoParameters::SetPrecoModelType |
( |
G4int |
n | ) |
|
void G4DeexPrecoParameters::SetStoreAllLevels |
( |
G4bool |
val | ) |
|
void G4DeexPrecoParameters::SetTransitionsR0 |
( |
G4double |
val | ) |
|
void G4DeexPrecoParameters::SetUseAngularGen |
( |
G4bool |
val | ) |
|
void G4DeexPrecoParameters::SetUseCEM |
( |
G4bool |
val | ) |
|
void G4DeexPrecoParameters::SetUseFilesNEW |
( |
G4bool |
val | ) |
|
void G4DeexPrecoParameters::SetUseGNASH |
( |
G4bool |
val | ) |
|
void G4DeexPrecoParameters::SetUseHETC |
( |
G4bool |
val | ) |
|
void G4DeexPrecoParameters::SetUseSoftCutoff |
( |
G4bool |
val | ) |
|
G4bool G4DeexPrecoParameters::StoreAllLevels |
( |
| ) |
const |
|
inline |
std::ostream & G4DeexPrecoParameters::StreamInfo |
( |
std::ostream & |
os | ) |
const |
Definition at line 220 of file G4DeexPrecoParameters.cc.
223 os <<
"=======================================================================" <<
"\n";
224 os <<
"====== Pre-compound/De-excitation Physics Parameters ========" <<
"\n";
225 os <<
"=======================================================================" <<
"\n";
226 os <<
"Type of pre-compound inverse x-section " << fPrecoType <<
"\n";
227 os <<
"Type of de-excitation inverse x-section " << fDeexType <<
"\n";
228 os <<
"Min excitation energy (keV) "
230 os <<
"Level density (1/MeV) "
232 os <<
"Time limit for long lived isomeres (ns) "
234 os <<
"Use new data files " << fUseLongFiles <<
"\n";
235 os <<
"Use complete data files " << fStoreAllLevels <<
"\n";
236 os <<
"Correlated gamma emission flag " << fCorrelatedGamma <<
"\n";
237 os <<
"=======================================================================" <<
"\n";
static constexpr double keV
static constexpr double ns
static constexpr double MeV
G4bool G4DeexPrecoParameters::UseAngularGen |
( |
| ) |
const |
|
inline |
G4bool G4DeexPrecoParameters::UseCEM |
( |
| ) |
const |
|
inline |
G4bool G4DeexPrecoParameters::UseFilesNEW |
( |
| ) |
const |
|
inline |
G4bool G4DeexPrecoParameters::UseGNASH |
( |
| ) |
const |
|
inline |
G4bool G4DeexPrecoParameters::UseHETC |
( |
| ) |
const |
|
inline |
G4bool G4DeexPrecoParameters::UseSoftCutoff |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: