65 G4cout <<
"Fission fragment production is now activated in HP package for "
70 G4cout <<
"As currently modeled this option precludes production of delayed neutrons from fission fragments." <<
G4endl;
121 theNeutron.
Lorentz(theNeutron, -1*theTarget);
148 if(random<xSec[i]/xSec[3])
break;
156 G4int Prompt=0, delayed=0, all=0;
162 if(Prompt==0&&delayed==0) Prompt=all;
168 if(Prompt==0&&delayed==0) Prompt=all;
173 if(Prompt==0&&delayed==0) Prompt=all;
178 if(Prompt==0&&delayed==0) Prompt=all;
193 if( theNeutrons != 0)
195 theDecayConstants =
new G4double[delayed];
200 for(i=0; i<theNeutrons->size(); i++)
209 for(i=0; i<theDelayed->size(); i++)
222 theDecayConstants =
new G4double[delayed];
223 if(Prompt==0&&delayed==0) Prompt=all;
229 for(i0=0; i0<Prompt; i0++)
235 for(i0=Prompt; i0<Prompt+delayed; i0++)
239 if ( theDecayConstants[i0-Prompt] > 1.0e-30 ) {
243 ed <<
" theDecayConstants[i0-Prompt]=" << theDecayConstants[i0-Prompt]
244 <<
" -> cannot sample the time : set it to 0.0 !" <<
G4endl;
254 delete [] theDecayConstants;
256 unsigned int nPhotons = 0;
259 nPhotons = thePhotons->size();
260 for(i=0; i<nPhotons; i++)
307 G4double theta = std::acos(costheta);
309 G4ThreeVector direction(sinth*std::cos(phi), sinth*std::sin(phi), costheta);
std::vector< G4DynamicParticle * > G4DynamicParticleVector
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
std::ostringstream G4ExceptionDescription
G4double G4Log(G4double x)
static constexpr double twopi
G4GLOB_DLL std::ostream G4cout
void Put(const value_type &val) const
void SetStatusChange(G4HadFinalStateStatus aS)
void AddSecondary(G4DynamicParticle *aP, G4int mod=-1)
std::size_t GetNumberOfSecondaries() const
G4HadSecondary * GetSecondary(size_t i)
void SetLocalEnergyDeposit(G4double aE)
const G4Material * GetMaterial() const
const G4ParticleDefinition * GetDefinition() const
G4double GetKineticEnergy() const
const G4LorentzVector & Get4Momentum() const
G4double GetGlobalTime() const
void SetTime(G4double aT)
G4ParticleDefinition * GetIon(G4int Z, G4int A, G4int lvl=0)
static G4IonTable * GetIonTable()
G4double GetTemperature() const
G4ReactionProduct GetBiasedThermalNucleus(G4double aMass, G4ThreeVector aVelocity, G4double temp=-1) const
G4double GetPDGMass() const
G4DynamicParticleVector * ApplyYourself(G4int nNeutrons)
void Init(G4double A, G4double Z, G4int M, G4String &dirName, G4String &aFSType, G4ParticleDefinition *projectile)
void Init(G4double A, G4double Z, G4int M, G4String &dirName, G4String &aFSType, G4ParticleDefinition *)
void GetAFissionFragment(G4double, G4int &, G4int &, G4int &)
void Init(G4double A, G4double Z, G4int M, G4String &dirName, G4String &aFSType, G4ParticleDefinition *)
G4DynamicParticleVector * ApplyYourself(G4int Prompt, G4int delayed, G4double *decayconst)
void SampleNeutronMult(G4int &all, G4int &Prompt, G4int &delayed, G4double energy, G4int off)
G4ParticleHPFissionERelease * GetEnergyRelease()
void SetNeutronRP(const G4ReactionProduct &aNeutron)
void SetTarget(const G4ReactionProduct &aTarget)
G4DynamicParticleVector * GetPhotons()
G4Cache< G4HadFinalState * > theResult
virtual G4double GetXsec(G4double anEnergy)
void SetTarget(const G4ReactionProduct &aTarget)
void SetNeutronRP(const G4ReactionProduct &aNeutron)
G4double GetFragmentKinetic()
G4bool produceFissionFragments
G4ParticleHPFCFissionFS theFC
G4ParticleHPLCFissionFS theLC
G4ParticleHPFFFissionFS theFF
G4ParticleHPSCFissionFS theSC
G4ParticleHPTCFissionFS theTC
G4HadFinalState * ApplyYourself(const G4HadProjectile &theTrack)
void Init(G4double A, G4double Z, G4int M, G4String &dirName, G4String &aFSType, G4ParticleDefinition *)
G4ParticleHPFSFissionFS theFS
void Init(G4double A, G4double Z, G4int M, G4String &dirName, G4String &aFSType, G4ParticleDefinition *projectile)
G4DynamicParticleVector * ApplyYourself(G4int NNeutrons)
G4bool GetProduceFissionFragments()
static G4ParticleHPManager * GetInstance()
G4DynamicParticleVector * ApplyYourself(G4int NNeutrons)
void Init(G4double A, G4double Z, G4int M, G4String &dirName, G4String &aFSType, G4ParticleDefinition *projectile)
G4DynamicParticleVector * ApplyYourself(G4int NNeutrons)
void Init(G4double A, G4double Z, G4int M, G4String &dirName, G4String &aFSType, G4ParticleDefinition *projectile)
static G4int GetModelID(const G4int modelIndex)
void SetMomentum(const G4double x, const G4double y, const G4double z)
G4double GetKineticEnergy() const
G4ThreeVector GetMomentum() const
void Lorentz(const G4ReactionProduct &p1, const G4ReactionProduct &p2)
void SetDefinition(const G4ParticleDefinition *aParticleDefinition)
void SetKineticEnergy(const G4double en)