55 title =
"INCL default run title";
57 naturalTarget =
false;
58 projectileString =
"proton";
60 projectileKineticEnergy = 1000.0;
63 randomSeedVector.push_back(666);
64 randomSeedVector.push_back(777);
65 randomSeedVector.push_back(1234);
66 pauliString =
"strict-statistical";
69 coulombString =
"non-relativistic";
71 potentialString =
"isospin-energy";
74 localEnergyBBString =
"first-collision";
76 localEnergyPiString =
"first-collision";
78 deExcitationString =
"none";
80 clusterAlgorithmString =
"intercomparison";
83 backToSpectator =
true;
85 impactParameter = -1.;
86 separationEnergyString =
"INCL";
88 fermiMomentumString =
"constant";
92#ifdef INCL_DEEXCITATION_FERMI_BREAKUP
93 maxMassFermiBreakUp = 16;
94 maxChargeFermiBreakUp = 8;
96 rpCorrelationCoefficient = 0.98;
97 rpCorrelationCoefficientProton = 0.5;
98 rpCorrelationCoefficientNeutron = 0.73;
102 phaseSpaceGenerator =
"Raubold-Lynch";
104 cascadeAction =
"default";
106 randomNumberGenerator =
"Ranecu";
108 autosaveFrequency = 10000;
109 maxNumberMultipions = -1;
110 crossSectionsString =
"antiparticles";
112 hadronizationTime = 0.;
114 conciseROOTTree =
false;
116 inverseKinematics =
false;
117 decayTimeThreshold = 1.e-20;
119 atrestThreshold = 200.;
123 std::stringstream message;
125 if(projectileSpecies.theType !=
Composite)
128 message <<
"Projectile: composite, A=" << projectileSpecies.theA <<
", Z=" << projectileSpecies.theZ <<
", S=" << projectileSpecies.theS <<
'\n';
129 message <<
" energy = " << projectileKineticEnergy <<
'\n';
130 if(targetSpecies.theA>0)
131 message <<
"Target: A = " << targetSpecies.theA <<
" Z = " << targetSpecies.theZ <<
" S = " << targetSpecies.theS <<
'\n';
133 message <<
"Target: natural isotopic composition, Z = " << targetSpecies.theZ <<
'\n';
134 message <<
"Number of requested shots = " << nShots <<
'\n';
135 return message.str();
std::string getName(const ParticleType t)
Get the native INCL name of the particle.