57 photonEvaporation(nullptr),lab4mom(0.,0.,0.,0.)
59 lowestEnergyLimit = 10*CLHEP::eV;
60 minExcitation = 0.1*CLHEP::keV;
72 delete photonEvaporation;
77 if(photonEvaporation !=
nullptr) {
return; }
85 photonEvaporation->
SetICM(
true);
114 if(M - mass <= lowestEnergyLimit) {
119 G4cout <<
"G4NeutronRadCapture::DoIt: Eini(MeV)="
122 <<
" Z= " << Z <<
" A= " <<
A <<
G4endl;
124 G4double e1 = (M - mass)*(M + mass)/(2*M);
138 else if (Z == 2 &&
A == 3) {theDef =
G4He3::He3();}
143 G4cout <<
"Gamma 4-mom: " << lv2 <<
" "
158 G4double etot = std::max(mass, lab4mom.
e());
159 G4double ptot = std::sqrt((etot - mass)*(etot + mass));
161 lab4mom.
set(v.
x()*ptot,v.
y()*ptot,v.
z()*ptot,etot);
167 G4cout <<
"G4NeutronRadCapture::ApplyYourself initial G4Fragmet:"
177 fv->push_back(aFragment);
178 size_t n = fv->size();
181 G4cout <<
"G4NeutronRadCapture: " << n <<
" final particle icID= " << icID <<
G4endl;
183 for(
size_t i=0; i<n; ++i) {
195 else if (Z == 2 &&
A == 3) {theDef =
G4He3::He3();}
199 if(eexc <= minExcitation) { eexc = 0.0; }
210 <<
" Ekin(MeV)= " << etot/MeV
219 if(timeF < 0.0) { timeF = 0.0; }
double A(double temperature)
std::vector< G4Fragment * > G4FragmentVector
G4ThreeVector G4RandomDirection()
G4GLOB_DLL std::ostream G4cout
Hep3Vector boostVector() const
HepLorentzVector & boost(double, double, double)
void set(double x, double y, double z, double t)
G4int GetInternalConversionID() const
G4double GetMinExcitation() const
static G4Deuteron * Deuteron()
static G4Electron * Electron()
G4double GetExcitationEnergy() const
const G4LorentzVector & GetMomentum() const
G4double GetCreationTime() const
const G4ParticleDefinition * GetParticleDefinition() const
void SetStatusChange(G4HadFinalStateStatus aS)
void AddSecondary(G4DynamicParticle *aP, G4int mod=-1)
G4double GetKineticEnergy() const
const G4LorentzVector & Get4Momentum() const
G4double GetGlobalTime() const
void SetTime(G4double aT)
void SetCreatorModelType(G4int idx)
G4HadFinalState theParticleChange
void SetMinEnergy(G4double anEnergy)
void SetMaxEnergy(const G4double anEnergy)
G4double GetMaxEnergy() const
static G4HadronicParameters * Instance()
G4ParticleDefinition * GetIon(G4int Z, G4int A, G4int lvl=0)
virtual ~G4NeutronRadCapture()
virtual G4HadFinalState * ApplyYourself(const G4HadProjectile &aTrack, G4Nucleus &targetNucleus) final
virtual void InitialiseModel() final
G4DeexPrecoParameters * GetParameters()
static G4NuclearLevelData * GetInstance()
static G4double GetNuclearMass(const G4double A, const G4double Z)
G4double GetPDGMass() const
const G4String & GetParticleName() const
G4IonTable * GetIonTable() const
static G4ParticleTable * GetParticleTable()
static G4Triton * Triton()
G4FragmentVector * BreakUpFragment(G4Fragment *theNucleus)
virtual void Initialise()
virtual void SetICM(G4bool)