Geant4-11
|
#include <G4INCLConfig.hh>
Public Member Functions | |
Config () | |
Default constructor. More... | |
unsigned int | getAutosaveFrequency () const |
Get the autosave frequency. More... | |
G4bool | getBackToSpectator () const |
Get back-to-spectator. More... | |
G4double | getBias () const |
Get the bias. More... | |
std::string const & | getCalculationTitle () const |
Get the run title. More... | |
CascadeActionType | getCascadeActionType () const |
Get the cascade-action type. More... | |
G4bool | getCDPP () const |
Do we want CDPP? More... | |
ClusterAlgorithmType | getClusterAlgorithm () const |
Get the clustering algorithm. More... | |
G4int | getClusterMaxMass () const |
Get the maximum mass for production of clusters. More... | |
CoulombType | getCoulombType () const |
Get the Coulomb-distortion algorithm. More... | |
CrossSectionsType | getCrossSectionsType () const |
Get the Cross Section type. More... | |
G4double | getCutNN () const |
G4double | getDecayTimeThreshold () const |
Get the decay time threshold time. More... | |
std::string | getDeExcitationString () const |
Get the de-excitation string. More... | |
DeExcitationType | getDeExcitationType () const |
Get the de-excitation model. More... | |
G4double | getFermiMomentum () const |
Get the Fermi momentum. More... | |
FermiMomentumType | getFermiMomentumType () const |
Get the Fermi-momentum type. More... | |
G4double | getHadronizationTime () const |
Get the hadronization time. More... | |
G4double | getImpactParameter () const |
std::string const & | getINCLXXDataFilePath () const |
G4bool | getInverseKinematics () const |
LocalEnergyType | getLocalEnergyBBType () const |
Get the type of local energy for N-N avatars. More... | |
LocalEnergyType | getLocalEnergyPiType () const |
Get the type of local energy for pi-N and decay avatars. More... | |
std::string const & | getLogFileName () const |
Get the log file name. More... | |
G4int | getMaxNumberMultipions () const |
Get the maximum number of pions for multipion collisions. More... | |
G4double | getNeutronHalo () const |
Get the neutron-halo size. More... | |
G4double | getNeutronSkin () const |
Get the neutron-skin thickness. More... | |
G4int | getNumberOfShots () const |
Get the number of shots. More... | |
std::string const & | getOutputFileRoot () const |
Get the output file root. More... | |
PauliType | getPauliType () const |
Get the Pauli-blocking algorithm. More... | |
PhaseSpaceGeneratorType | getPhaseSpaceGeneratorType () const |
Get the phase-space-generator type. More... | |
G4bool | getPionPotential () const |
Do we want the pion potential? More... | |
PotentialType | getPotentialType () const |
Get the type of the potential for nucleons. More... | |
G4double | getProjectileKineticEnergy () const |
Get the projectile kinetic energy. More... | |
ParticleSpecies | getProjectileSpecies () const |
Get the projectile species. More... | |
ParticleType | getProjectileType () const |
Get the projectile type. More... | |
Random::SeedVector | getRandomSeeds () const |
Get the seeds for the random-number generator. More... | |
G4bool | getRefraction () const |
True if we should use refraction. More... | |
RNGType | getRNGType () const |
Get the RNG type. More... | |
G4double | getRPCorrelationCoefficient (const ParticleType t) const |
Get the r-p correlation coefficient. More... | |
SeparationEnergyType | getSeparationEnergyType () const |
Get the separation-energy type. More... | |
G4int | getTargetA () const |
Get the target mass number. More... | |
G4int | getTargetS () const |
Get the target strangess number. More... | |
G4int | getTargetZ () const |
Get the target charge number. More... | |
G4bool | getUseRealMasses () const |
Whether to use real masses. More... | |
G4int | getVerboseEvent () const |
Get the number of the verbose event. More... | |
G4int | getVerbosity () const |
Get the verbosity. More... | |
void | init () |
Initialise the members. More... | |
G4bool | isNaturalTarget () const |
Natural targets. More... | |
void | setAutosaveFrequency (const unsigned int f) |
Set the autosave frequency. More... | |
void | setBackToSpectator (const G4bool b) |
Set back-to-spectator. More... | |
void | setCascadeActionType (CascadeActionType const c) |
Set the cascade-action type. More... | |
void | setClusterAlgorithm (ClusterAlgorithmType const c) |
Set the clustering algorithm. More... | |
void | setClusterMaxMass (const G4int clm) |
Set the maximum mass for production of clusters. More... | |
void | setCoulombType (CoulombType const c) |
Set the Coulomb-distortion algorithm. More... | |
void | setCrossSectionsType (CrossSectionsType const c) |
Set the Cross Section type. More... | |
void | setDecayTimeThreshold (const G4double t) |
Set decay time threshold time. More... | |
void | setFermiMomentum (const G4double p) |
Set the Fermi momentum. More... | |
void | setFermiMomentumType (FermiMomentumType const f) |
Set the Fermi-momentum type. More... | |
void | setHadronizationTime (const G4double t) |
Set the hadronization time. More... | |
void | setINCLXXDataFilePath (std::string const &path) |
Set the INCLXX datafile path. More... | |
void | setLocalEnergyBBType (const LocalEnergyType t) |
Set the type of local energy for N-N avatars. More... | |
void | setLocalEnergyPiType (const LocalEnergyType t) |
Set the type of local energy for N-N avatars. More... | |
void | setMaxNumberMultipions (const G4int n) |
Set the maximum number of pions for multipion collisions. More... | |
void | setNeutronHalo (const G4double d) |
Set the neutron-halo size. More... | |
void | setNeutronSkin (const G4double d) |
Set the neutron-skin thickness. More... | |
void | setPhaseSpaceGeneratorType (PhaseSpaceGeneratorType const p) |
Set the phase-space-generator type. More... | |
void | setPionPotential (const G4bool pionPot) |
Set the type of the potential for nucleons. More... | |
void | setPotentialType (PotentialType type) |
Set the type of the potential for nucleons. More... | |
void | setProjectileKineticEnergy (G4double const kinE) |
Set the projectile kinetic energy. More... | |
void | setProjectileSpecies (ParticleSpecies const &pars) |
Set the projectile species. More... | |
void | setRefraction (const G4bool r) |
Set the refraction variable. More... | |
void | setRNGType (RNGType const r) |
Set the RNG type. More... | |
void | setRPCorrelationCoefficient (const G4double corrCoeff) |
Set the r-p correlation coefficient. More... | |
void | setRPCorrelationCoefficient (const ParticleType t, const G4double corrCoeff) |
Set the r-p correlation coefficient. More... | |
void | setTargetA (G4int A) |
Set target mass number. More... | |
void | setTargetS (G4int S) |
Set target strangess number. More... | |
void | setTargetZ (G4int Z) |
Set target charge number. More... | |
void | setUseRealMasses (G4bool use) |
Set whether to use real masses. More... | |
std::string | summary () |
Return a summary of the run configuration. More... | |
~Config () | |
Default destructor. More... | |
Static Public Member Functions | |
static std::string const | getVersionHash () |
Get the INCL version hash. More... | |
static std::string const | getVersionID () |
Get the INCL version ID. More... | |
static std::string const | getVersionString () |
Get the INCL version string. More... | |
Friends | |
class | ::ConfigParser |
The INCL configuration object
The Config object keeps track of various INCL physics options (e.g. which Pauli blocking scheme to use, whether to use local energy option or not, etc.
Definition at line 60 of file G4INCLConfig.hh.
G4INCL::Config::Config | ( | ) |
Default constructor.
Definition at line 45 of file G4INCLConfig.cc.
References init().
G4INCL::Config::~Config | ( | ) |
|
inline |
Get the autosave frequency.
Definition at line 339 of file G4INCLConfig.hh.
References autosaveFrequency.
|
inline |
Get back-to-spectator.
Definition at line 205 of file G4INCLConfig.hh.
References backToSpectator.
Referenced by G4INCL::InteractionAvatar::postInteraction().
|
inline |
Get the bias.
Definition at line 375 of file G4INCLConfig.hh.
References bias.
Referenced by G4INCL::INCL::INCL().
|
inline |
|
inline |
Get the cascade-action type.
Definition at line 333 of file G4INCLConfig.hh.
References cascadeActionType.
Referenced by G4INCL::INCL::INCL().
|
inline |
Do we want CDPP?
Definition at line 151 of file G4INCLConfig.hh.
References CDPP.
Referenced by G4INCL::Pauli::initialize().
|
inline |
Get the clustering algorithm.
Definition at line 193 of file G4INCLConfig.hh.
References clusterAlgorithmType.
Referenced by G4INCL::Clustering::initialize().
|
inline |
Get the maximum mass for production of clusters.
Definition at line 199 of file G4INCLConfig.hh.
References clusterMaxMass.
Referenced by G4INCL::ClusteringModelIntercomparison::getCluster(), and G4INCLXXInterfaceStore::SetMaxClusterMass().
|
inline |
Get the Coulomb-distortion algorithm.
Definition at line 154 of file G4INCLConfig.hh.
References coulombType.
Referenced by G4INCL::CoulombDistortion::initialize().
|
inline |
Get the Cross Section type.
Definition at line 345 of file G4INCLConfig.hh.
References crossSectionsType.
Referenced by G4INCL::CrossSections::initialize().
|
inline |
Definition at line 263 of file G4INCLConfig.hh.
References cutNN.
Referenced by G4INCL::INCL::INCL().
|
inline |
Get the decay time threshold time.
Definition at line 369 of file G4INCLConfig.hh.
References decayTimeThreshold.
Referenced by G4INCL::INCL::makeCompoundNucleus(), and G4INCL::INCL::postCascade().
|
inline |
Get the de-excitation string.
Definition at line 190 of file G4INCLConfig.hh.
References deExcitationString.
Referenced by G4INCL::INCL::INCL().
|
inline |
Get the de-excitation model.
Definition at line 187 of file G4INCLConfig.hh.
References deExcitationType.
|
inline |
Get the Fermi momentum.
Definition at line 258 of file G4INCLConfig.hh.
References fermiMomentum.
Referenced by G4INCL::ParticleTable::initialize().
|
inline |
Get the Fermi-momentum type.
Definition at line 252 of file G4INCLConfig.hh.
References fermiMomentumType.
Referenced by G4INCL::ParticleTable::initialize().
|
inline |
Get the hadronization time.
Definition at line 357 of file G4INCLConfig.hh.
References hadronizationTime.
Referenced by G4INCL::INCL::INCL().
|
inline |
Definition at line 246 of file G4INCLConfig.hh.
References impactParameter.
Referenced by G4INCL::INCL::INCL().
|
inline |
Definition at line 219 of file G4INCLConfig.hh.
References INCLXXDataFilePath.
Referenced by G4INCL::ParticleTable::initialize().
|
inline |
|
inline |
Get the type of local energy for N-N avatars.
Definition at line 172 of file G4INCLConfig.hh.
References localEnergyBBType.
Referenced by G4INCL::INCL::INCL(), and G4INCL::InteractionAvatar::shouldUseLocalEnergy().
|
inline |
Get the type of local energy for pi-N and decay avatars.
Definition at line 178 of file G4INCLConfig.hh.
References localEnergyPiType.
Referenced by G4INCL::INCL::INCL(), and G4INCL::InteractionAvatar::shouldUseLocalEnergy().
|
inline |
|
inline |
Get the maximum number of pions for multipion collisions.
Definition at line 348 of file G4INCLConfig.hh.
References maxNumberMultipions.
Referenced by G4INCL::CrossSections::initialize().
|
inline |
Get the neutron-halo size.
Definition at line 309 of file G4INCLConfig.hh.
References neutronHalo.
Referenced by G4INCL::ParticleTable::initialize().
|
inline |
Get the neutron-skin thickness.
Definition at line 303 of file G4INCLConfig.hh.
References neutronSkin.
Referenced by G4INCL::ParticleTable::initialize().
|
inline |
|
inline |
|
inline |
Get the Pauli-blocking algorithm.
Definition at line 148 of file G4INCLConfig.hh.
References pauliType.
Referenced by G4INCL::Pauli::initialize().
|
inline |
Get the phase-space-generator type.
Definition at line 327 of file G4INCLConfig.hh.
References phaseSpaceGeneratorType.
Referenced by G4INCL::PhaseSpaceGenerator::initialize().
|
inline |
Do we want the pion potential?
Definition at line 166 of file G4INCLConfig.hh.
References pionPotential.
Referenced by G4INCL::Nucleus::Nucleus().
|
inline |
Get the type of the potential for nucleons.
Definition at line 160 of file G4INCLConfig.hh.
References potentialType.
Referenced by G4INCL::Nucleus::Nucleus().
|
inline |
Get the projectile kinetic energy.
Definition at line 121 of file G4INCLConfig.hh.
References projectileKineticEnergy.
Referenced by G4INCL::INCL::INCL(), and G4INCL::INCL::processEvent().
|
inline |
Get the projectile species.
Definition at line 115 of file G4INCLConfig.hh.
References projectileSpecies.
Referenced by G4INCL::INCL::INCL(), and G4INCL::INCL::processEvent().
|
inline |
Get the projectile type.
Definition at line 112 of file G4INCLConfig.hh.
References projectileSpecies, and G4INCL::ParticleSpecies::theType.
|
inline |
Get the seeds for the random-number generator.
Definition at line 143 of file G4INCLConfig.hh.
References randomSeedVector.
|
inline |
True if we should use refraction.
Definition at line 315 of file G4INCLConfig.hh.
References refraction.
Referenced by G4INCL::SurfaceAvatar::getChannel(), and G4INCL::SurfaceAvatar::getTransmissionProbability().
|
inline |
|
inline |
Get the r-p correlation coefficient.
Definition at line 282 of file G4INCLConfig.hh.
References G4INCL::Proton, rpCorrelationCoefficientNeutron, and rpCorrelationCoefficientProton.
Referenced by G4INCL::ParticleTable::initialize().
|
inline |
Get the separation-energy type.
Definition at line 249 of file G4INCLConfig.hh.
References separationEnergyType.
Referenced by G4INCL::ParticleTable::initialize().
|
inline |
Get the target mass number.
Note that A==0 means natural target. You should first check the isNaturalTarget() method.
Definition at line 94 of file G4INCLConfig.hh.
References targetSpecies, and G4INCL::ParticleSpecies::theA.
Referenced by G4INCL::INCL::INCL(), and G4INCL::INCL::processEvent().
|
inline |
Get the target strangess number.
Definition at line 100 of file G4INCLConfig.hh.
References targetSpecies, and G4INCL::ParticleSpecies::theS.
Referenced by G4INCL::INCL::INCL(), and G4INCL::INCL::processEvent().
|
inline |
Get the target charge number.
Definition at line 97 of file G4INCLConfig.hh.
References targetSpecies, and G4INCL::ParticleSpecies::theZ.
Referenced by G4INCL::INCL::INCL(), and G4INCL::INCL::processEvent().
|
inline |
Whether to use real masses.
Definition at line 211 of file G4INCLConfig.hh.
References useRealMasses.
Referenced by G4INCL::ParticleTable::initialize().
|
inline |
Get the number of the verbose event.
Definition at line 127 of file G4INCLConfig.hh.
References verboseEvent.
|
inline |
|
static |
Get the INCL version hash.
Definition at line 56 of file G4INCLConfigVersion.cc.
References G4INCL_GIT_HASH.
Referenced by getVersionString().
|
static |
Get the INCL version ID.
Definition at line 54 of file G4INCLConfigVersion.cc.
References G4INCL_VERSION_ID.
Referenced by getVersionString().
|
inlinestatic |
Get the INCL version string.
Definition at line 136 of file G4INCLConfig.hh.
References getVersionHash(), and getVersionID().
Referenced by G4INCL::INCL::INCL(), and summary().
void G4INCL::Config::init | ( | ) |
Initialise the members.
Definition at line 51 of file G4INCLConfig.cc.
References autosaveFrequency, backToSpectator, bias, cascadeAction, cascadeActionType, clusterAlgorithmString, clusterAlgorithmType, clusterMaxMass, G4INCL::ConstantFermiMomentum, coulombString, coulombType, crossSectionsString, crossSectionsType, cutNN, decayTimeThreshold, G4INCL::DeExcitationNone, deExcitationString, deExcitationType, G4INCL::DefaultActionType, fermiMomentum, fermiMomentumString, fermiMomentumType, G4INCL::FirstCollisionLocalEnergy, hadronizationTime, impactParameter, G4INCL::INCLSeparationEnergy, inputFileName, G4INCL::IntercomparisonClusterAlgorithm, inverseKinematics, G4INCL::IsospinEnergyPotential, localEnergyBBString, localEnergyBBType, localEnergyPiString, localEnergyPiType, logFileName, maxNumberMultipions, naturalTarget, neutronHalo, neutronSkin, G4INCL::NonRelativisticCoulomb, nShots, pauliString, pauliType, phaseSpaceGenerator, phaseSpaceGeneratorType, pionPotential, potentialString, potentialType, projectileKineticEnergy, projectileSpecies, projectileString, G4INCL::Proton, randomNumberGenerator, randomSeeds, randomSeedVector, G4INCL::RanecuType, G4INCL::RauboldLynchType, refraction, rngType, rpCorrelationCoefficient, rpCorrelationCoefficientNeutron, rpCorrelationCoefficientProton, separationEnergyString, separationEnergyType, G4INCL::StrangenessCrossSections, G4INCL::StrictStatisticalPauli, title, useRealMasses, verboseEvent, and verbosity.
Referenced by demo.App::__init__(), testem0.App::__init__(), Lesson1.App::__init__(), ExN03.App::__init__(), Config(), and G4INCLXXInterfaceStore::SetINCLPhysics().
|
inline |
Natural targets.
Definition at line 87 of file G4INCLConfig.hh.
References naturalTarget.
Referenced by G4INCL::INCL::prepareReaction().
|
inline |
Set the autosave frequency.
Definition at line 342 of file G4INCLConfig.hh.
References autosaveFrequency.
|
inline |
Set back-to-spectator.
Definition at line 208 of file G4INCLConfig.hh.
References backToSpectator.
Referenced by G4INCLXXInterfaceStore::SetINCLPhysics().
|
inline |
Set the cascade-action type.
Definition at line 336 of file G4INCLConfig.hh.
References cascadeActionType.
|
inline |
Set the clustering algorithm.
Definition at line 196 of file G4INCLConfig.hh.
References clusterAlgorithmType.
Referenced by G4INCLXXInterfaceStore::SetINCLPhysics().
|
inline |
Set the maximum mass for production of clusters.
Definition at line 202 of file G4INCLConfig.hh.
References clusterMaxMass.
Referenced by G4INCLXXInterfaceStore::SetMaxClusterMass().
|
inline |
Set the Coulomb-distortion algorithm.
Definition at line 157 of file G4INCLConfig.hh.
References coulombType.
Referenced by G4INCLXXInterfaceStore::SetINCLPhysics().
|
inline |
Set the Cross Section type.
Definition at line 354 of file G4INCLConfig.hh.
References crossSectionsType.
Referenced by G4INCLXXInterfaceStore::SetINCLPhysics().
|
inline |
Set decay time threshold time.
Definition at line 372 of file G4INCLConfig.hh.
References decayTimeThreshold.
|
inline |
Set the Fermi momentum.
Definition at line 261 of file G4INCLConfig.hh.
References fermiMomentum.
|
inline |
Set the Fermi-momentum type.
Definition at line 255 of file G4INCLConfig.hh.
References fermiMomentumType.
|
inline |
Set the hadronization time.
Definition at line 360 of file G4INCLConfig.hh.
References hadronizationTime.
|
inline |
Set the INCLXX datafile path.
Definition at line 217 of file G4INCLConfig.hh.
References INCLXXDataFilePath.
|
inline |
Set the type of local energy for N-N avatars.
Definition at line 175 of file G4INCLConfig.hh.
References localEnergyBBType.
Referenced by G4INCLXXInterfaceStore::SetINCLPhysics().
|
inline |
Set the type of local energy for N-N avatars.
Definition at line 181 of file G4INCLConfig.hh.
References localEnergyPiType.
Referenced by G4INCLXXInterfaceStore::SetINCLPhysics().
|
inline |
Set the maximum number of pions for multipion collisions.
Definition at line 351 of file G4INCLConfig.hh.
References maxNumberMultipions, and CLHEP::detail::n.
|
inline |
Set the neutron-halo size.
Definition at line 312 of file G4INCLConfig.hh.
References neutronHalo.
|
inline |
Set the neutron-skin thickness.
Definition at line 306 of file G4INCLConfig.hh.
References neutronSkin.
|
inline |
Set the phase-space-generator type.
Definition at line 330 of file G4INCLConfig.hh.
References phaseSpaceGeneratorType.
|
inline |
Set the type of the potential for nucleons.
Definition at line 169 of file G4INCLConfig.hh.
References pionPotential.
Referenced by G4INCLXXInterfaceStore::SetINCLPhysics().
|
inline |
Set the type of the potential for nucleons.
Definition at line 163 of file G4INCLConfig.hh.
References potentialType.
Referenced by G4INCLXXInterfaceStore::SetINCLPhysics().
|
inline |
Set the projectile kinetic energy.
Definition at line 124 of file G4INCLConfig.hh.
References projectileKineticEnergy.
|
inline |
Set the projectile species.
Definition at line 118 of file G4INCLConfig.hh.
References projectileSpecies.
|
inline |
Set the refraction variable.
Definition at line 318 of file G4INCLConfig.hh.
References refraction.
|
inline |
Set the RNG type.
Definition at line 324 of file G4INCLConfig.hh.
References rngType.
|
inline |
Set the r-p correlation coefficient.
Definition at line 297 of file G4INCLConfig.hh.
References G4INCL::Neutron, G4INCL::Proton, and setRPCorrelationCoefficient().
|
inline |
Set the r-p correlation coefficient.
Definition at line 288 of file G4INCLConfig.hh.
References G4INCL::Proton, rpCorrelationCoefficientNeutron, and rpCorrelationCoefficientProton.
Referenced by setRPCorrelationCoefficient().
|
inline |
Set target mass number.
Definition at line 103 of file G4INCLConfig.hh.
References A, targetSpecies, and G4INCL::ParticleSpecies::theA.
|
inline |
Set target strangess number.
Definition at line 109 of file G4INCLConfig.hh.
References S(), targetSpecies, and G4INCL::ParticleSpecies::theS.
|
inline |
Set target charge number.
Definition at line 106 of file G4INCLConfig.hh.
References targetSpecies, G4INCL::ParticleSpecies::theZ, and Z.
|
inline |
Set whether to use real masses.
Definition at line 214 of file G4INCLConfig.hh.
References useRealMasses.
std::string G4INCL::Config::summary | ( | ) |
Return a summary of the run configuration.
Definition at line 121 of file G4INCLConfig.cc.
References G4INCL::Composite, G4INCL::ParticleTable::getName(), getVersionString(), nShots, projectileKineticEnergy, projectileSpecies, targetSpecies, G4INCL::ParticleSpecies::theA, G4INCL::ParticleSpecies::theS, G4INCL::ParticleSpecies::theType, and G4INCL::ParticleSpecies::theZ.
|
friend |
Definition at line 502 of file G4INCLConfig.hh.
|
private |
Definition at line 483 of file G4INCLConfig.hh.
Referenced by getAutosaveFrequency(), init(), and setAutosaveFrequency().
|
private |
Definition at line 441 of file G4INCLConfig.hh.
Referenced by getBackToSpectator(), init(), and setBackToSpectator().
|
private |
Definition at line 457 of file G4INCLConfig.hh.
|
private |
Definition at line 489 of file G4INCLConfig.hh.
Referenced by init().
|
private |
Definition at line 490 of file G4INCLConfig.hh.
Referenced by getCascadeActionType(), init(), and setCascadeActionType().
|
private |
Definition at line 403 of file G4INCLConfig.hh.
Referenced by getCDPP().
|
private |
Definition at line 436 of file G4INCLConfig.hh.
Referenced by init().
|
private |
Definition at line 437 of file G4INCLConfig.hh.
Referenced by getClusterAlgorithm(), init(), and setClusterAlgorithm().
|
private |
Definition at line 439 of file G4INCLConfig.hh.
Referenced by getClusterMaxMass(), init(), and setClusterMaxMass().
|
private |
Definition at line 405 of file G4INCLConfig.hh.
Referenced by init().
|
private |
Definition at line 406 of file G4INCLConfig.hh.
Referenced by getCoulombType(), init(), and setCoulombType().
|
private |
Definition at line 485 of file G4INCLConfig.hh.
Referenced by init().
|
private |
Definition at line 486 of file G4INCLConfig.hh.
Referenced by getCrossSectionsType(), init(), and setCrossSectionsType().
|
private |
Definition at line 455 of file G4INCLConfig.hh.
Referenced by getCutNN(), and init().
|
private |
Definition at line 500 of file G4INCLConfig.hh.
Referenced by getDecayTimeThreshold(), init(), and setDecayTimeThreshold().
|
private |
Definition at line 418 of file G4INCLConfig.hh.
|
private |
Definition at line 419 of file G4INCLConfig.hh.
|
private |
Definition at line 420 of file G4INCLConfig.hh.
Referenced by getDeExcitationString(), and init().
|
private |
Definition at line 421 of file G4INCLConfig.hh.
Referenced by getDeExcitationType(), and init().
|
private |
Definition at line 453 of file G4INCLConfig.hh.
Referenced by getFermiMomentum(), init(), and setFermiMomentum().
|
private |
Definition at line 450 of file G4INCLConfig.hh.
Referenced by init().
|
private |
Definition at line 451 of file G4INCLConfig.hh.
Referenced by getFermiMomentumType(), init(), and setFermiMomentumType().
|
private |
Definition at line 383 of file G4INCLConfig.hh.
|
private |
Definition at line 492 of file G4INCLConfig.hh.
Referenced by getHadronizationTime(), init(), and setHadronizationTime().
|
private |
Definition at line 445 of file G4INCLConfig.hh.
Referenced by getImpactParameter(), and init().
|
private |
Definition at line 434 of file G4INCLConfig.hh.
Referenced by getINCLXXDataFilePath(), and setINCLXXDataFilePath().
|
private |
Definition at line 380 of file G4INCLConfig.hh.
Referenced by init().
|
private |
Definition at line 498 of file G4INCLConfig.hh.
Referenced by getInverseKinematics(), and init().
|
private |
Definition at line 412 of file G4INCLConfig.hh.
Referenced by init().
|
private |
Definition at line 413 of file G4INCLConfig.hh.
Referenced by getLocalEnergyBBType(), init(), and setLocalEnergyBBType().
|
private |
Definition at line 415 of file G4INCLConfig.hh.
Referenced by init().
|
private |
Definition at line 416 of file G4INCLConfig.hh.
Referenced by getLocalEnergyPiType(), init(), and setLocalEnergyPiType().
|
private |
Definition at line 384 of file G4INCLConfig.hh.
Referenced by getLogFileName(), and init().
|
private |
Definition at line 487 of file G4INCLConfig.hh.
Referenced by getMaxNumberMultipions(), init(), and setMaxNumberMultipions().
|
private |
Definition at line 390 of file G4INCLConfig.hh.
Referenced by init(), and isNaturalTarget().
|
private |
Definition at line 473 of file G4INCLConfig.hh.
Referenced by getNeutronHalo(), init(), and setNeutronHalo().
|
private |
Definition at line 472 of file G4INCLConfig.hh.
Referenced by getNeutronSkin(), init(), and setNeutronSkin().
|
private |
Definition at line 386 of file G4INCLConfig.hh.
Referenced by getNumberOfShots(), init(), and summary().
|
private |
Definition at line 382 of file G4INCLConfig.hh.
Referenced by getOutputFileRoot().
|
private |
Definition at line 401 of file G4INCLConfig.hh.
Referenced by init().
|
private |
Definition at line 402 of file G4INCLConfig.hh.
Referenced by getPauliType(), and init().
|
private |
Definition at line 480 of file G4INCLConfig.hh.
Referenced by init().
|
private |
Definition at line 481 of file G4INCLConfig.hh.
Referenced by getPhaseSpaceGeneratorType(), init(), and setPhaseSpaceGeneratorType().
|
private |
Definition at line 410 of file G4INCLConfig.hh.
Referenced by getPionPotential(), init(), and setPionPotential().
|
private |
Definition at line 408 of file G4INCLConfig.hh.
Referenced by init().
|
private |
Definition at line 409 of file G4INCLConfig.hh.
Referenced by getPotentialType(), init(), and setPotentialType().
|
private |
Definition at line 394 of file G4INCLConfig.hh.
Referenced by getProjectileKineticEnergy(), init(), setProjectileKineticEnergy(), and summary().
|
private |
Definition at line 393 of file G4INCLConfig.hh.
Referenced by getProjectileSpecies(), getProjectileType(), init(), setProjectileSpecies(), and summary().
|
private |
Definition at line 392 of file G4INCLConfig.hh.
Referenced by init().
|
private |
Definition at line 477 of file G4INCLConfig.hh.
Referenced by init().
|
private |
Definition at line 398 of file G4INCLConfig.hh.
Referenced by init().
|
private |
Definition at line 399 of file G4INCLConfig.hh.
Referenced by getRandomSeeds(), and init().
|
private |
Definition at line 475 of file G4INCLConfig.hh.
Referenced by getRefraction(), init(), and setRefraction().
|
private |
Definition at line 478 of file G4INCLConfig.hh.
Referenced by getRNGType(), init(), and setRNGType().
|
private |
Definition at line 468 of file G4INCLConfig.hh.
Referenced by init().
|
private |
Definition at line 470 of file G4INCLConfig.hh.
Referenced by getRPCorrelationCoefficient(), init(), and setRPCorrelationCoefficient().
|
private |
Definition at line 469 of file G4INCLConfig.hh.
Referenced by getRPCorrelationCoefficient(), init(), and setRPCorrelationCoefficient().
|
private |
Definition at line 447 of file G4INCLConfig.hh.
Referenced by init().
|
private |
Definition at line 448 of file G4INCLConfig.hh.
Referenced by getSeparationEnergyType(), and init().
|
private |
Definition at line 389 of file G4INCLConfig.hh.
Referenced by getTargetA(), getTargetS(), getTargetZ(), setTargetA(), setTargetS(), setTargetZ(), and summary().
|
private |
Definition at line 388 of file G4INCLConfig.hh.
|
private |
Definition at line 381 of file G4INCLConfig.hh.
Referenced by getCalculationTitle(), and init().
|
private |
Definition at line 443 of file G4INCLConfig.hh.
Referenced by getUseRealMasses(), init(), and setUseRealMasses().
|
private |
Definition at line 396 of file G4INCLConfig.hh.
Referenced by getVerboseEvent(), and init().
|
private |
Definition at line 379 of file G4INCLConfig.hh.
Referenced by getVerbosity(), and init().