34#define INCLXX_IN_GEANT4_MODE 1
38#ifndef G4INCLConfig_hh
39#define G4INCLConfig_hh 1
137 std::stringstream ss;
223#ifdef INCL_DEEXCITATION_ABLAXX
224 std::string
const &getABLAv3pCxxDataFilePath()
const {
225 return ablav3pCxxDataFilePath;
229#ifdef INCL_DEEXCITATION_ABLACXX
230 std::string
const &getABLAXXDataFilePath()
const {
231 return ablaxxDataFilePath;
235#ifdef INCL_DEEXCITATION_ABLA07
236 std::string
const &getABLA07DataFilePath()
const {
237 return abla07DataFilePath;
240#ifdef INCL_DEEXCITATION_GEMINIXX
241 std::string
const &getGEMINIXXDataFilePath()
const {
242 return geminixxDataFilePath;
266 std::string
const &getROOTSelectionString()
const {
267 return rootSelectionString;
271#ifdef INCL_DEEXCITATION_FERMI_BREAKUP
272 G4int getMaxMassFermiBreakUp()
const {
273 return maxMassFermiBreakUp;
276 G4int getMaxChargeFermiBreakUp()
const {
277 return maxChargeFermiBreakUp;
363 G4bool getConciseROOTTree()
const {
return conciseROOTTree; }
422#ifdef INCL_DEEXCITATION_ABLAXX
423 std::string ablav3pCxxDataFilePath;
425#ifdef INCL_DEEXCITATION_ABLACXX
426 std::string ablaxxDataFilePath;
428#ifdef INCL_DEEXCITATION_ABLA07
429 std::string abla07DataFilePath;
431#ifdef INCL_DEEXCITATION_GEMINIXX
432 std::string geminixxDataFilePath;
460 std::string rootSelectionString;
463#ifdef INCL_DEEXCITATION_FERMI_BREAKUP
464 G4int maxMassFermiBreakUp;
465 G4int maxChargeFermiBreakUp;
502 friend class ::ConfigParser;
G4double S(G4double temp)
std::string crossSectionsString
G4double getNeutronHalo() const
Get the neutron-halo size.
static std::string const getVersionString()
Get the INCL version string.
void setFermiMomentumType(FermiMomentumType const f)
Set the Fermi-momentum type.
FermiMomentumType fermiMomentumType
CrossSectionsType crossSectionsType
PauliType getPauliType() const
Get the Pauli-blocking algorithm.
void setClusterAlgorithm(ClusterAlgorithmType const c)
Set the clustering algorithm.
G4bool getPionPotential() const
Do we want the pion potential?
FermiMomentumType getFermiMomentumType() const
Get the Fermi-momentum type.
void setClusterMaxMass(const G4int clm)
Set the maximum mass for production of clusters.
PotentialType getPotentialType() const
Get the type of the potential for nucleons.
static std::string const getVersionID()
Get the INCL version ID.
ParticleSpecies projectileSpecies
void setDecayTimeThreshold(const G4double t)
Set decay time threshold time.
G4double getImpactParameter() const
void setLocalEnergyPiType(const LocalEnergyType t)
Set the type of local energy for N-N avatars.
void setBackToSpectator(const G4bool b)
Set back-to-spectator.
SeparationEnergyType getSeparationEnergyType() const
Get the separation-energy type.
CascadeActionType getCascadeActionType() const
Get the cascade-action type.
void setINCLXXDataFilePath(std::string const &path)
Set the INCLXX datafile path.
G4double getRPCorrelationCoefficient(const ParticleType t) const
Get the r-p correlation coefficient.
void setRNGType(RNGType const r)
Set the RNG type.
G4bool getRefraction() const
True if we should use refraction.
std::string const & getINCLXXDataFilePath() const
G4int getClusterMaxMass() const
Get the maximum mass for production of clusters.
G4int getVerboseEvent() const
Get the number of the verbose event.
G4double decayTimeThreshold
SeparationEnergyType separationEnergyType
G4int maxNumberMultipions
std::string outputFileRoot
void setCoulombType(CoulombType const c)
Set the Coulomb-distortion algorithm.
G4int getTargetA() const
Get the target mass number.
std::string deExcitationModelList
G4double getDecayTimeThreshold() const
Get the decay time threshold time.
std::string inputFileName
std::string const & getCalculationTitle() const
Get the run title.
G4double getProjectileKineticEnergy() const
Get the projectile kinetic energy.
ParticleSpecies targetSpecies
G4int getVerbosity() const
Get the verbosity.
std::string deExcitationOptionDescription
G4double rpCorrelationCoefficientNeutron
std::string fermiMomentumString
void setTargetS(G4int S)
Set target strangess number.
CascadeActionType cascadeActionType
std::string cascadeAction
void setRPCorrelationCoefficient(const ParticleType t, const G4double corrCoeff)
Set the r-p correlation coefficient.
G4int getMaxNumberMultipions() const
Get the maximum number of pions for multipion collisions.
std::string localEnergyBBString
std::string const & getLogFileName() const
Get the log file name.
unsigned int getAutosaveFrequency() const
Get the autosave frequency.
PhaseSpaceGeneratorType getPhaseSpaceGeneratorType() const
Get the phase-space-generator type.
void setCascadeActionType(CascadeActionType const c)
Set the cascade-action type.
std::string clusterAlgorithmString
DeExcitationType getDeExcitationType() const
Get the de-excitation model.
Random::SeedVector getRandomSeeds() const
Get the seeds for the random-number generator.
void setTargetA(G4int A)
Set target mass number.
G4double getHadronizationTime() const
Get the hadronization time.
ParticleSpecies getProjectileSpecies() const
Get the projectile species.
std::string localEnergyPiString
ClusterAlgorithmType getClusterAlgorithm() const
Get the clustering algorithm.
void setTargetZ(G4int Z)
Set target charge number.
std::string potentialString
void setPionPotential(const G4bool pionPot)
Set the type of the potential for nucleons.
PhaseSpaceGeneratorType phaseSpaceGeneratorType
~Config()
Default destructor.
void setNeutronHalo(const G4double d)
Set the neutron-halo size.
DeExcitationType deExcitationType
std::string randomNumberGenerator
void setPhaseSpaceGeneratorType(PhaseSpaceGeneratorType const p)
Set the phase-space-generator type.
void setPotentialType(PotentialType type)
Set the type of the potential for nucleons.
ClusterAlgorithmType clusterAlgorithmType
LocalEnergyType getLocalEnergyPiType() const
Get the type of local energy for pi-N and decay avatars.
G4double rpCorrelationCoefficientProton
void setProjectileSpecies(ParticleSpecies const &pars)
Set the projectile species.
G4bool getInverseKinematics() const
G4double rpCorrelationCoefficient
void setCrossSectionsType(CrossSectionsType const c)
Set the Cross Section type.
std::string projectileString
G4bool isNaturalTarget() const
Natural targets.
void setAutosaveFrequency(const unsigned int f)
Set the autosave frequency.
G4int getTargetS() const
Get the target strangess number.
G4bool getBackToSpectator() const
Get back-to-spectator.
void setProjectileKineticEnergy(G4double const kinE)
Set the projectile kinetic energy.
unsigned int autosaveFrequency
void setMaxNumberMultipions(const G4int n)
Set the maximum number of pions for multipion collisions.
Config()
Default constructor.
G4bool getCDPP() const
Do we want CDPP?
G4double getNeutronSkin() const
Get the neutron-skin thickness.
CrossSectionsType getCrossSectionsType() const
Get the Cross Section type.
void setHadronizationTime(const G4double t)
Set the hadronization time.
G4double getCutNN() const
std::string deExcitationString
LocalEnergyType localEnergyBBType
G4double getFermiMomentum() const
Get the Fermi momentum.
LocalEnergyType getLocalEnergyBBType() const
Get the type of local energy for N-N avatars.
G4double getBias() const
Get the bias.
void setNeutronSkin(const G4double d)
Set the neutron-skin thickness.
Random::SeedVector randomSeedVector
std::string summary()
Return a summary of the run configuration.
PotentialType potentialType
void init()
Initialise the members.
std::string coulombString
LocalEnergyType localEnergyPiType
std::string phaseSpaceGenerator
void setFermiMomentum(const G4double p)
Set the Fermi momentum.
G4int getTargetZ() const
Get the target charge number.
void setLocalEnergyBBType(const LocalEnergyType t)
Set the type of local energy for N-N avatars.
G4double projectileKineticEnergy
std::string INCLXXDataFilePath
RNGType getRNGType() const
Get the RNG type.
G4double hadronizationTime
void setRefraction(const G4bool r)
Set the refraction variable.
void setUseRealMasses(G4bool use)
Set whether to use real masses.
ParticleType getProjectileType() const
Get the projectile type.
G4bool getUseRealMasses() const
Whether to use real masses.
CoulombType getCoulombType() const
Get the Coulomb-distortion algorithm.
G4int getNumberOfShots() const
Get the number of shots.
std::string getDeExcitationString() const
Get the de-excitation string.
std::string const & getOutputFileRoot() const
Get the output file root.
std::string separationEnergyString
void setRPCorrelationCoefficient(const G4double corrCoeff)
Set the r-p correlation coefficient.
static std::string const getVersionHash()
Get the INCL version hash.